|
[edk2-platforms][PATCH V1 3/5] WhitleyOpenBoardPkg: Fix GCC unused variables warnings
Removed build options to ignore no-discarded-qualifiers warnings.
Removed build option to ignore no-unused-variable warnings.
Fixed resulting build issues.
Cc: Nate DeSimone
Removed build options to ignore no-discarded-qualifiers warnings.
Removed build option to ignore no-unused-variable warnings.
Fixed resulting build issues.
Cc: Nate DeSimone
|
By
Isaac Oram
·
#90963
·
|
|
[edk2-platforms][PATCH V1 2/5] WhitleyOpenBoardPkg: Fix GCC warnings
Remove build option to ignore no-incompatible-pointer-types.
Remove build option to ignore no-overflow warnings.
Fixed resulting warnings as errors.
Cc: Nate DeSimone
Remove build option to ignore no-incompatible-pointer-types.
Remove build option to ignore no-overflow warnings.
Fixed resulting warnings as errors.
Cc: Nate DeSimone
|
By
Isaac Oram
·
#90962
·
|
|
[edk2-platforms][PATCH V1 1/5] IpmiFeaturePkg/GenericIpmi: Fix GCC compilation warnings
Fix compiler warnings for unused variables.
Fix PeimIpmiInterfaceInit to return initialization status instead of
EFI_SUCCESS.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Liming Gao
Fix compiler warnings for unused variables.
Fix PeimIpmiInterfaceInit to return initialization status instead of
EFI_SUCCESS.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Liming Gao
|
By
Isaac Oram
·
#90961
·
|
|
[edk2-platforms][PATCH V1 0/5] Resolve GCC compilation warnings
Fix GCC warnings and remove the build flags to ignore them.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Liming Gao <gaoliming@...>
Cc: Chasel Chiu
Fix GCC warnings and remove the build flags to ignore them.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Liming Gao <gaoliming@...>
Cc: Chasel Chiu
|
By
Isaac Oram
·
#90960
·
|
|
[PATCH v3 11/11] EmulatorPkg: Pipeline: Resolve SecureBootVariableLib dependency
The new changes in SecureBootVariableLib brought in a new dependency of
PlatformPKProtectionLib.
This change added the new library instance from SecurityPkg to resolve
pipeline builds.
Cc: Andrew
The new changes in SecureBootVariableLib brought in a new dependency of
PlatformPKProtectionLib.
This change added the new library instance from SecurityPkg to resolve
pipeline builds.
Cc: Andrew
|
By
Kun Qin
·
#90959
·
|
|
[PATCH v3 09/11] SecurityPkg: SecureBootVariableLib: Added unit tests
From: kuqin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3911
This change added unit test and enabled it from pipeline for the updated
SecureBootVariableLib.
The unit
From: kuqin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3911
This change added unit test and enabled it from pipeline for the updated
SecureBootVariableLib.
The unit
|
By
Kun Qin
·
#90958
·
|
|
[PATCH v3 10/11] OvmfPkg: Pipeline: Resolve SecureBootVariableLib dependency
The new changes in SecureBootVariableLib brought in a new dependency of
PlatformPKProtectionLib.
This change added the new library instance from SecurityPkg to resolve
pipeline builds.
Cc: Jiewen
The new changes in SecureBootVariableLib brought in a new dependency of
PlatformPKProtectionLib.
This change added the new library instance from SecurityPkg to resolve
pipeline builds.
Cc: Jiewen
|
By
Kun Qin
·
#90957
·
|
|
[PATCH v3 08/11] SecurityPkg: SecureBootConfigDxe: Updated invocation pattern
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3909
This change is in pair with the previous SecureBootVariableLib change,
which updated the interface of
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3909
This change is in pair with the previous SecureBootVariableLib change,
which updated the interface of
|
By
Kun Qin
·
#90956
·
|
|
[PATCH v3 07/11] SecurityPkg: Secure Boot Drivers: Added common header files
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3910
This change added common header files to consumer drivers to unblock
pipeline builds.
Cc: Jiewen Yao
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3910
This change added common header files to consumer drivers to unblock
pipeline builds.
Cc: Jiewen Yao
|
By
Kun Qin
·
#90955
·
|
|
[PATCH v3 06/11] SecurityPkg: SecureBootVariableProvisionLib: Updated implementation
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3910
This change is in pair with the previous SecureBootVariableLib, which
removes the explicit invocation
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3910
This change is in pair with the previous SecureBootVariableLib, which
removes the explicit invocation
|
By
Kun Qin
·
#90954
·
|
|
[PATCH v3 05/11] SecurityPkg: SecureBootVariableLib: Added newly supported interfaces
From: kuqin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3911
This change updated the interfaces provided by SecureBootVariableLib.
The new additions provided
From: kuqin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3911
This change updated the interfaces provided by SecureBootVariableLib.
The new additions provided
|
By
Kun Qin
·
#90953
·
|
|
[PATCH v3 04/11] SecurityPkg: SecureBootVariableLib: Updated signature list creator
From: kuqin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3910
This change removes the interface of SecureBootFetchData, and replaced
it with
From: kuqin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3910
This change removes the interface of SecureBootFetchData, and replaced
it with
|
By
Kun Qin
·
#90952
·
|
|
[PATCH v3 03/11] SecurityPkg: SecureBootVariableLib: Updated time based payload creator
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3909
This change updated the interface of 'CreateTimeBasedPayload' by
requiring the caller to provide a
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3909
This change updated the interface of 'CreateTimeBasedPayload' by
requiring the caller to provide a
|
By
Kun Qin
·
#90951
·
|
|
[PATCH v3 02/11] SecurityPkg: PlatformPKProtectionLib: Added PK protection interface
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3911
This patch provides an abstracted interface for platform to implement PK
variable related protection
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3911
This patch provides an abstracted interface for platform to implement PK
variable related protection
|
By
Kun Qin
·
#90950
·
|
|
[PATCH v3 01/11] SecurityPkg: UefiSecureBoot: Definitions of cert and payload structures
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3910
This change added certificate and payload structures that can be consumed
by SecureBootVariableLib and
From: Kun Qin <kuqin@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3910
This change added certificate and payload structures that can be consumed
by SecureBootVariableLib and
|
By
Kun Qin
·
#90949
·
|
|
[PATCH v3 00/11] Enhance Secure Boot Variable Libraries
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911
This is a follow-up of a
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911
This is a follow-up of a
|
By
Kun Qin
·
#90948
·
|
|
[PATCH V4 8/8] OvmfPkg: Add build-flag SECURE_BOOT_FEATURE_ENABLED
From: Min M Xu <min.m.xu@...>
SECURE_BOOT_FEATURE_ENABLED is the build-flag defined when secure boot
is enabled. Currently this flag is used in below lib:
- OvmfPkg/PlatformPei
-
From: Min M Xu <min.m.xu@...>
SECURE_BOOT_FEATURE_ENABLED is the build-flag defined when secure boot
is enabled. Currently this flag is used in below lib:
- OvmfPkg/PlatformPei
-
|
By
Min Xu
·
#90947
·
|
|
[PATCH V4 7/8] OvmfPkg/TdxDxe: Set PcdEmuVariableNvStoreReserved
From: Min M Xu <min.m.xu@...>
Set PcdEmuVariableNvStoreReserved with the value in PlatformInfoHob. It
is the address of the EmuVariableNvStore reserved in Pei-less startup.
Cc: James Bottomley
From: Min M Xu <min.m.xu@...>
Set PcdEmuVariableNvStoreReserved with the value in PlatformInfoHob. It
is the address of the EmuVariableNvStore reserved in Pei-less startup.
Cc: James Bottomley
|
By
Min Xu
·
#90946
·
|
|
[PATCH V4 6/8] OvmfPkg/NvVarsFileLib: Shortcut ConnectNvVarsToFileSystem in secure-boot
From: Min M Xu <min.m.xu@...>
OvmfPkg/Library/NvVarsFileLib allows loading variables into emulated
varstore from a on-disk NvVars file. We can't allow that when secure
boot is active. So
From: Min M Xu <min.m.xu@...>
OvmfPkg/Library/NvVarsFileLib allows loading variables into emulated
varstore from a on-disk NvVars file. We can't allow that when secure
boot is active. So
|
By
Min Xu
·
#90945
·
|
|
[PATCH V4 5/8] OvmfPkg: Reserve and init EmuVariableNvStore in Pei-less Startup
From: Min M Xu <min.m.xu@...>
EmuVariableNvStore is reserved and init with below 2 functions defined in
PlatformInitLib:
- PlatformReserveEmuVariableNvStore
-
From: Min M Xu <min.m.xu@...>
EmuVariableNvStore is reserved and init with below 2 functions defined in
PlatformInitLib:
- PlatformReserveEmuVariableNvStore
-
|
By
Min Xu
·
#90944
·
|