mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-25 10:47:47 +02:00
OvmfPkg: Increased SECFV_SIZE
at the expense of FVMAIN_SIZE to fix CLANGPDB NOOPT X64 compilation.
This commit is contained in:
parent
3668735164
commit
0fca8bb634
@ -62,9 +62,9 @@ DEFINE FW_BLOCKS = 0x400
|
||||
DEFINE CODE_BASE_ADDRESS = 0xFFC84000
|
||||
DEFINE CODE_SIZE = 0x0037C000
|
||||
DEFINE CODE_BLOCKS = 0x37C
|
||||
DEFINE FVMAIN_SIZE = 0x00345000
|
||||
DEFINE SECFV_OFFSET = 0x003C9000
|
||||
DEFINE SECFV_SIZE = 0x37000
|
||||
DEFINE FVMAIN_SIZE = 0x00342000
|
||||
DEFINE SECFV_OFFSET = 0x003C6000
|
||||
DEFINE SECFV_SIZE = 0x3a000
|
||||
!endif
|
||||
|
||||
SET gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress = $(FW_BASE_ADDRESS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user