|
[PATCH 2/2] Dynamic Tbl Mgr: MPAM: MPAM Generator and supporting
files 2 messages
From: Swatisri Kantamsetti <swatisrik@...> ACPI header, MSC and Resource Nodes are populated in the MPAM Table Signed-off-by: Swatisri Kantamsetti <swatisrik@...> --- DynamicTablesPkg/DynamicTables.ds
From: Swatisri Kantamsetti <swatisrik@...> ACPI header, MSC and Resource Nodes are populated in the MPAM Table Signed-off-by: Swatisri Kantamsetti <swatisrik@...> --- DynamicTablesPkg/DynamicTables.ds
|
By
Name
·
|
|
[PATCH 1/2] Mde Pkg: Support for MPAM ACPI Table 2 messages
From: Swatisri Kantamsetti <swatisrik@...> Added MPAM table header, MSC and Resource Node info structures Signed-off-by: Swatisri Kantamsetti <swatisrik@...> --- MdePkg/Include/IndustryStandard/Acpi64
From: Swatisri Kantamsetti <swatisrik@...> Added MPAM table header, MSC and Resource Node info structures Signed-off-by: Swatisri Kantamsetti <swatisrik@...> --- MdePkg/Include/IndustryStandard/Acpi64
|
By
Name
·
|
|
[PATCH edk2-platforms 1/1] Silicon/SynQuacer/PlatformDxe: set ACPI as default hardware description 2 messages
Since ACPI is well supported on SynQuacer platform, set ACPI as default hardware description. Only changing the "DEFAULT" flags from ACPIPREF_DT to ACPIPREF_ACPI does not work as expected, this commit
Since ACPI is well supported on SynQuacer platform, set ACPI as default hardware description. Only changing the "DEFAULT" flags from ACPIPREF_DT to ACPIPREF_ACPI does not work as expected, this commit
|
By
Masahisa Kojima
·
|
|
[PATCH 2/2] CloudHv/arm: switch PeiMemLib to its own
As Cloud Hypervisor has its own PeiMemLib, change it in dsc file accordingly. Signed-off-by: Jianyong Wu <jianyong.wu@...> Reviewed-by: Sami Mujawar <sami.mujawar@...> --- ArmVirtPkg/ArmVirtCloudHv.ds
As Cloud Hypervisor has its own PeiMemLib, change it in dsc file accordingly. Signed-off-by: Jianyong Wu <jianyong.wu@...> Reviewed-by: Sami Mujawar <sami.mujawar@...> --- ArmVirtPkg/ArmVirtCloudHv.ds
|
By
Jianyong Wu
·
|
|
[PATCH v2 1/2] CloudHv/arm: add PeiMemInfoLib
Memory layout in CLoud Hypervisor for arm is changed and is different with Qemu, thus we should build its own PeiMemInfoLib. The main change in the memory layout is that normal ram may not contiguous
Memory layout in CLoud Hypervisor for arm is changed and is different with Qemu, thus we should build its own PeiMemInfoLib. The main change in the memory layout is that normal ram may not contiguous
|
By
Jianyong Wu
·
|
|
[PATCH v2 0/2] CloudHv/arm: Add specific mem info lib
Currently, the meminfo lib for CloudHv/arm is reusing QEMU's. As the memory layout for cloud hypervisor is changed, it needs a new meminfo lib. Signed-off-by: Jianyong Wu <jianyong.wu@...> Jianyong Wu
Currently, the meminfo lib for CloudHv/arm is reusing QEMU's. As the memory layout for cloud hypervisor is changed, it needs a new meminfo lib. Signed-off-by: Jianyong Wu <jianyong.wu@...> Jianyong Wu
|
By
Jianyong Wu
·
|
|
[PATCH V4 3/3] RedfishPkg: Redfish functions for REST requests are not fully spec complied 2 messages
There is no function to send POST request with the ContentType different from "application\json". There is no function to send DELETE request with the body. Cc: Abner Chang <abner.chang@...> Cc: Nickl
There is no function to send POST request with the ContentType different from "application\json". There is no function to send DELETE request with the body. Cc: Abner Chang <abner.chang@...> Cc: Nickl
|
By
Igor Kulchytskyy
·
|
|
[PATCH 1/2] CloudHv/arm: add PeiMemInfoLib 6 messages
Memory layout in CLoud Hypervisor for arm is changed and is different with Qemu, thus we should build its own PeiMemInfoLib. The main change in the memory layout is that normal ram may not contiguous
Memory layout in CLoud Hypervisor for arm is changed and is different with Qemu, thus we should build its own PeiMemInfoLib. The main change in the memory layout is that normal ram may not contiguous
|
By
Jianyong Wu
·
|
|
[Patch V2] UefiCpuPkg: Use Top of each AP's stack to save CpuMpData
From: Yuanhao Xie <yuanhao.xie@...> To remove the dependency of CPU register, 4/8 byte at the top of the stack is occupied for CpuMpData. BIST information is also taken care here. This modification is
From: Yuanhao Xie <yuanhao.xie@...> To remove the dependency of CPU register, 4/8 byte at the top of the stack is occupied for CpuMpData. BIST information is also taken care here. This modification is
|
By
Yuanhao Xie
·
|
|
CcProbeLib not working for runtime calls 4 messages
Hi, https://bugzilla.redhat.com/show_bug.cgi?id=2114858 I think the call chain is: -> linux does efi runtime call -> some debug message printed -> OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c ->
Hi, https://bugzilla.redhat.com/show_bug.cgi?id=2114858 I think the call chain is: -> linux does efi runtime call -> some debug message printed -> OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c ->
|
By
Gerd Hoffmann
·
|
|
[PATCH v4 04/28] MdeModulePkg: Add new include files 2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: Updated with review comments for misspellings, mismatch function prototype, missing function header comments, incorrect function descriptio
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: Updated with review comments for misspellings, mismatch function prototype, missing function header comments, incorrect function descriptio
|
By
Judah Vang
·
|
|
[PATCH v4 06/28] MdeModulePkg: Add Null ProtectedVariable Library 2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: Applied code review comments - removed APIs that are not being used. V1: Add Null versions of the ProtectedVariable Library. This will be t
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 V4: Applied code review comments - removed APIs that are not being used. V1: Add Null versions of the ProtectedVariable Library. This will be t
|
By
Judah Vang
·
|
|
Event: TianoCore Community Meeting - APAC/NAMO - 08/18/2022 2 messages
#cal-reminder
Reminder: TianoCore Community Meeting - APAC/NAMO When: 08/18/2022 7:30pm to 8:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-join/19%3ameeting_Y2M1NDE3ODYtN2M3Yy00MD
Reminder: TianoCore Community Meeting - APAC/NAMO When: 08/18/2022 7:30pm to 8:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-join/19%3ameeting_Y2M1NDE3ODYtN2M3Yy00MD
|
By
Group Notification
·
|
|
[PATCH v1 1/1] OvmfPkg/PlatformDxe: Handle all requests in ExtractConfig and RouteConfig
Per the UEFI specification, if the Request argument in EFI_HII_CONFIG_ACCESS_PROTOCOL.ExtractConfig() is NULL or does not contai= n any request elements, the implementation should return all of the se
Per the UEFI specification, if the Request argument in EFI_HII_CONFIG_ACCESS_PROTOCOL.ExtractConfig() is NULL or does not contai= n any request elements, the implementation should return all of the se
|
By
Dimitrije Pavlov
·
|
|
[PATCH V4 2/3] RedfishPkg: Redfish modules may need to use the functions which are private
Definitions of the required functiuons to send requests to BMC are in the PrivateInclude folder. So they cannot be used by the other Redfish packages. Cc: Abner Chang <abner.chang@...> Cc: Nickle Wang
Definitions of the required functiuons to send requests to BMC are in the PrivateInclude folder. So they cannot be used by the other Redfish packages. Cc: Abner Chang <abner.chang@...> Cc: Nickle Wang
|
By
Igor Kulchytskyy
·
|
|
[PATCH V4 1/3] RedfishPkg: RedfishDiscoverDxe: USB Redfish Host interface is not supported
Host Interface details are describer by the SMBIOS Type 42 table. The table is published by the RedfishHostInterfaceDxe driver. That driver supports USB and PCI-E host interface types. The table is co
Host Interface details are describer by the SMBIOS Type 42 table. The table is published by the RedfishHostInterfaceDxe driver. That driver supports USB and PCI-E host interface types. The table is co
|
By
Igor Kulchytskyy
·
|
|
[PATCH V4 0/3] EDK2 RedfishPkg issues with using it by external modules
Renamed function RedfishPostToUriEx removing 'Ex' suffix. Removed the trailing spaces. Cc: Abner Chang <abner.chang@...> Cc: Nickle Wang <nickle.wang@...> Signed-off-by: Igor Kulchytskyy <igork@...> I
Renamed function RedfishPostToUriEx removing 'Ex' suffix. Removed the trailing spaces. Cc: Abner Chang <abner.chang@...> Cc: Nickle Wang <nickle.wang@...> Signed-off-by: Igor Kulchytskyy <igork@...> I
|
By
Igor Kulchytskyy
·
|
|
[PATCH 1/1] AsfPkg: Add Alert standard format support 3 messages
Alert Standard format specification(DSP0136) REF:https://www.dmtf.org/sites/default/files/standards/documents/DSP0136.pdf Send standard alert message base on the status code reported by drivers. Repor
Alert Standard format specification(DSP0136) REF:https://www.dmtf.org/sites/default/files/standards/documents/DSP0136.pdf Send standard alert message base on the status code reported by drivers. Repor
|
By
CrystalLee [李怡萱]
·
|
|
[PATCH v2] DynamicTablesPkg: Fix nested processor containers 2 messages
Current code will generate duplicate UID if there are nested processor containers in the topology. For example if there is a socket/cluster/core layout. Change references to processor container from c
Current code will generate duplicate UID if there are nested processor containers in the topology. For example if there is a socket/cluster/core layout. Change references to processor container from c
|
By
Jeff Brasen
·
|
|
TianoCore Community Meeting EMEA/NAMO
# TianoCore Community Meeting **Highlights:** Moving AM Community Meeting to 8:00AM PST to be more Time Zone friendly # Meeting Minutes: 1) **Event Updates (_5 minutes]** ** Linux Plumbers – Dublin Se
# TianoCore Community Meeting **Highlights:** Moving AM Community Meeting to 8:00AM PST to be more Time Zone friendly # Meeting Minutes: 1) **Event Updates (_5 minutes]** ** Linux Plumbers – Dublin Se
|
By
Demeter, Miki
·
|