OvmfPkg X64: Convert 24KB from uncompressed to compressed storage

Since we no longer require flash tables to be stored uncompressed
in the flash image, we can now give extra space to the main/compressed
storage area.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14718 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Jordan Justen 2013-09-24 18:23:47 +00:00 committed by jljusten
parent cf31bf66b0
commit b87ce5ea1c
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ ErasePolarity = 1
BlockSize = 0x1000
NumBlocks = 0x100
0x00000000|0x000E6000
0x00000000|0x000EC000
FV = FVMAIN_COMPACT
0x000E6000|0x1A000
0x000EC000|0x14000
FV = SECFV
!else
[FD.OVMF]