|
[PATCH v4 6/6] DynamicTablesPkg: AcpiSsdtPcieLibArm: Added case handling for PCI config 5 messages
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
·
|
|
[PATCH v4 5/6] DynamicTablesPkg: AcpiSsdtPcieLibArm: Added function to reserve ECAM space 2 messages
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
·
|
|
CcProbeLib not working for runtime calls
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 2/2] Platform/Sgi: Add serial debug controller to SSDT 10 messages
Add a new device entry in the SSDT ACPI table to describe the serial port used as the debug port. On the Neoverse reference design platforms, the UART0 port of the SoC is used as the debug port. Signe
Add a new device entry in the SSDT ACPI table to describe the serial port used as the debug port. On the Neoverse reference design platforms, the UART0 port of the SoC is used as the debug port. Signe
|
By
Rohit Mathew
·
|
|
[PATCH v2] DynamicTablesPkg: Add support to build _DSD 2 messages
Add APIs needed to build _DSD with different UUIDs. This is per ACPI specification 6.4 s6.2.5. Adds support for building data packages with format Package {"Name", Integer} Signed-off-by: Jeff Brasen
Add APIs needed to build _DSD with different UUIDs. This is per ACPI specification 6.4 s6.2.5. Adds support for building data packages with format Package {"Name", Integer} Signed-off-by: Jeff Brasen
|
By
Jeff Brasen
·
|
|
[PATCH 1/2] OvmfPkg: Introduce NULL class library to inhibit driver load 6 messages
Add a new library that can be incorporated into any driver built from source, and which permits loading of the driver to be inhibited based on the value of a QEMU fw_cfg boolean variable. This will be
Add a new library that can be incorporated into any driver built from source, and which permits loading of the driver to be inhibited based on the value of a QEMU fw_cfg boolean variable. This will be
|
By
Ard Biesheuvel
·
|
|
回复: [edk2-devel] [PATCH] MdePkg:Improved Smbios Type9 table and Smbios 3.5.0 spec changes 6 messages
The change is good. But the change in Smbios type 9 will impact ShellPkg\Library\UefiShellDebug1CommandsLib\SmbiosView\PrintInfo.c. Please also update ShellPkg. Thanks Liming > -----邮件原件----- > 发件人: d
The change is good. But the change in Smbios type 9 will impact ShellPkg\Library\UefiShellDebug1CommandsLib\SmbiosView\PrintInfo.c. Please also update ShellPkg. Thanks Liming > -----邮件原件----- > 发件人: d
|
By
gaoliming
·
|
|
[PATCH EDK2 v2 1/1] MdeModulePkg/PiSmmCore:Avoid overflow risk 3 messages
As the CommunicationBuffer plus BufferSize may overflow, check the value first before using. Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Cc: Eric Dong <eric.dong@...> Cc: Ray Ni <
As the CommunicationBuffer plus BufferSize may overflow, check the value first before using. Cc: Jian J Wang <jian.j.wang@...> Cc: Liming Gao <gaoliming@...> Cc: Eric Dong <eric.dong@...> Cc: Ray Ni <
|
By
wenyi,xie
·
|
|
回复: [edk2-devel] 回复: [PATCH EDK2 v1 1/1] MdeModulePkg/BaseBmpSupportLib: Fix ColorMap issue
Weiyi: This patch doesn't pass CI. Please check https://github.com/tianocore/edk2/pull/3208 > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 gaoliming via > groups.io > 发送时间: 202
Weiyi: This patch doesn't pass CI. Please check https://github.com/tianocore/edk2/pull/3208 > -----邮件原件----- > 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 gaoliming via > groups.io > 发送时间: 202
|
By
gaoliming
·
|
|
[PATCH] DynamicTablesPkg: Correct cluster index 2 messages
Current code will generate duplicate UID if there are nested clusters in the topology. Signed-off-by: Jeff Brasen <jbrasen@...> --- .../SsdtCpuTopologyGenerator.c | 22 ++++++++++++------- 1 file chang
Current code will generate duplicate UID if there are nested clusters in the topology. Signed-off-by: Jeff Brasen <jbrasen@...> --- .../SsdtCpuTopologyGenerator.c | 22 ++++++++++++------- 1 file chang
|
By
Jeff Brasen
·
|
|
[PATCH] IntelSiliconPkg/VTd: Add DMAR SIDP Table dumpping
VT-d spec 4.0 has added a new structure called SIDP which is more generic to describe special properties of integrated devices. Cc: Ray Ni <ray.ni@...> Cc: Rangasai V Chaganty <rangasai.v.chaganty@...
VT-d spec 4.0 has added a new structure called SIDP which is more generic to describe special properties of integrated devices. Cc: Ray Ni <ray.ni@...> Cc: Rangasai V Chaganty <rangasai.v.chaganty@...
|
By
Sheng Wei
·
|
|
回复: [edk2-devel] 回复: [edk2-devel] [PATCH] MdePkg:Improved Smbios Type9 table and Smbios 3.5.0 spec changes
Sainadh: I don’t receive your mail. Can you create edk2 github pull request for your changes? Then, I can get them from pull request. Thanks Liming 发件人: sainadhn via groups.io <sainadhn@...> 发送时间: 202
Sainadh: I don’t receive your mail. Can you create edk2 github pull request for your changes? Then, I can get them from pull request. Thanks Liming 发件人: sainadhn via groups.io <sainadhn@...> 发送时间: 202
|
By
gaoliming
·
|
|
[PATCH 3/3] RedfishPkg: The functions for Redfish requests do not fully complied with specification 2 messages
There is no function to send POST request with the Content type which is different from "application/json". There is no function to send DELETE request with the body. Cc: Abner Chang <abner.chang@...>
There is no function to send POST request with the Content type which is different from "application/json". There is no function to send DELETE request with the body. Cc: Abner Chang <abner.chang@...>
|
By
Igor Kulchytskyy
·
|
|
[PATCH 2/3] RedfishPkg: Redfish modules may need to use the functions which are private 2 messages
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
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - 08/16/2022 2 messages
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO When: 08/16/2022 6:30pm to 7:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWE
Reminder: TianoCore Bug Triage - APAC / NAMO When: 08/16/2022 6:30pm to 7:30pm (UTC-07:00) America/Los Angeles Where: https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWE
|
By
Group Notification
·
|
|
[PATCH 1/2] Mde Pkg: Support for MPAM ACPI Table
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 2/2] Dynamic Tbl Mgr: MPAM: MPAM Generator and supporting
files
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
·
|
|
[edk2-platforms][PATCH V1 0/3] Update PlatformPayloadPkg to match feature conventions 2 messages
The integration of the PlatformPayloadPkg breaks the AdvancedFeaturePkg build. The first patch fixes the build issue with executing build -a IA32 -a X64 -p AdvancedFeaturePkg/AdvancedFeaturePkg.dsc Th
The integration of the PlatformPayloadPkg breaks the AdvancedFeaturePkg build. The first patch fixes the build issue with executing build -a IA32 -a X64 -p AdvancedFeaturePkg/AdvancedFeaturePkg.dsc Th
|
By
Oram, Isaac W
·
|
|
[edk2-platforms][PATCH V1 3/3] PlatformPayloadFeaturePkg: Update contents to match feature conventions 3 messages
Rename gPlatformPayloadPkgTokenSpaceGuid to gPlatformPayloadFeaturePkgTokenSpaceGuid Rename PcdPayloadPackageFeatureEnable to PcdPlatformPayloadFeatureEnable Update Readme including format improvement
Rename gPlatformPayloadPkgTokenSpaceGuid to gPlatformPayloadFeaturePkgTokenSpaceGuid Rename PcdPayloadPackageFeatureEnable to PcdPlatformPayloadFeatureEnable Update Readme including format improvement
|
By
Oram, Isaac W
·
|
|
[PATCH v1 2/3] UserAuthFeaturePkg: Included DXE versions are mutually exclusive 4 messages
Versions of the DXE module perform nearly identical functions, and are therefore mutually exclusive. Including both modules results in at least a duplicate HII package and an "already started" assert.
Versions of the DXE module perform nearly identical functions, and are therefore mutually exclusive. Including both modules results in at least a duplicate HII package and an "already started" assert.
|
By
Benjamin Doron
·
|