mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/ArmVExpress-CTA15-A7.fdf: Increased firmware size
Recent changes have made the A15-A7 firmware bigger... Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <Olivier.Martin@arm.com> Reviewed-by: Ronald Cron <Ronald.Cron@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18029 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1130106eb2
commit
ce65ab53d2
|
@ -26,12 +26,12 @@
|
|||
|
||||
[FD.ARM_VEXPRESS_CTA15A7_EFI]
|
||||
BaseAddress = 0xB0000000|gArmTokenSpaceGuid.PcdFdBaseAddress # The base address of the Firmware in remapped DRAM.
|
||||
Size = 0x000C0000|gArmTokenSpaceGuid.PcdFdSize # The size in bytes of the FLASH Device
|
||||
Size = 0x000C8000|gArmTokenSpaceGuid.PcdFdSize # The size in bytes of the FLASH Device
|
||||
ErasePolarity = 1
|
||||
BlockSize = 0x00001000
|
||||
NumBlocks = 0xC0
|
||||
NumBlocks = 0xC8
|
||||
|
||||
0x00000000|0x000C0000
|
||||
0x00000000|0x000C8000
|
||||
gArmTokenSpaceGuid.PcdFvBaseAddress|gArmTokenSpaceGuid.PcdFvSize
|
||||
FV = FVMAIN_COMPACT
|
||||
|
||||
|
|
Loading…
Reference in New Issue