OvmfPkg: Increased PEI size at the expense of DXE,

increased SEC size at the expense of FVMAIN_COMPACT.
This commit is contained in:
Mikhail Krichanov 2024-12-03 19:19:52 +03:00
parent 41c813f55f
commit 39460473ff

View File

@ -62,9 +62,9 @@ DEFINE FW_BLOCKS = 0x400
DEFINE CODE_BASE_ADDRESS = 0xFFC84000
DEFINE CODE_SIZE = 0x0037C000
DEFINE CODE_BLOCKS = 0x37C
DEFINE FVMAIN_SIZE = 0x00342000
DEFINE SECFV_OFFSET = 0x003C6000
DEFINE SECFV_SIZE = 0x3a000
DEFINE FVMAIN_SIZE = 0x00340000
DEFINE SECFV_OFFSET = 0x003C4000
DEFINE SECFV_SIZE = 0x3c000
!endif
SET gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress = $(FW_BASE_ADDRESS)