|
[PATCH] UefiPayloadPkg: Return PciRootBridges instead of NULL 3 messages
Return PciRootBridges instead of NULL and set PcdPciDisableBusEnumeration to FALSE when root bridge count is zero. Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Sean Rhodes <sean@...> Cc: Gu
Return PciRootBridges instead of NULL and set PcdPciDisableBusEnumeration to FALSE when root bridge count is zero. Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Sean Rhodes <sean@...> Cc: Gu
|
By
kavya
·
|
|
[PATCH v4 21/28] UefiPayloadPkg: Add ProtectedVariable reference 2 messages
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add reference for ProtectedVariableLib so build is successful. Cc: Jian J Wang <jian.j.wang@...> Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add reference for ProtectedVariableLib so build is successful. Cc: Jian J Wang <jian.j.wang@...> Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni
|
By
Judah Vang
·
|
|
[PATCH] UefiPayloadPkg: Fix Coverity report defect 3 messages
From: Gregx Yeh <gregx.yeh@...> https://bugzilla.tianocore.org/show_bug.cgi?id=3D4018 Coverity report FORWARD_NULL and OVERFLOW_BEFORE_WIDEN potential defect in UefiPayloadPkg. Signed-off-by: Gregx Ye
From: Gregx Yeh <gregx.yeh@...> https://bugzilla.tianocore.org/show_bug.cgi?id=3D4018 Coverity report FORWARD_NULL and OVERFLOW_BEFORE_WIDEN potential defect in UefiPayloadPkg. Signed-off-by: Gregx Ye
|
By
GregX Yeh
·
|
|
[PATCH] UefiPayloadPkg: Add macro to control NvmExpressDxe 3 messages
Add NVME_ENABLE macro to control NvmExpressDxe driver. Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Sean Rhodes <sean@...> Cc: Gua Guo <gua.guo@...> Signed-off-by: Kavya <k.kavyax.sravanthi
Add NVME_ENABLE macro to control NvmExpressDxe driver. Cc: Guo Dong <guo.dong@...> Cc: Ray Ni <ray.ni@...> Cc: Sean Rhodes <sean@...> Cc: Gua Guo <gua.guo@...> Signed-off-by: Kavya <k.kavyax.sravanthi
|
By
kavya
·
|
|
[Patch V2 2/2] UefiPayloadPkg: Remove clearing CR0.WP when protecting pagetable 3 messages
Remove clearing CR0.WP when marking the memory used for page table as read-only in the page table itself created by UefiPayloadEntry. This page table address is written to Cr3 after these protection s
Remove clearing CR0.WP when marking the memory used for page table as read-only in the page table itself created by UefiPayloadEntry. This page table address is written to Cr3 after these protection s
|
By
duntan
·
|
|
[edk2-platforms][PATCH V1 3/3] PlatformPayloadFeaturePkg: Update contents to match feature conventions 2 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
·
|
|
[edk2-platforms][PATCH V1 1/3] PlatformPayloadPkg: Fix AdvancedFeaturePkg build issue 3 messages
Feature packages should build with -a IA32 -a X64. The commonly board selected libraries were moved to the PlatformPayloadPkg build so as not to conflict with other advanced features. Cc: Sai Chaganty
Feature packages should build with -a IA32 -a X64. The commonly board selected libraries were moved to the PlatformPayloadPkg build so as not to conflict with other advanced features. Cc: Sai Chaganty
|
By
Oram, Isaac W
·
|
|
[edk2-platforms][PATCH V1 2/3] PlatformPayloadPkg: Rename to match other feature conventions 3 messages
Rename PlatformPayloadPkg to PlatformPayloadFeaturePkg. Rename Package DEC, DSC, FDF and py scripts to match. Search and replace PlatformPayloadPkg with PlatformPayloadFeaturePkg. Cc: Sai Chaganty <ra
Rename PlatformPayloadPkg to PlatformPayloadFeaturePkg. Rename Package DEC, DSC, FDF and py scripts to match. Search and replace PlatformPayloadPkg with PlatformPayloadFeaturePkg. Cc: Sai Chaganty <ra
|
By
Oram, Isaac W
·
|
|
[PATCH] UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test 3 messages
Add host based unit tests for the CpuPageTableLib services. Unit test focuses on PageTableMap function, containing two kinds of test cases: manual test case and fuzzy test case. Manual test case creat
Add host based unit tests for the CpuPageTableLib services. Unit test focuses on PageTableMap function, containing two kinds of test cases: manual test case and fuzzy test case. Manual test case creat
|
By
Zhiguang Liu
·
|
|
[PATCH V3] RedfishPkg: RedfishDiscoverDxe: USB Redfish host interface is not supported
Host Interface details are described by the SMBIOS Type 42 table. The table is published by the RedfishHostInterfaceDxe driver. That driver supports PCI-E and USB host interface types. The table is co
Host Interface details are described by the SMBIOS Type 42 table. The table is published by the RedfishHostInterfaceDxe driver. That driver supports PCI-E and USB host interface types. The table is co
|
By
Igor Kulchytskyy
·
|
|
[PATCH] 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
·
|
|
回复: [edk2-devel] [PATCH] MdePkg:Improved Smbios Type9 table and Smbios 3.5.0 spec changes 3 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 V2] RedfishPkg: RedfishDiscoverDxe: USB Redfish host interface is not supported 2 messages
Host Interface details are described by the SMBIOS Type 43 table. The table is published by the RedfishHostInterfaceDxe driver. That driver supports PCI-E and USB host interface types. The table is co
Host Interface details are described by the SMBIOS Type 43 table. The table is published by the RedfishHostInterfaceDxe driver. That driver supports PCI-E and USB host interface types. The table is co
|
By
Igor Kulchytskyy
·
|
|
[PATCH V2] RedfishPkg: Redfish third party modules may need to use the functions tat are currently private 2 messages
Definitions of the required functions to send requests to BMC are in the PrivateInclude folder. So, they cannot be used by the other packages. Cc: Abner Chang <abner.chang@...> Cc: Nickle Wang <nickle
Definitions of the required functions to send requests to BMC are in the PrivateInclude folder. So, they cannot be used by the other packages. Cc: Abner Chang <abner.chang@...> Cc: Nickle Wang <nickle
|
By
Igor Kulchytskyy
·
|
|
回复: [edk2-devel] [PATCH 1/3] MdeModulePkg/BootLogoLib: Add option to follow BGRT specification
Sean: According to the description, I agree with Pedro that this is a recommendation and not mandatory. Do you think so? Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Pedro Falcato
Sean: According to the description, I agree with Pedro that this is a recommendation and not mandatory. Do you think so? Thanks Liming 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Pedro Falcato
|
By
gaoliming
·
|
|
回复: [PATCH EDK2 v1 1/1] MdeModulePkg/BaseBmpSupportLib: Fix ColorMap issue
Agree this fix to add the check for this case. Reviewed-by: Liming Gao <gaoliming@...> Thanks Liming > -----邮件原件----- > 发件人: Wenyi Xie <xiewenyi2@...> > 发送时间: 2022年8月11日 16:32 > 收件人: devel@edk2.groups
Agree this fix to add the check for this case. Reviewed-by: Liming Gao <gaoliming@...> Thanks Liming > -----邮件原件----- > 发件人: Wenyi Xie <xiewenyi2@...> > 发送时间: 2022年8月11日 16:32 > 收件人: devel@edk2.groups
|
By
gaoliming
·
|
|
回复: [edk2-devel] [PATCH] ShellPkg:Improved Smbios Type 9 table changes in PrintInfo.c
Reviewed-by: Liming Gao <gaoliming@...> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Sainadh Nagolu via groups.io 发送时间: 2022年8月11日 19:44 收件人: Sainadh Nagolu <sainadhn@...>; devel@edk2.groups.io
Reviewed-by: Liming Gao <gaoliming@...> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Sainadh Nagolu via groups.io 发送时间: 2022年8月11日 19:44 收件人: Sainadh Nagolu <sainadhn@...>; devel@edk2.groups.io
|
By
gaoliming
·
|
|
[edk2-platforms] [PATCH 1/1] Platform/Sgi: Add support to disable isolated cpus 10 messages
Isolated CPUs are those that are not to be used on the platform for various reasons. The isolated CPU list is an array of MPID values of the CPUs that have to be isolated. This list is supplied via th
Isolated CPUs are those that are not to be used on the platform for various reasons. The isolated CPU list is an array of MPID values of the CPUs that have to be isolated. This list is supplied via th
|
By
Nishant Sharma
·
|
|
[PATCH] OvmfPkg: Update I/O port related to ACPI devices for CloudHv
From: Sebastien Boeuf <sebastien.boeuf@...> Both ACPI shutdown and ACPI PM timer devices has been moved to different port addresses in the latest version of Cloud Hypervisor. These changes need to be
From: Sebastien Boeuf <sebastien.boeuf@...> Both ACPI shutdown and ACPI PM timer devices has been moved to different port addresses in the latest version of Cloud Hypervisor. These changes need to be
|
By
Boeuf, Sebastien
·
|
|
[PATCH] ShellPkg:Improved Smbios Type 9 table changes in PrintInfo.c 2 messages
Since PeerGroups has a variable number of entries, new fields added after PeerGroups are defined in a extended structure. Done changes in PrintInfo.c to access those fields using SMBIOS_TABLE_TYPE9_EX
Since PeerGroups has a variable number of entries, new fields added after PeerGroups are defined in a extended structure. Done changes in PrintInfo.c to access those fields using SMBIOS_TABLE_TYPE9_EX
|
By
Sainadh Nagolu
·
|