diff options
author | Olivier Martin <olivier.martin@arm.com> | 2013-08-30 11:50:36 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-08-30 11:50:36 +0000 |
commit | 55b0a24ad29eb027eefe1ddd4c9aa466fded0b93 (patch) | |
tree | b3409ce84857c71ef0c60bff266e4f870db89b5a /BeagleBoardPkg | |
parent | 2a79158c47d828d50903b265a30fe759c45d5003 (diff) | |
download | edk2-55b0a24ad29eb027eefe1ddd4c9aa466fded0b93.tar.gz edk2-55b0a24ad29eb027eefe1ddd4c9aa466fded0b93.tar.bz2 edk2-55b0a24ad29eb027eefe1ddd4c9aa466fded0b93.zip |
ARM Package: Increase FV file size for some EDK2 firmware
GCC47 generates bigger binaries in Debug build than GCC46.
This large increase is considered as a regression.
It will require some investigation to understand the reason
of this increase in size.
The size of the FV has been increased to allow developers to
build these images with the current BaseTools.
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@14611 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BeagleBoardPkg')
-rw-r--r-- | BeagleBoardPkg/BeagleBoardPkg.fdf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/BeagleBoardPkg/BeagleBoardPkg.fdf b/BeagleBoardPkg/BeagleBoardPkg.fdf index 1bb593dfbe..5b3573d9d7 100644 --- a/BeagleBoardPkg/BeagleBoardPkg.fdf +++ b/BeagleBoardPkg/BeagleBoardPkg.fdf @@ -28,10 +28,10 @@ [FD.BeagleBoard_EFI]
BaseAddress = 0x80008000|gArmTokenSpaceGuid.PcdFdBaseAddress #The base address of the FLASH Device.
-Size = 0x000A0000|gArmTokenSpaceGuid.PcdFdSize #The size in bytes of the FLASH Device
+Size = 0x000B0000|gArmTokenSpaceGuid.PcdFdSize #The size in bytes of the FLASH Device
ErasePolarity = 1
BlockSize = 0x1
-NumBlocks = 0xA0000
+NumBlocks = 0xB0000
################################################################################
#
@@ -48,7 +48,7 @@ NumBlocks = 0xA0000 # RegionType <FV, DATA, or FILE>
#
################################################################################
-0x00000000|0x000A0000
+0x00000000|0x000B0000
gArmTokenSpaceGuid.PcdFvBaseAddress|gArmTokenSpaceGuid.PcdFvSize
FV = FVMAIN_COMPACT
|