|
[PATCH 2/2] UefiCpuPkg: After reset, wake up APs by SIPI.
3 messages
Following a power-up or RESET, since all APs are already in the “wait-for-SIPI state,” the BSP can broadcast just a single SIPI IPI to the APs to wake them up and initialize them. Cc: Guo Dong <guo.do
Following a power-up or RESET, since all APs are already in the “wait-for-SIPI state,” the BSP can broadcast just a single SIPI IPI to the APs to wake them up and initialize them. Cc: Guo Dong <guo.do
|
By
Yuanhao Xie
·
|
|
[PATCH v2 00/13] BaseTools,CryptoPkg,MdePkg,OvmfPkg: Delete CLANG35,CLANG38,GCC48,GCC49, rename GCC5 to GCC, update CLANGDWARF, delete VS 2008-2013, EBC
<gaoliming@...> wrote: Could we perhaps do GCC49 -> GCC GCC5 -> GCCLTO ? As with CLANG35/38, the GCCx names have become rather obsolete, so I'd prefer to have a set of more generic names, and a slidin
<gaoliming@...> wrote: Could we perhaps do GCC49 -> GCC GCC5 -> GCCLTO ? As with CLANG35/38, the GCCx names have become rather obsolete, so I'd prefer to have a set of more generic names, and a slidin
|
By
Ard Biesheuvel
·
|
|
[PATCH v2 2/3] RedfishPkg: Redfish discover driver improvement
2 messages
Bug fix: - function stack fault - properly handle "SubnetAddrInfoIPv6" when there is no IPv6 support - copy-n-paste error in RedfishGetHostInterfaceProtocolData() - fix typo Enhancement: - Redfish dis
Bug fix: - function stack fault - properly handle "SubnetAddrInfoIPv6" when there is no IPv6 support - copy-n-paste error in RedfishGetHostInterfaceProtocolData() - fix typo Enhancement: - Redfish dis
|
By
Nickle Wang
·
|
|
[PATCH v2 3/3] RedfishPkg: fix config handler driver issues
Bug fix: - function stack fault - config handler driver requires the dependency of Redfish Credential Protocol - incorrect caller id installation when failed to perform init() - fix typo Signed-off-by
Bug fix: - function stack fault - config handler driver requires the dependency of Redfish Credential Protocol - incorrect caller id installation when failed to perform init() - fix typo Signed-off-by
|
By
Nickle Wang
·
|
|
[PATCH v2 1/3] RedfishPkg/JsonLib: address coverity issue
Fix implicit conversion issue in JsonLib. Signed-off-by: Nickle Wang <nicklew@...> Cc: Abner Chang <abner.chang@...> Cc: Igor Kulchytskyy <igork@...> Cc: Nick Ramirez <nramirez@...> Reviewed-by: Abner
Fix implicit conversion issue in JsonLib. Signed-off-by: Nickle Wang <nicklew@...> Cc: Abner Chang <abner.chang@...> Cc: Igor Kulchytskyy <igork@...> Cc: Nick Ramirez <nramirez@...> Reviewed-by: Abner
|
By
Nickle Wang
·
|
|
[PATCH v2 0/3] Fix variety issues in RedfishPkg
Fix variety issues in RedfishPkg, including coverity issue, typo, coding bugs and improve driver binding code flow in RedfishDiscoverDxe driver. Signed-off-by: Nickle Wang <nicklew@...> Cc: Abner Chan
Fix variety issues in RedfishPkg, including coverity issue, typo, coding bugs and improve driver binding code flow in RedfishDiscoverDxe driver. Signed-off-by: Nickle Wang <nicklew@...> Cc: Abner Chan
|
By
Nickle Wang
·
|
|
[PATCH v4] RedfishPkg/RedfishPlatformCredentialIpmiLib: IPMI implementation
This library follows Redfish Host Interface specification and use IPMI command to get bootstrap account credential(NetFn 2Ch, Command 02h) from BMC. RedfishHostInterfaceDxe will use this credential fo
This library follows Redfish Host Interface specification and use IPMI command to get bootstrap account credential(NetFn 2Ch, Command 02h) from BMC. RedfishHostInterfaceDxe will use this credential fo
|
By
Nickle Wang
·
|
|
[PATCH V1 1/1] OvmfPkg/PlatformPei: Skip PlatformInitEmuVariableNvStore in SEV guest
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4379 PlatformInitEmuVariableNvStore is called to initialize the EmuVariableNvStore with the content pointed by PcdOvmfF
From: Min M Xu <min.m.xu@...> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4379 PlatformInitEmuVariableNvStore is called to initialize the EmuVariableNvStore with the content pointed by PcdOvmfF
|
By
Min Xu
·
|
|
[edk2-platforms][PATCH 0/2] Support Ampere Altra Max processor
2 messages
This patchset adds support for Ampere Altra Max processor. Tinh Nguyen (1): JadePkg: ACPI: Support ACPI tables for Ampere Altra Max Vu Nguyen (1): Ampere: PCIe: Add support for Ampere Altra Max .../Am
This patchset adds support for Ampere Altra Max processor. Tinh Nguyen (1): JadePkg: ACPI: Support ACPI tables for Ampere Altra Max Vu Nguyen (1): Ampere: PCIe: Add support for Ampere Altra Max .../Am
|
By
Nhi Pham
·
|
|
[edk2-platforms][PATCH v2 9/9] JadePkg: ACPI: Support ACPI tables for Ampere Altra Max
From: Tinh Nguyen <tinhnguyen@...> This adds ACPI DSDT tables and updates ACPI MADT table to support Ampere Altra Max processor. Signed-off-by: Nhi Pham <nhi@...> --- Platform/Ampere/JadePkg/Jade.dsc
From: Tinh Nguyen <tinhnguyen@...> This adds ACPI DSDT tables and updates ACPI MADT table to support Ampere Altra Max processor. Signed-off-by: Nhi Pham <nhi@...> --- Platform/Ampere/JadePkg/Jade.dsc
|
By
Nhi Pham
·
|
|
[edk2-platforms][PATCH v2 8/9] AmpereAltraPkg: Support get SubNUMA node region for Ampere silicons
From: Vu Nguyen <vunguyen@...> This change helps to update the following: - Add logic to get SubNUMA node region for Ampere silicons (Altra and Altra Max processor) as a common API in AmpereCpuLibComm
From: Vu Nguyen <vunguyen@...> This change helps to update the following: - Add logic to get SubNUMA node region for Ampere silicons (Altra and Altra Max processor) as a common API in AmpereCpuLibComm
|
By
Nhi Pham
·
|
|
[edk2-platforms][PATCH v2 7/9] Ampere: PCIe: Add support for Ampere Altra Max
From: Vu Nguyen <vunguyen@...> This updates the platform specific PCIe modules to add support for Ampere Altra Max processor which features 128 PCIe Gen4 lanes (distributed across eight x16 RCAs) usin
From: Vu Nguyen <vunguyen@...> This updates the platform specific PCIe modules to add support for Ampere Altra Max processor which features 128 PCIe Gen4 lanes (distributed across eight x16 RCAs) usin
|
By
Nhi Pham
·
|
|
[edk2-platforms][PATCH v2 6/9] Ampere: PCIe: Add PHY preset NVParams for Ampere Altra Max
From: Vu Nguyen <vunguyen@...> This adds PHY preset NVParams definition for each Root complex to support Ampere Altra Max platform. Signed-off-by: Nhi Pham <nhi@...> --- .../AmpereAltraPkg/Include/NVP
From: Vu Nguyen <vunguyen@...> This adds PHY preset NVParams definition for each Root complex to support Ampere Altra Max platform. Signed-off-by: Nhi Pham <nhi@...> --- .../AmpereAltraPkg/Include/NVP
|
By
Nhi Pham
·
|
|
[edk2-platforms][PATCH v2 5/9] AmpereAltraPkg: Update Ampere Core/Cluster profile
From: Vu Nguyen <vunguyen@...> This updates the number of cores and clusters to add support for the Ampere Altra Max processor. Signed-off-by: Nhi Pham <nhi@...> --- Silicon/Ampere/AmpereAltraPkg/Ampe
From: Vu Nguyen <vunguyen@...> This updates the number of cores and clusters to add support for the Ampere Altra Max processor. Signed-off-by: Nhi Pham <nhi@...> --- Silicon/Ampere/AmpereAltraPkg/Ampe
|
By
Nhi Pham
·
|
|
[edk2-platforms][PATCH v2 4/9] AmpereAltraPkg: Update Ampere specific platform PCIe core
From: Vu Nguyen <vunguyen@...> This patch updates the following: - Check End Point configuration space is accessible or not before getting its capability. - Add new function to check PCIe card is pres
From: Vu Nguyen <vunguyen@...> This patch updates the following: - Check End Point configuration space is accessible or not before getting its capability. - Add new function to check PCIe card is pres
|
By
Nhi Pham
·
|
|
[edk2-platforms][PATCH v2 3/9] JadePkg: PCIe: Add delay after releasing PERST
From: Vu Nguyen <vunguyen@...> According to PCIe specification, following exit from a Conventional Reset, some devices may require additional time before they are able to respond to Requests they rece
From: Vu Nguyen <vunguyen@...> According to PCIe specification, following exit from a Conventional Reset, some devices may require additional time before they are able to respond to Requests they rece
|
By
Nhi Pham
·
|
|
[edk2-platforms][PATCH v2 2/9] AmpereAltraPkg: Correct PCIe memory attribute
From: Vu Nguyen <vunguyen@...> This fixes the memory attribute of the first RC Type B (RCB0). Signed-off-by: Nhi Pham <nhi@...> --- Silicon/Ampere/AmpereAltraPkg/Include/Platform/Ac01.h | 2 +- 1 file
From: Vu Nguyen <vunguyen@...> This fixes the memory attribute of the first RC Type B (RCB0). Signed-off-by: Nhi Pham <nhi@...> --- Silicon/Ampere/AmpereAltraPkg/Include/Platform/Ac01.h | 2 +- 1 file
|
By
Nhi Pham
·
|
|
[edk2-platforms][PATCH v2 1/9] AmpereAltraPkg: Correct PCIe Devmap
From: Vu Nguyen <vunguyen@...> This corrects the high devmap of Root Complex (RC) that should be fetched from a high bifurcation. Signed-off-by: Nhi Pham <nhi@...> --- .../Ampere/AmpereAltraPkg/Driver
From: Vu Nguyen <vunguyen@...> This corrects the high devmap of Root Complex (RC) that should be fetched from a high bifurcation. Signed-off-by: Nhi Pham <nhi@...> --- .../Ampere/AmpereAltraPkg/Driver
|
By
Nhi Pham
·
|
|
[edk2-platforms][PATCH v2 0/9] Support Ampere Altra Max processor
This patchset adds support for Ampere Altra Max processor and updates for some bugfixes. Changes since v1: + Improved readability per Leif's feedback, such as: Add helper functions. split out the supp
This patchset adds support for Ampere Altra Max processor and updates for some bugfixes. Changes since v1: + Improved readability per Leif's feedback, such as: Add helper functions. split out the supp
|
By
Nhi Pham
·
|
|
[PATCH v2 03/13] BaseTools: Update CLANGDWARF toolchain and remove CLANG35 and CLANG38
2 messages
Update the CLANGDWARF toolchain definition with the settings from CLANG38, and delete the CLANG35 and CLANG38 toolchains. The CLANG35 and CLANG38 toolchains were added for compatibility with ARM's pro
Update the CLANGDWARF toolchain definition with the settings from CLANG38, and delete the CLANG35 and CLANG38 toolchains. The CLANG35 and CLANG38 toolchains were added for compatibility with ARM's pro
|
By
Rebecca Cran
·
|