ソースを参照

Platform/BeagleBoard: bump Fv size to 768KB to fix NOOPT build

The NOOPT build currently exceeds the Fv size of 704KB. Since we're
not restricted, bump it to 768KB.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
Rebecca Cran 2 年 前
コミット
a8fe0b33f7
1 ファイル変更3 行追加3 行削除
  1. 3 3
      Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.fdf

+ 3 - 3
Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.fdf

@@ -24,10 +24,10 @@
 
 [FD.BeagleBoard_EFI]
 BaseAddress   = 0x80008000|gArmTokenSpaceGuid.PcdFdBaseAddress  #The base address of the FLASH Device.
-Size          = 0x000B0000|gArmTokenSpaceGuid.PcdFdSize         #The size in bytes of the FLASH Device
+Size          = 0x000C0000|gArmTokenSpaceGuid.PcdFdSize         #The size in bytes of the FLASH Device
 ErasePolarity = 1
 BlockSize     = 0x1
-NumBlocks     = 0xB0000
+NumBlocks     = 0xC0000
 
 ################################################################################
 #
@@ -44,7 +44,7 @@ NumBlocks     = 0xB0000
 # RegionType <FV, DATA, or FILE>
 #
 ################################################################################
-0x00000000|0x000B0000
+0x00000000|0x000C0000
 gArmTokenSpaceGuid.PcdFvBaseAddress|gArmTokenSpaceGuid.PcdFvSize
 FV = FVMAIN_COMPACT