Skip to content

Commit

Permalink
OvmfPkg: Add include path for openssl
Browse files Browse the repository at this point in the history
TDVF needs to add the include path for openssl.

Signed-off-by: Ceping Sun <cepingx.sun@intel.com>
  • Loading branch information
sunceping authored and mxu9 committed Aug 29, 2023
1 parent bfbdfb0 commit 3958fc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OvmfPkg/Include/Fdf/OvmfPkgIntelDefines.fdf.inc
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ DEFINE FW_BLOCKS = 0x400
DEFINE CODE_BASE_ADDRESS = 0xFFC84000
DEFINE CODE_SIZE = 0x0037C000
DEFINE CODE_BLOCKS = 0x37C
DEFINE FVMAIN_SIZE = 0x00266000
DEFINE SECFV_OFFSET = 0x002EA000
DEFINE SECFV_SIZE = 0x116000
DEFINE FVMAIN_SIZE = 0x00262000
DEFINE SECFV_OFFSET = 0x002E6000
DEFINE SECFV_SIZE = 0x11A000
!endif

SET gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress = $(FW_BASE_ADDRESS)
Expand Down
1 change: 1 addition & 0 deletions OvmfPkg/OvmfPkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

[Includes.Common.Private]
../CryptoPkg/Library/Include
../CryptoPkg/Library/OpensslLib/openssl/include
../CryptoPkg/Library/OpensslLib/OpensslGen/include

[Includes]
Expand Down

0 comments on commit 3958fc5

Please sign in to comment.