Skip to content

Commit

Permalink
OvmfPkg: Increased SECFV_SIZE at FVMAIN_COMPACT's expense to fix CLAN…
Browse files Browse the repository at this point in the history
…GPDB compilation.
  • Loading branch information
Mikhail Krichanov committed Jul 24, 2023
1 parent ea68fcb commit e1ad43a
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 = 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)
Expand Down

0 comments on commit e1ad43a

Please sign in to comment.