|
[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
·
|
|
[PATCH v1 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
· #89511
·
|
|
[PATCH v1 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
· #89510
·
|
|
[PATCH v1 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
· #89509
·
|
|
[PATCH v1 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
· #89508
·
|
|
[PATCH v1 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 Current SecureBootVariableLib
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 Current SecureBootVariableLib
|
By
Kun Qin
· #89507
·
|
|
[PATCH v2 1/1] MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headers
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3488 Current free pool routine from PiSmmCore will inspect memory guard status for target buffer without considering pool headers. This could lead t
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3488 Current free pool routine from PiSmmCore will inspect memory guard status for target buffer without considering pool headers. This could lead t
|
By
Kun Qin
· #89295
·
|
|
[PATCH v2 0/1] SMM memory management: Inspect memory guarded with pool headers
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3488 This patch series is a follow up of previous submission: https://edk2.groups.io/g/devel/message/87618 v2 patches mainly focus on feedback for c
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3488 This patch series is a follow up of previous submission: https://edk2.groups.io/g/devel/message/87618 v2 patches mainly focus on feedback for c
|
By
Kun Qin
· #89294
·
|
|
回复: [edk2-devel] [PATCH v1 1/1] MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headers
Hi SMM maintainers, A gentle ping on this. Could you please provide some feedback on the fix below for allocating 0 sized pool when heap guard it on? Thanks in advance, Kun
Hi SMM maintainers, A gentle ping on this. Could you please provide some feedback on the fix below for allocating 0 sized pool when heap guard it on? Thanks in advance, Kun
|
By
Kun Qin
· #89197
·
|
|
回复: [edk2-devel] [PATCH v1 1/1] MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headers
Thanks, Liming. SMM owners/authors, Could you please also review the original issue and this patch to provide feedback? Thanks, Kun
Thanks, Liming. SMM owners/authors, Could you please also review the original issue and this patch to provide feedback? Thanks, Kun
|
By
Kun Qin
· #88141
·
|
|
[PATCH v1 1/1] MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headers
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3488 Current free pool routine from PiSmmCore will inspect memory guard status for target buffer without considering pool headers. This could lead t
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3488 Current free pool routine from PiSmmCore will inspect memory guard status for target buffer without considering pool headers. This could lead t
|
By
Kun Qin
· #87619
·
|
|
[PATCH v1 0/1] SMM memory management: Inspect memory guarded with pool headers
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3488 Current free pool routine from PiSmmCore will inspect memory guard status for target buffer without considering pool headers. This could lead t
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3488 Current free pool routine from PiSmmCore will inspect memory guard status for target buffer without considering pool headers. This could lead t
|
By
Kun Qin
· #87618
·
|
|
回复: [edk2-devel] Request for PI spec change
Thank you for the help, Vincent! Could you please let me know if there is anything I need to do in the meantime? Regards, Kun
Thank you for the help, Vincent! Could you please let me know if there is anything I need to do in the meantime? Regards, Kun
|
By
Kun Qin
· #87607
·
|
|
回复: [edk2-devel] Request for PI spec change
Thanks for the review, Liming. Could you please also shed some light on what the next steps are? Thanks, Kun
Thanks for the review, Liming. Could you please also shed some light on what the next steps are? Thanks, Kun
|
By
Kun Qin
· #87604
·
|
|
Request for PI spec change
Hi edk2 maintainers, I have been trying to propose a PI spec change to extend status code definitions. The proposed PI spec change along with the code change around this proposal are all pushed to edk
Hi edk2 maintainers, I have been trying to propose a PI spec change to extend status code definitions. The proposed PI spec change along with the code change around this proposal are all pushed to edk
|
By
Kun Qin
· #87167
·
|