File tree Expand file tree Collapse file tree 7 files changed +8
-13
lines changed Expand file tree Collapse file tree 7 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 14
14
NULL |SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
15
15
NULL |SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
16
16
}
17
- !if $(TPM_CONFIG_ENABLE) == TRUE
18
17
SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf
19
- !endif
20
18
SecurityPkg/Tcg/TcgDxe/TcgDxe.inf {
21
19
<LibraryClasses>
22
20
Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
Original file line number Diff line number Diff line change 3
3
##
4
4
5
5
DEFINE TPM_ENABLE = FALSE
6
- DEFINE TPM_CONFIG_ENABLE = FALSE
Original file line number Diff line number Diff line change 6
6
INF SecurityPkg/ Tcg/ TcgDxe/ TcgDxe.inf
7
7
INF SecurityPkg/ Tcg/ Tcg2Dxe/ Tcg2Dxe.inf
8
8
INF SecurityPkg/ Tcg/ Tcg2PlatformDxe/ Tcg2PlatformDxe.inf
9
- ! if $(TPM_CONFIG_ENABLE) == TRUE
10
9
INF SecurityPkg/ Tcg/ Tcg2Config/ Tcg2ConfigDxe.inf
11
10
! endif
12
- ! endif
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: BSD-2-Clause-Patent
3
3
# #
4
4
5
- ! if $(TPM_ENABLE) == TRUE && $(TPM_CONFIG_ENABLE) == TRUE
5
+ ! if $(TPM_ENABLE) == TRUE
6
6
gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer| L" TCG2_VERSION" | gTcg2ConfigFormSetGuid| 0x0 | " 1.3" | NV,BS
7
7
gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev| L" TCG2_VERSION" | gTcg2ConfigFormSetGuid| 0x8 | 3 | NV,BS
8
8
! endif
Original file line number Diff line number Diff line change @@ -95,21 +95,21 @@ jobs:
95
95
OVMF_IA32X64_FULL_DEBUG :
96
96
Build.File : " $(package)/PlatformCI/PlatformBuild.py"
97
97
Build.Arch : " IA32,X64"
98
- Build.Flags : " BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_SMM_REQUIRE=1 BLD_*_TPM_ENABLE=1 BLD_*_TPM_CONFIG_ENABLE=1 BLD_* _NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"
98
+ Build.Flags : " BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_SMM_REQUIRE=1 BLD_*_TPM_ENABLE=1 BLD_*_NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"
99
99
Build.Target : " DEBUG"
100
100
Run.Flags : $(run_flags)
101
101
Run : $(should_run)
102
102
OVMF_IA32X64_FULL_RELEASE :
103
103
Build.File : " $(package)/PlatformCI/PlatformBuild.py"
104
104
Build.Arch : " IA32,X64"
105
- Build.Flags : " BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_SMM_REQUIRE=1 BLD_*_TPM_ENABLE=1 BLD_*_TPM_CONFIG_ENABLE=1 BLD_* _NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"
105
+ Build.Flags : " BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_SMM_REQUIRE=1 BLD_*_TPM_ENABLE=1 BLD_*_NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"
106
106
Build.Target : " RELEASE"
107
107
Run.Flags : $(run_flags)
108
108
Run : $(should_run)
109
109
OVMF_IA32X64_FULL_NOOPT :
110
110
Build.File : " $(package)/PlatformCI/PlatformBuild.py"
111
111
Build.Arch : " IA32,X64"
112
- Build.Flags : " BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_SMM_REQUIRE=1 BLD_*_TPM_ENABLE=1 BLD_*_TPM_CONFIG_ENABLE=1 BLD_* _NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"
112
+ Build.Flags : " BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_SMM_REQUIRE=1 BLD_*_TPM_ENABLE=1 BLD_*_NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"
113
113
Build.Target : " NOOPT"
114
114
Run.Flags : $(run_flags)
115
115
Run : $(should_run)
Original file line number Diff line number Diff line change @@ -94,14 +94,14 @@ jobs:
94
94
OVMF_IA32X64_FULL_DEBUG :
95
95
Build.File : " $(package)/PlatformCI/PlatformBuild.py"
96
96
Build.Arch : " IA32,X64"
97
- Build.Flags : " BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_SMM_REQUIRE=1 BLD_*_TPM_ENABLE=1 BLD_*_TPM_CONFIG_ENABLE=1 BLD_* _NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"
97
+ Build.Flags : " BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_SMM_REQUIRE=1 BLD_*_TPM_ENABLE=1 BLD_*_NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"
98
98
Build.Target : " DEBUG"
99
99
Run.Flags : $(run_flags)
100
100
Run : $(should_run)
101
101
OVMF_IA32X64_FULL_RELEASE :
102
102
Build.File : " $(package)/PlatformCI/PlatformBuild.py"
103
103
Build.Arch : " IA32,X64"
104
- Build.Flags : " BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_SMM_REQUIRE=1 BLD_*_TPM_ENABLE=1 BLD_*_TPM_CONFIG_ENABLE=1 BLD_* _NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"
104
+ Build.Flags : " BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_SMM_REQUIRE=1 BLD_*_TPM_ENABLE=1 BLD_*_NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"
105
105
Build.Target : " RELEASE"
106
106
Run.Flags : $(run_flags)
107
107
Run : $(should_run)
@@ -112,7 +112,7 @@ jobs:
112
112
# OVMF_IA32X64_FULL_NOOPT:
113
113
# Build.File: "$(package)/PlatformCI/PlatformBuild.py"
114
114
# Build.Arch: "IA32,X64"
115
- # Build.Flags: "BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_SMM_REQUIRE=1 BLD_*_TPM_ENABLE=1 BLD_*_TPM_CONFIG_ENABLE=1 BLD_* _NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"
115
+ # Build.Flags: "BLD_*_SECURE_BOOT_ENABLE=1 BLD_*_SMM_REQUIRE=1 BLD_*_TPM_ENABLE=1 BLD_*_NETWORK_TLS_ENABLE=1 BLD_*_NETWORK_IP6_ENABLE=1 BLD_*_NETWORK_HTTP_BOOT_ENABLE=1"
116
116
# Build.Target: "NOOPT"
117
117
# Run.Flags: $(run_flags)
118
118
# Run: $(should_run)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ supported and are described below.
14
14
| IA32 | IA32 | OvmfPkgIa32.dsc | None |
15
15
| X64 | X64 | OvmfPkgIa64.dsc | None |
16
16
| IA32 X64 | PEI-IA32 DXE-X64 | OvmfPkgIa32X64.dsc | None |
17
- | IA32 X64 Full | PEI-IA32 DXE-X64 | OvmfPkgIa32X64.dsc | SECURE_BOOT_ENABLE=1 SMM_REQUIRE=1 TPM_ENABLE=1 TPM_CONFIG_ENABLE=1 NETWORK_TLS_ENABLE=1 NETWORK_IP6_ENABLE=1 NETWORK_HTTP_BOOT_ENABLE=1 |
17
+ | IA32 X64 Full | PEI-IA32 DXE-X64 | OvmfPkgIa32X64.dsc | SECURE_BOOT_ENABLE=1 SMM_REQUIRE=1 TPM_ENABLE=1 NETWORK_TLS_ENABLE=1 NETWORK_IP6_ENABLE=1 NETWORK_HTTP_BOOT_ENABLE=1 |
18
18
19
19
## EDK2 Developer environment
20
20
You can’t perform that action at this time.
0 commit comments