X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPlatformPkg%2FPlatformPei%2FPlatformPeiLib.c;h=a27b168e2ef01afcb1af5807ab67626ecb0e056d;hp=d4faa6258e897f53c817b16082e21f3e5314f99d;hb=f33d5d68abc02727dc828c1079e72ab65e1d63af;hpb=4883513061c7bbcb805cd310b82ab6abb546b1aa diff --git a/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c b/ArmPlatformPkg/PlatformPei/PlatformPeiLib.c old mode 100755 new mode 100644 index d4faa6258e..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(PcdNormalFvBaseAddress), PcdGet32(PcdNormalFvSize)); + BuildFvHob (PcdGet64 (PcdFvBaseAddress), PcdGet32 (PcdFvSize)); return EFI_SUCCESS; }