mirror of https://github.com/acidanthera/audk.git
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:
parent
cf31bf66b0
commit
b87ce5ea1c
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue