mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/ArmPlatformLibNull: Fixed build
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14174 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d38c35f9f7
commit
b9ee70610b
|
@ -26,9 +26,9 @@
|
||||||
|
|
||||||
[FD.Sec_ArmPlatform_EFI]
|
[FD.Sec_ArmPlatform_EFI]
|
||||||
BaseAddress = 0xEC000000|gArmTokenSpaceGuid.PcdSecureFdBaseAddress #The base address of the Secure FLASH Device.
|
BaseAddress = 0xEC000000|gArmTokenSpaceGuid.PcdSecureFdBaseAddress #The base address of the Secure FLASH Device.
|
||||||
Size = 0x00012000|gArmTokenSpaceGuid.PcdSecureFdSize #The size in bytes of the Secure FLASH Device
|
Size = 0x00015000|gArmTokenSpaceGuid.PcdSecureFdSize #The size in bytes of the Secure FLASH Device
|
||||||
ErasePolarity = 1
|
ErasePolarity = 1
|
||||||
BlockSize = 0x00001200
|
BlockSize = 0x00001500
|
||||||
NumBlocks = 0x10
|
NumBlocks = 0x10
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
@ -47,7 +47,7 @@ NumBlocks = 0x10
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
0x00000000|0x00012000
|
0x00000000|0x00015000
|
||||||
gArmTokenSpaceGuid.PcdSecureFvBaseAddress|gArmTokenSpaceGuid.PcdSecureFvSize
|
gArmTokenSpaceGuid.PcdSecureFvBaseAddress|gArmTokenSpaceGuid.PcdSecureFvSize
|
||||||
FV = FVMAIN_SEC
|
FV = FVMAIN_SEC
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#include <AsmMacroIoLib.h>
|
||||||
#include <Library/ArmLib.h>
|
#include <Library/ArmLib.h>
|
||||||
|
|
||||||
INCLUDE AsmMacroIoLib.inc
|
INCLUDE AsmMacroIoLib.inc
|
||||||
|
|
Loading…
Reference in New Issue