]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OVMF X64: Allow enabling SOURCE_DEBUG_ENABLE on GCC44
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Aug 2012 21:21:30 +0000 (21:21 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Aug 2012 21:21:30 +0000 (21:21 +0000)
Currently if SOURCE_DEBUG_ENABLE is enabled when building with
GCC44, then the SEC module will not fit into SECFV.

This change increases the size of SECFV to allow this.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13687 6f19259b-4bc3-4df7-8a09-765794883524

OvmfPkg/OvmfPkgX64.fdf

index 6a5bcb6fad56e7d6c79a548650268472ae710eab..74ae134cd5f687b7df119918605a9c7e777497c5 100644 (file)
@@ -21,10 +21,10 @@ ErasePolarity = 1
 BlockSize     = 0x1000\r
 NumBlocks     = 0x100\r
 \r
-0x00000000|0x000EC000\r
+0x00000000|0x000E6000\r
 FV = FVMAIN_COMPACT\r
 \r
-0x000EC000|0x14000\r
+0x000E6000|0x1A000\r
 FV = SECFV\r
 \r
 ################################################################################\r