|
[edk2-platforms][PATCH v2 3/7] VExpressPkg: Pipeline: Resolving newly introduced dependency
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve ArmVExpress platforms build. Cc:
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve ArmVExpress platforms build. Cc:
|
By
Kun Qin
· #91672
·
|
|
[edk2-platforms][PATCH v2 2/7] U5SeriesPkg: Pipeline: Resolving newly introduced dependency
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve U5SeriesPkg platforms build. Cc:
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve U5SeriesPkg platforms build. Cc:
|
By
Kun Qin
· #91671
·
|
|
[edk2-platforms][PATCH v2 1/7] RaspberryPi: Pipeline: Resolving newly introduced dependency
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve RaspberryPi platforms build. Cc:
The new changes in SecureBootVariableLib brought in a new dependency of PlatformPKProtectionLib. This change added the new library instance from SecurityPkg to resolve RaspberryPi platforms build. Cc:
|
By
Kun Qin
· #91670
·
|
|
[edk2-platforms][PATCH v2 0/7] Resolving SecureBootVariableLib dependency
From: Kun <kuqin12@...> This v2 series is a follow up of previously submitted patches: https://edk2.groups.io/g/devel/message/91195 Compared to v1, v2 patches updated commit message to include R
From: Kun <kuqin12@...> This v2 series is a follow up of previously submitted patches: https://edk2.groups.io/g/devel/message/91195 Compared to v1, v2 patches updated commit message to include R
|
By
Kun Qin
· #91669
·
|
|
[PATCH v1 4/6] DynamicTablesPkg: DynamicTableManagerDxe: Added check for installed tables
Thank you for your reviews, Sami! I will incorporate your suggestions in v2 patch and send for review after validation. Regards, Kun
Thank you for your reviews, Sami! I will incorporate your suggestions in v2 patch and send for review after validation. Regards, Kun
|
By
Kun Qin
· #91612
·
|
|
[PATCH v1 0/6] Enhance DynamicTablesPkg modules
Thank you for the review, Pierre! We will update the patches per your feedback and send v2 after validation. Regards, Kun
Thank you for the review, Pierre! We will update the patches per your feedback and send v2 after validation. Regards, Kun
|
By
Kun Qin
· #91611
·
|
|
[PATCH v1 6/6] DynamicTablesPkg: AcpiSsdtPcieLibArm: Added case handling for PCI config
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3998 This change added a switch case handling for PCI_SS_CONFIG during SSDT generation. This will allow PCI config case return EFI_SUCCESS instead
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3998 This change added a switch case handling for PCI_SS_CONFIG during SSDT generation. This will allow PCI config case return EFI_SUCCESS instead
|
By
Kun Qin
· #91503
·
|
|
[PATCH v1 5/6] DynamicTablesPkg: AcpiSsdtPcieLibArm: Added function to reserve ECAM space
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3998 Certain OSes will complain if the ECAM config space is not reserved in the ACPI namespace. This change adds a function to reserve PNP motherb
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3998 Certain OSes will complain if the ECAM config space is not reserved in the ACPI namespace. This change adds a function to reserve PNP motherb
|
By
Kun Qin
· #91502
·
|
|
[PATCH v1 4/6] DynamicTablesPkg: DynamicTableManagerDxe: Added check for installed tables
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3997 This change added an extra step to allow check for installed ACPI tables. For FADT, MADT, GTDT, DSDT and DBG2 tables, either pre-installed or
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3997 This change added an extra step to allow check for installed ACPI tables. For FADT, MADT, GTDT, DSDT and DBG2 tables, either pre-installed or
|
By
Kun Qin
· #91501
·
|
|
[PATCH v1 3/6] DynamicTablesPkg: DynamicPlatRepoLib: Adding more token fixers
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996 This change added more token fixers for other node types, including NamedComponentNode, RootComplexNode, and SmmuV3Node. The corresponding en
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996 This change added more token fixers for other node types, including NamedComponentNode, RootComplexNode, and SmmuV3Node. The corresponding en
|
By
Kun Qin
· #91500
·
|
|
[PATCH v1 2/6] DynamicTablesPkg: DynamicPlatRepoLib: Fix incorrect dereferencing
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996 The content of token should be derived from the data section of the `CmObject` instead of the object itself. This change fixed the issue by d
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996 The content of token should be derived from the data section of the `CmObject` instead of the object itself. This change fixed the issue by d
|
By
Kun Qin
· #91499
·
|
|
[PATCH v1 1/6] DynamicTablesPkg: DynamicPlatRepoLib: Added MemoryAllocationLib to inf
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996 The DynamicPlatRepoLib has multiple reference to MemoryAllocationLib, such as DynamicPlatRepo.c and TokenMapper.c. Not including it in the li
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3996 The DynamicPlatRepoLib has multiple reference to MemoryAllocationLib, such as DynamicPlatRepo.c and TokenMapper.c. Not including it in the li
|
By
Kun Qin
· #91498
·
|
|
[PATCH v1 0/6] Enhance DynamicTablesPkg modules
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3996 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3997 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3998 Current DynamicTablesPkg prov
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3996 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3997 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3998 Current DynamicTablesPkg prov
|
By
Kun Qin
· #91497
·
|
|
[edk2-platforms][PATCH v1 0/7] Resolving SecureBootVariableLib dependency
Hi SiFive, QEMU, Socionext & Pythium maintainers, This patch series was sent to resolve the newly introduced dependency in the impacted packages/platforms. Could you please provide feedback if any? An
Hi SiFive, QEMU, Socionext & Pythium maintainers, This patch series was sent to resolve the newly introduced dependency in the impacted packages/platforms. Could you please provide feedback if any? An
|
By
Kun Qin
· #91422
·
|
|
[edk2-staging][PATCH Kun,v1 0/7] Add TPM subclass definition
Hi SecurityPkg maintainers and EDK2 stewards, The updated patch series was sent here: https://edk2.groups.io/g/devel/message/91330 Please let me know if there is any other feedback on them. Thanks, Ku
Hi SecurityPkg maintainers and EDK2 stewards, The updated patch series was sent here: https://edk2.groups.io/g/devel/message/91330 Please let me know if there is any other feedback on them. Thanks, Ku
|
By
Kun Qin
· #91388
·
|
|
[edk2-staging][PATCH v2 3/3] SecurityPkg: SubClassTpm: Updated default value
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966 This change updated the default value of TPM device subclass PCD to `0x010E0000` in order to match the definition of EFI_PERIPHERAL_TPM from PI
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966 This change updated the default value of TPM device subclass PCD to `0x010E0000` in order to match the definition of EFI_PERIPHERAL_TPM from PI
|
By
Kun Qin
· #91333
·
|
|
[edk2-staging][PATCH v2 2/3] MdePkg: MmCommunication: Add TPM subclass definition to MdePkg
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966 This change introduces a new peripheral subclass definition. The new subclass definition will cover system reboot events under the status repor
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966 This change introduces a new peripheral subclass definition. The new subclass definition will cover system reboot events under the status repor
|
By
Kun Qin
· #91332
·
|
|
[edk2-staging][PATCH v2 1/3] EDK2 Code First: PI Specification: New peripheral subclass for TPM
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966 This change includes specification update markdown file that describes the proposed PI Specification v1.7 Errata A in detail and potential impa
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966 This change includes specification update markdown file that describes the proposed PI Specification v1.7 Errata A in detail and potential impa
|
By
Kun Qin
· #91331
·
|
|
[edk2-staging][PATCH v2 0/3] Add TPM subclass definition
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966 This patch series is a follow up of previous submission: https://edk2.groups.io/g/devel/message/91075 v2 patch changes include feedback for v1
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3966 This patch series is a follow up of previous submission: https://edk2.groups.io/g/devel/message/91075 v2 patch changes include feedback for v1
|
By
Kun Qin
· #91330
·
|
|
[edk2-staging][PATCH Kun,v1 0/7] Add TPM subclass definition
Thanks, Mike. I will drop the applicable code change and send a v2 series shortly. Regards, Kun
Thanks, Mike. I will drop the applicable code change and send a v2 series shortly. Regards, Kun
|
By
Kun Qin
· #91329
·
|