Increase the size of the flash image to accomdate a larger firmware volume. This increase is required to add support for features such as Secure Boot and SMM.
Change-Id: I897bf862e7a25967345949021ab601041536f5c5 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Thomas Abraham <[email protected]> --- Platform/ARM/SgiPkg/SgiPlatform.fdf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Platform/ARM/SgiPkg/SgiPlatform.fdf b/Platform/ARM/SgiPkg/SgiPlatform.fdf index 0e5739e..161ff92 100644 --- a/Platform/ARM/SgiPkg/SgiPlatform.fdf +++ b/Platform/ARM/SgiPkg/SgiPlatform.fdf @@ -26,12 +26,12 @@ [FD.BL33_AP_UEFI] BaseAddress = 0xE0000000|gArmTokenSpaceGuid.PcdFdBaseAddress -Size = 0x000F0000|gArmTokenSpaceGuid.PcdFdSize +Size = 0x00200000|gArmTokenSpaceGuid.PcdFdSize ErasePolarity = 1 # This one is tricky, it must be: BlockSize * NumBlocks = Size BlockSize = 0x00001000 -NumBlocks = 0xF0 +NumBlocks = 0x200 ################################################################################ # @@ -49,7 +49,7 @@ NumBlocks = 0xF0 # ################################################################################ -0x00000000|0x000F0000 +0x00000000|0x00200000 gArmTokenSpaceGuid.PcdFvBaseAddress|gArmTokenSpaceGuid.PcdFvSize FV = FVMAIN_COMPACT @@ -194,7 +194,7 @@ READ_LOCK_STATUS = TRUE [FV.FVMAIN_COMPACT] FvAlignment = 16 BlockSize = 0x1000 -NumBlocks = 0xf0 +NumBlocks = 0x200 ERASE_POLARITY = 1 MEMORY_MAPPED = TRUE STICKY_WRITE = TRUE -- 2.7.4 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

