mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Move UEFI image above the first 128MB of DRAM
Linux and its DTB required to be loaded in the first 128MB of the system memory. Moving UEFI firmware above this limit ensures some XIP runtime code (part of the UEFI firmware) are not overwritten when loading Linux kernel. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15168 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c2d87a49f7
commit
5a78d29cb8
|
@ -25,7 +25,7 @@
|
|||
################################################################################
|
||||
|
||||
[FD.ARM_VEXPRESS_CTA15A7_EFI]
|
||||
BaseAddress = 0x81000000|gArmTokenSpaceGuid.PcdFdBaseAddress # The base address of the Firmware in remapped DRAM.
|
||||
BaseAddress = 0xB0000000|gArmTokenSpaceGuid.PcdFdBaseAddress # The base address of the Firmware in remapped DRAM.
|
||||
Size = 0x000B0000|gArmTokenSpaceGuid.PcdFdSize # The size in bytes of the FLASH Device
|
||||
ErasePolarity = 1
|
||||
BlockSize = 0x00001000
|
||||
|
@ -138,7 +138,7 @@ READ_LOCK_STATUS = TRUE
|
|||
INF ArmPlatformPkg/Bds/Bds.inf
|
||||
|
||||
[FV.FVMAIN_COMPACT]
|
||||
FvBaseAddress = 0x81000000
|
||||
FvBaseAddress = 0xB0000000
|
||||
FvForceRebase = TRUE
|
||||
FvAlignment = 8
|
||||
ERASE_POLARITY = 1
|
||||
|
|
Loading…
Reference in New Issue