Skip to content

Commit

Permalink
OvmfPkg: Increased SECFV_SIZE
Browse files Browse the repository at this point in the history
at the expense of FVMAIN_SIZE to fix CLANGPDB NOOPT X64 compilation.
  • Loading branch information
Mikhail Krichanov committed Sep 18, 2023
1 parent 652d210 commit 594f429
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OvmfPkg/Include/Fdf/OvmfPkgDefines.fdf.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 594f429

Please sign in to comment.