We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbdfb0 commit 3958fc5Copy full SHA for 3958fc5
OvmfPkg/Include/Fdf/OvmfPkgIntelDefines.fdf.inc
@@ -31,9 +31,9 @@ DEFINE FW_BLOCKS = 0x400
31
DEFINE CODE_BASE_ADDRESS = 0xFFC84000
32
DEFINE CODE_SIZE = 0x0037C000
33
DEFINE CODE_BLOCKS = 0x37C
34
-DEFINE FVMAIN_SIZE = 0x00266000
35
-DEFINE SECFV_OFFSET = 0x002EA000
36
-DEFINE SECFV_SIZE = 0x116000
+DEFINE FVMAIN_SIZE = 0x00262000
+DEFINE SECFV_OFFSET = 0x002E6000
+DEFINE SECFV_SIZE = 0x11A000
37
!endif
38
39
SET gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress = $(FW_BASE_ADDRESS)
OvmfPkg/OvmfPkg.dec
@@ -17,6 +17,7 @@
17
18
[Includes.Common.Private]
19
../CryptoPkg/Library/Include
20
+ ../CryptoPkg/Library/OpensslLib/openssl/include
21
../CryptoPkg/Library/OpensslLib/OpensslGen/include
22
23
[Includes]
0 commit comments