|
[PATCH v2 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, DBG2 and SPCR tables, either
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, DBG2 and SPCR tables, either
|
By
Kun Qin
·
#91930
·
|
|
[PATCH v2 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
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
|
By
Kun Qin
·
#91929
·
|
|
[PATCH v2 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
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
|
By
Kun Qin
·
#91928
·
|
|
[PATCH v2 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
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
|
By
Kun Qin
·
#91927
·
|
|
[PATCH v2 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
This patch series is a
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
This patch series is a
|
By
Kun Qin
·
#91926
·
|
|
Re: [edk2-staging][PATCH v3 15/15] edk2-staging/RedfishClientPkg: Introduce Bios feature driver
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Chang, Abner
·
#91925
·
|
|
Re: [edk2-staging][PATCH v3 14/15] edk2-staging/RedfishClientPkg: Introduce Computer System feature driver
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Chang, Abner
·
#91924
·
|
|
Re: [edk2-staging][PATCH v3 13/15] edk2-staging/RedfishClientPkg: Introduce Computer System collection driver
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Chang, Abner
·
#91923
·
|
|
Re: [edk2-staging][PATCH v3 12/15] edk2-staging/RedfishClientPkg: Rename Memory feature driver
[AMD Official Use Only - General]
This is the auto-gen file. I just give my review tag.
Reviewed-by: Abner Chang <abner.chang@...>
[AMD Official Use Only - General]
This is the auto-gen file. I just give my review tag.
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Chang, Abner
·
#91922
·
|
|
Re: [edk2-staging][PATCH v3 11/15] edk2-staging/RedfishClientPkg: Rename RedfishMemoryCollection driver
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Chang, Abner
·
#91921
·
|
|
Re: [PATCH v2 1/2] MdeModulePkg: Add EDKII_PCI_DEVICE_PPI definition
As previously mentioned in https://edk2.groups.io/g/devel/message/90345, the PPI interface looks good from the device controllers perspective:
Reviewed-by: Hao A Wu <hao.a.wu@...>
Sorry Ray and
As previously mentioned in https://edk2.groups.io/g/devel/message/90345, the PPI interface looks good from the device controllers perspective:
Reviewed-by: Hao A Wu <hao.a.wu@...>
Sorry Ray and
|
By
Wu, Hao A
·
#91920
·
|
|
Re: [PATCH v2 2/2] MdeModulePkg/AhciPei: Use PCI_DEVICE_PPI to manage AHCI device
1. In the AHCI PEIM entrypoint, after registering the PPI callbacks for:
* gEdkiiPeiAtaAhciHostControllerPpiGuid and
* gEdkiiPeiPciDevicePpiGuid
My take is that there is no need to locate above PPI
1. In the AHCI PEIM entrypoint, after registering the PPI callbacks for:
* gEdkiiPeiAtaAhciHostControllerPpiGuid and
* gEdkiiPeiPciDevicePpiGuid
My take is that there is no need to locate above PPI
|
By
Wu, Hao A
·
#91919
·
|
|
Re: [edk2-staging][PATCH v3 10/15] edk2-staging/RedfishClientPkg: Update Redfish feature utility library
[AMD Official Use Only - General]
BTW, you don't have to resend the v4 for this.
Reviewed-by: Abner Chang <abner.chang@...>
[AMD Official Use Only - General]
BTW, you don't have to resend the v4 for this.
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Chang, Abner
·
#91918
·
|
|
Re: [edk2-staging][PATCH v3 10/15] edk2-staging/RedfishClientPkg: Update Redfish feature utility library
[AMD Official Use Only - General]
Please search [Chang, Abner] for the comment.
[AMD Official Use Only - General]
Please search [Chang, Abner] for the comment.
|
By
Chang, Abner
·
#91917
·
|
|
Re: [edk2-staging][PATCH v3 09/15] edk2-staging/RedfishClientPkg: Update RedfishLib
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Chang, Abner
·
#91916
·
|
|
Re: [edk2-staging][PATCH v3 08/15] edk2-staging/RedfishClientPkg: Update Redfish feature core driver
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Chang, Abner
·
#91915
·
|
|
Re: [edk2-staging][PATCH v3 07/15] edk2-staging/RedfishClientPkg: Update ETag driver
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Chang, Abner
·
#91914
·
|
|
Re: [edk2-staging][PATCH v3 06/15] edk2-staging/RedfishClientPkg: Introduce RedfishConfigLangMap driver
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Chang, Abner
·
#91913
·
|
|
Re: [PATCH] SecurityPkg: Add retry mechanism for tpm command
The commit message and comments for the #defines
for the retry count and timeouts should state that
the values are required by spec and name the spec.
Thanks,
Mike
The commit message and comments for the #defines
for the retry count and timeouts should state that
the values are required by spec and name the spec.
Thanks,
Mike
|
By
Michael D Kinney
·
#91912
·
|
|
[Patch 1/1] Maintainers.txt: Add missing Github IDs for OvmfPkg TPM/TGC modules
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Gerd Hoffmann <kraxel@...>
Cc: Marc-André Lureau <marcandre.lureau@...>
Cc: Stefan Berger <stefanb@...>
Signed-off-by: Michael D
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Gerd Hoffmann <kraxel@...>
Cc: Marc-André Lureau <marcandre.lureau@...>
Cc: Stefan Berger <stefanb@...>
Signed-off-by: Michael D
|
By
Michael D Kinney
·
#91911
·
|