|
[PATCH v2 08/11] SecurityPkg: SecureBootConfigDxe: Updated invocation pattern
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909 This change is in pair with the previous SecureBootVariableLib change, which updated the interface of `Crea
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909 This change is in pair with the previous SecureBootVariableLib change, which updated the interface of `Crea
|
By
Kun Qin
· #90499
·
|
|
[PATCH v2 07/11] SecurityPkg: Secure Boot Drivers: Added common header files
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 This change added common header files to consumer drivers to unblock pipeline builds. Cc: Jiewen Yao <jiewe
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 This change added common header files to consumer drivers to unblock pipeline builds. Cc: Jiewen Yao <jiewe
|
By
Kun Qin
· #90498
·
|
|
[PATCH v2 06/11] SecurityPkg: SecureBootVariableProvisionLib: Updated implementation
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 This change is in pair with the previous SecureBootVariableLib, which removes the explicit invocation of `C
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 This change is in pair with the previous SecureBootVariableLib, which removes the explicit invocation of `C
|
By
Kun Qin
· #90497
·
|
|
[PATCH v2 05/11] SecurityPkg: SecureBootVariableLib: Added newly supported interfaces
From: kuqin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911 This change updated the interfaces provided by SecureBootVariableLib. The new additions provided interfaces t
From: kuqin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911 This change updated the interfaces provided by SecureBootVariableLib. The new additions provided interfaces t
|
By
Kun Qin
· #90496
·
|
|
[PATCH v2 04/11] SecurityPkg: SecureBootVariableLib: Updated signature list creator
From: kuqin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 This change removes the interface of SecureBootFetchData, and replaced it with `SecureBootCreateDataFromInput
From: kuqin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 This change removes the interface of SecureBootFetchData, and replaced it with `SecureBootCreateDataFromInput
|
By
Kun Qin
· #90495
·
|
|
[PATCH v2 03/11] SecurityPkg: SecureBootVariableLib: Updated time based payload creator
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909 This change updated the interface of 'CreateTimeBasedPayload' by requiring the caller to provide a timestam
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909 This change updated the interface of 'CreateTimeBasedPayload' by requiring the caller to provide a timestam
|
By
Kun Qin
· #90494
·
|
|
[PATCH v2 02/11] SecurityPkg: PlatformPKProtectionLib: Added PK protection interface
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911 This patch provides an abstracted interface for platform to implement PK variable related protection interf
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911 This patch provides an abstracted interface for platform to implement PK variable related protection interf
|
By
Kun Qin
· #90493
·
|
|
[PATCH v2 01/11] SecurityPkg: UefiSecureBoot: Definitions of cert and payload structures
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 This change added certificate and payload structures that can be consumed by SecureBootVariableLib and othe
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 This change added certificate and payload structures that can be consumed by SecureBootVariableLib and othe
|
By
Kun Qin
· #90492
·
|
|
[PATCH v2 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 revamp of a previou
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 revamp of a previou
|
By
Kun Qin
· #90491
·
|
|
[PATCH V1 1/1] .pytool: UncrustifyCheck: Set IgnoreFiles path relative to package path
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3942 `IgnoreFiles` tag is specified in the CI YAML files in each individual packages. The current logic for UncrustifyCheck script bases specified f
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3942 `IgnoreFiles` tag is specified in the CI YAML files in each individual packages. The current logic for UncrustifyCheck script bases specified f
|
By
Kun Qin
· #90247
·
|
|
[PATCH V1 0/1] UncrustifyCheck ignore file list paths reduction
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3942 When UncrustifyCheck plugin checks against "IgnoreFiles" tag, the script references the files relative to the workspace. This will require all
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3942 When UncrustifyCheck plugin checks against "IgnoreFiles" tag, the script references the files relative to the workspace. This will require all
|
By
Kun Qin
· #90246
·
|
|
回复: [edk2-devel] [PATCH v2 1/1] MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headers
Thank you for the help, Liming!
Thank you for the help, Liming!
|
By
Kun Qin
· #89717
·
|
|
[PATCH v2 1/1] MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headers
Hi maintainers, This patch was reviewed and sent a while back, could you please help me to merge in this change, if no further feedback? Thanks in advance, Kun
Hi maintainers, This patch was reviewed and sent a while back, could you please help me to merge in this change, if no further feedback? Thanks in advance, Kun
|
By
Kun Qin
· #89715
·
|
|
[PATCH v1 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 Fish
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 Fish
|
By
Kun Qin
· #89518
·
|
|
[PATCH v1 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: Ard Biesheu
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: Ard Biesheu
|
By
Kun Qin
· #89517
·
|
|
[PATCH v1 09/11] SecurityPkg: SecureBootVariableLib: Added unit tests
From: kuqin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911 This change added unit test and enabled it from pipeline for the updated SecureBootVariableLib. The unit test
From: kuqin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911 This change added unit test and enabled it from pipeline for the updated SecureBootVariableLib. The unit test
|
By
Kun Qin
· #89516
·
|
|
[PATCH v1 08/11] SecurityPkg: SecureBootConfigDxe: Updated invocation pattern
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909 This change is in pair with the previous SecureBootVariableLib change, which updated the interface of `Crea
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3909 This change is in pair with the previous SecureBootVariableLib change, which updated the interface of `Crea
|
By
Kun Qin
· #89515
·
|
|
[PATCH v1 07/11] SecurityPkg: Secure Boot Drivers: Added common header files
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 This change added common header files to consumer drivers to unblock pipeline builds. Cc: Jiewen Yao <jiewe
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 This change added common header files to consumer drivers to unblock pipeline builds. Cc: Jiewen Yao <jiewe
|
By
Kun Qin
· #89514
·
|
|
[PATCH v1 06/11] SecurityPkg: SecureBootVariableProvisionLib: Updated implementation
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 This change is in pair with the previous SecureBootVariableLib, which removes the explicit invocation of `C
From: Kun Qin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3910 This change is in pair with the previous SecureBootVariableLib, which removes the explicit invocation of `C
|
By
Kun Qin
· #89513
·
|
|
[PATCH v1 05/11] SecurityPkg: SecureBootVariableLib: Added newly supported interfaces
From: kuqin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911 This change updated the interfaces provided by SecureBootVariableLib. The new additions provided interfaces t
From: kuqin <kuqin@...> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3911 This change updated the interfaces provided by SecureBootVariableLib. The new additions provided interfaces t
|
By
Kun Qin
· #89512
·
|