X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPlatformPkg%2FPlatformPei%2FPlatformPeiLib.c;h=a27b168e2ef01afcb1af5807ab67626ecb0e056d;hp=9f5331a405a84af3708878cc1e1e683d01c3fc7f;hb=f33d5d68abc02727dc828c1079e72ab65e1d63af;hpb=f92b93c9a31a763b2848fda804f1198eea571de7 diff --git a/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c b/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c old mode 100755 new mode 100644 index 9f5331a405..a27b168e2e --- a/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c +++ b/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c @@ -1,6 +1,6 @@ /** @file * -* Copyright (c) 2011, ARM Limited. All rights reserved. +* Copyright (c) 2011-2014, ARM Limited. All rights reserved. * * This program and the accompanying materials * are licensed and made available under the terms and conditions of the BSD License @@ -24,12 +24,7 @@ PlatformPeim ( VOID ) { - // Initialize the platform specific controllers - ArmPlatformNormalInitialize (); - - BuildCpuHob (PcdGet8 (PcdPrePiCpuMemorySize), PcdGet8 (PcdPrePiCpuIoSize)); - - BuildFvHob (PcdGet32(PcdFvBaseAddress), PcdGet32(PcdFvSize)); + BuildFvHob (PcdGet64 (PcdFvBaseAddress), PcdGet32 (PcdFvSize)); return EFI_SUCCESS; }