Re: [edk2-devel] [PATCH v3 1/1] OvmfPkg/SmbiosPlatformDxe: use PcdFirmware*

2022-12-10 Thread Yao, Jiewen
Merged https://github.com/tianocore/edk2/pull/3745 > -Original Message- > From: devel@edk2.groups.io On Behalf Of Yao, > Jiewen > Sent: Friday, December 9, 2022 10:16 PM > To: Gerd Hoffmann ; devel@edk2.groups.io > Cc: Pawel Polawski ; Anthony Perard > ; Justen, Jordan L ; > Gao, Liming ;

Re: [edk2-devel] [PATCH V1 1/3] OvmfPkg/IoMmuDxe: Reserve shared memory region for DMA operation

2022-12-10 Thread Min Xu
Sure I will add more description in the next version. Thanks for the comments. > -Original Message- > From: Yao, Jiewen > Sent: Friday, December 9, 2022 10:28 PM > To: Tom Lendacky ; Xu, Min M > ; devel@edk2.groups.io > Cc: Aktas, Erdem ; James Bottomley > ; Gerd Hoffmann ; Yao, Jiewen >

[edk2-devel] [PATCH V2] MdeModulePkg/XhciPei: Unlinked XhciPei memory block

2022-12-10 Thread Chang, Abner via groups.io
From: Abner Chang In V2: Add AMD copyright. Unlink the XhciPei memory block when it has been freed. Signed-off-by: Kuei-Hung Lin Cc: Hao A Wu Cc: Ray Ni Cc: Garrett Kirkendall Cc: Abner Chang --- MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.c | 29 - 1 file changed, 28 in

[edk2-devel] [PATCH V2] MdeModulePkg/Usb: Read a large number of blocks

2022-12-10 Thread Chang, Abner via groups.io
From: Abner Chang In V2: Add AMD copyright. Changes to allow reading blocks that greater than 65535 sectors. Signed-off-by: Kuei-Hung Lin Cc: Hao A Wu Cc: Ray Ni Cc: Garrett Kirkendall Cc: Abner Chang --- MdeModulePkg/Bus/Usb/UsbBotPei/PeiAtapi.c | 25 +++ 1 file chang

[edk2-devel] [PATCH V3] MdeModulePkg/Xhci: Initial XHCI DCI slot's Context value

2022-12-10 Thread Chang, Abner via groups.io
From: Abner Chang In V3: Add AMD copyright. In V2: Remove the signed-off-by: Abner Chang. Initialize XHCI DCI slot's context entries value. Signed-off-by: Kuei-Hung Lin Cc: Hao A Wu Cc: Ray Ni Cc: Garrett Kirkendall Cc: Abner Chang --- MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 7 +++

[edk2-devel] [PATCH V3] MdeModulePkg/Pci: Display more information of PCIe devices

2022-12-10 Thread Chang, Abner via groups.io
From: Abner Chang In V3: Add AMD copyright. In V2: Remove the signed-off-by: Abner Chang Display PCIe Vendor ID and Device ID in DEBUG message. Signed-off-by: Kuei-Hung Lin Cc: Hao A Wu Cc: Ray Ni Cc: Garrett Kirkendall Cc: Abner Chang --- MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSuppo

[edk2-devel] [PATCH] MdeModulePkg/Decompress: Add missing source file to Brotli library

2022-12-10 Thread Chang, Abner via groups.io
From: Abner Chang Add missing source files to Brotli library INF. Signed-off-by: Kuei-Hung Lin Cc: Dandan Bi Cc: Liming Gao Cc: Garrett Kirkendall Cc: Abner Chang --- .../BrotliCustomDecompressLib/BrotliCustomDecompressLib.inf | 5 + 1 file changed, 5 insertions(+) diff --git a/MdeM

[edk2-devel] [PATCH] MdeModulePkg/XhciPei: Unlinked XhciPei memory block

2022-12-10 Thread Chang, Abner via groups.io
From: Abner Chang Unlink the XhciPei memory block when it has been freed. Signed-off-by: Kuei-Hung Lin Cc: Hao A Wu Cc: Ray Ni Cc: Garrett Kirkendall Cc: Abner Chang --- MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.c | 28 - 1 file changed, 27 insertions(+), 1 deletion(-)

[edk2-devel] [PATCH] MdeModulePkg/Usb: Read a large number of blocks

2022-12-10 Thread Chang, Abner via groups.io
From: Abner Chang Changes to allow reading blocks that greater than 65535 sectors. Signed-off-by: Kuei-Hung Lin Cc: Hao A Wu Cc: Ray Ni Cc: Garrett Kirkendall Cc: Abner Chang --- MdeModulePkg/Bus/Usb/UsbBotPei/PeiAtapi.c | 24 +++ 1 file changed, 11 insertions(+), 13 de

[edk2-devel] [PATCH V2] MdeModulePkg/Pci: Display more information of PCIe devices

2022-12-10 Thread Chang, Abner via groups.io
From: Abner Chang Display PCIe Vendor ID and Device ID in DEBUG message. Signed-off-by: Kuei-Hung Lin Cc: Hao A Wu Cc: Ray Ni Cc: Garrett Kirkendall Cc: Abner Chang --- MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff -

[edk2-devel] [PATCH V2] MdeModulePkg/Xhci: Initial XHCI DCI slot's Context value

2022-12-10 Thread Chang, Abner via groups.io
From: Abner Chang Initialize XHCI DCI slot's context entries value. Signed-off-by: Kuei-Hung Lin Cc: Hao A Wu Cc: Ray Ni Cc: Garrett Kirkendall Cc: Abner Chang --- MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 6 ++ MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c | 6 ++ 2 files changed, 12

[edk2-devel] [PATCH] MdeModulePkg/Xhci: Initial XHCI DCI slot's Context value

2022-12-10 Thread Chang, Abner via groups.io
From: Abner Chang Initialize XHCI DCI slot's context entries value. Signed-off-by: Kuei-Hung Lin Cc: Hao A Wu Cc: Ray Ni Cc: Garrett Kirkendall Cc: Abner Chang Signed-off-by: Abner Chang --- MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 6 ++ MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c | 6

Re: [edk2-devel] [PATCH] MdeModulePkg/Pci: Display more information of PCIe devices

2022-12-10 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] CC the author. > -Original Message- > From: Chang, Abner > Sent: Saturday, December 10, 2022 4:09 PM > To: devel@edk2.groups.io > Cc: Hao A Wu ; Ray Ni ; Kirkendall, > Garrett ; Chang, Abner > > Subject: [PATCH] MdeModulePkg/Pci: Display more informatio

[edk2-devel] [PATCH] MdeModulePkg/Pci: Display more information of PCIe devices

2022-12-10 Thread Chang, Abner via groups.io
From: Abner Chang Display PCIe Vendor ID and Device ID in DEBUG message. Signed-off-by: Kuei-Hung Lin Cc: Hao A Wu Cc: Ray Ni Cc: Garrett Kirkendall Cc: Abner Chang Signed-off-by: Abner Chang --- MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c | 6 -- 1 file changed, 4 insertion