OvmfPkg: Increased SECFV_SIZE at FVMAIN_COMPACT's expense to fix CLANGPDB compilation.

This commit is contained in:
Mikhail Krichanov 2023-07-24 15:26:20 +03:00
parent 1baaa3c5ce
commit 683f4b85cb
1 changed files with 3 additions and 3 deletions

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 = 0x00348000
DEFINE SECFV_OFFSET = 0x003CC000
DEFINE SECFV_SIZE = 0x34000
DEFINE FVMAIN_SIZE = 0x00345000
DEFINE SECFV_OFFSET = 0x003C9000
DEFINE SECFV_SIZE = 0x37000
!endif
SET gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress = $(FW_BASE_ADDRESS)