Revision: 14611
          http://sourceforge.net/p/edk2/code/14611
Author:   oliviermartin
Date:     2013-08-30 11:50:36 +0000 (Fri, 30 Aug 2013)
Log Message:
-----------
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 <[email protected]>

Modified Paths:
--------------
    trunk/edk2/ArmPlatformPkg/ArmPlatformPkg.fdf
    trunk/edk2/ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-MPCore.fdf
    trunk/edk2/ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-UniCore.fdf
    trunk/edk2/BeagleBoardPkg/BeagleBoardPkg.fdf

Modified: trunk/edk2/ArmPlatformPkg/ArmPlatformPkg.fdf
===================================================================
--- trunk/edk2/ArmPlatformPkg/ArmPlatformPkg.fdf        2013-08-29 09:00:13 UTC 
(rev 14610)
+++ trunk/edk2/ArmPlatformPkg/ArmPlatformPkg.fdf        2013-08-30 11:50:36 UTC 
(rev 14611)
@@ -26,9 +26,9 @@
 
 [FD.Sec_ArmPlatform_EFI]
 BaseAddress   = 0xEC000000|gArmTokenSpaceGuid.PcdSecureFdBaseAddress  #The 
base address of the Secure FLASH Device.
-Size          = 0x00015000|gArmTokenSpaceGuid.PcdSecureFdSize         #The 
size in bytes of the Secure FLASH Device
+Size          = 0x00020000|gArmTokenSpaceGuid.PcdSecureFdSize         #The 
size in bytes of the Secure FLASH Device
 ErasePolarity = 1
-BlockSize     = 0x00001500
+BlockSize     = 0x00002000
 NumBlocks     = 0x10
 
 
################################################################################
@@ -47,7 +47,7 @@
 #
 
################################################################################
 
-0x00000000|0x00015000
+0x00000000|0x00020000
 gArmTokenSpaceGuid.PcdSecureFvBaseAddress|gArmTokenSpaceGuid.PcdSecureFvSize
 FV = FVMAIN_SEC
 

Modified: 
trunk/edk2/ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-MPCore.fdf
===================================================================
--- trunk/edk2/ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-MPCore.fdf    
2013-08-29 09:00:13 UTC (rev 14610)
+++ trunk/edk2/ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-MPCore.fdf    
2013-08-30 11:50:36 UTC (rev 14611)
@@ -28,10 +28,10 @@
 
 [FD.ArmRealViewEb_EFI]
 BaseAddress   = 0x40000000|gArmTokenSpaceGuid.PcdFdBaseAddress
-Size          = 0x00150000|gArmTokenSpaceGuid.PcdFdSize
+Size          = 0x00200000|gArmTokenSpaceGuid.PcdFdSize
 ErasePolarity = 1
 BlockSize     = 0x00010000
-NumBlocks     = 0x15
+NumBlocks     = 0x20
 
 
################################################################################
 #
@@ -53,7 +53,7 @@
 gArmTokenSpaceGuid.PcdSecureFvBaseAddress|gArmTokenSpaceGuid.PcdSecureFvSize
 FV = FVMAIN_SEC
 
-0x00050000|0x00100000
+0x00050000|0x00150000
 gArmTokenSpaceGuid.PcdFvBaseAddress|gArmTokenSpaceGuid.PcdFvSize
 FV = FVMAIN_COMPACT
 

Modified: 
trunk/edk2/ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-UniCore.fdf
===================================================================
--- trunk/edk2/ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-UniCore.fdf   
2013-08-29 09:00:13 UTC (rev 14610)
+++ trunk/edk2/ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-UniCore.fdf   
2013-08-30 11:50:36 UTC (rev 14611)
@@ -29,10 +29,10 @@
 
 [FD.ArmRealViewEb_EFI]
 BaseAddress   = 0x40000000|gArmTokenSpaceGuid.PcdFdBaseAddress
-Size          = 0x00150000|gArmTokenSpaceGuid.PcdFdSize
+Size          = 0x00200000|gArmTokenSpaceGuid.PcdFdSize
 ErasePolarity = 1
 BlockSize     = 0x00010000
-NumBlocks     = 0x15
+NumBlocks     = 0x20
 
 
################################################################################
 #
@@ -54,7 +54,7 @@
 gArmTokenSpaceGuid.PcdSecureFvBaseAddress|gArmTokenSpaceGuid.PcdSecureFvSize
 FV = FVMAIN_SEC
 
-0x00050000|0x00100000
+0x00050000|0x00150000
 gArmTokenSpaceGuid.PcdFvBaseAddress|gArmTokenSpaceGuid.PcdFvSize
 FV = FVMAIN_COMPACT
 

Modified: trunk/edk2/BeagleBoardPkg/BeagleBoardPkg.fdf
===================================================================
--- trunk/edk2/BeagleBoardPkg/BeagleBoardPkg.fdf        2013-08-29 09:00:13 UTC 
(rev 14610)
+++ trunk/edk2/BeagleBoardPkg/BeagleBoardPkg.fdf        2013-08-30 11:50:36 UTC 
(rev 14611)
@@ -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 @@
 # RegionType <FV, DATA, or FILE>
 #
 
################################################################################
-0x00000000|0x000A0000
+0x00000000|0x000B0000
 gArmTokenSpaceGuid.PcdFvBaseAddress|gArmTokenSpaceGuid.PcdFvSize
 FV = FVMAIN_COMPACT
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to