Skip to content

Commit 3958fc5

Browse files
suncepingmxu9
authored andcommitted
OvmfPkg: Add include path for openssl
TDVF needs to add the include path for openssl. Signed-off-by: Ceping Sun <[email protected]>
1 parent bfbdfb0 commit 3958fc5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

OvmfPkg/Include/Fdf/OvmfPkgIntelDefines.fdf.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ DEFINE FW_BLOCKS = 0x400
3131
DEFINE CODE_BASE_ADDRESS = 0xFFC84000
3232
DEFINE CODE_SIZE = 0x0037C000
3333
DEFINE CODE_BLOCKS = 0x37C
34-
DEFINE FVMAIN_SIZE = 0x00266000
35-
DEFINE SECFV_OFFSET = 0x002EA000
36-
DEFINE SECFV_SIZE = 0x116000
34+
DEFINE FVMAIN_SIZE = 0x00262000
35+
DEFINE SECFV_OFFSET = 0x002E6000
36+
DEFINE SECFV_SIZE = 0x11A000
3737
!endif
3838

3939
SET gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress = $(FW_BASE_ADDRESS)

OvmfPkg/OvmfPkg.dec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
[Includes.Common.Private]
1919
../CryptoPkg/Library/Include
20+
../CryptoPkg/Library/OpensslLib/openssl/include
2021
../CryptoPkg/Library/OpensslLib/OpensslGen/include
2122

2223
[Includes]

0 commit comments

Comments
 (0)