[edk2-devel] [PATCH] IntelFsp2WrapperPkg: Rename PlatformMultiPhaseLibSample.

2022-08-31 Thread Chiu, Chasel
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3916 Basing on offline feedbacks to rename FspWrapperPlatformMultiPhaseLibSample to FspWrapperPlatformMultiPhaseLibNull. Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Chasel Chiu ---

Re: [edk2-devel] [PATCH v2 1/1] MdeModulePkg/NvmExpressPei: Use PCI_DEVICE_PPI to manage Nvme device

2022-08-31 Thread Wu, Hao A
Patch merged via: PR - https://github.com/tianocore/edk2/pull/3267 Commit - https://github.com/tianocore/edk2/commit/9ca7ece8b3b1743b6ee76f5f20f2c5eeed001d72 Best Regards, Hao Wu > -Original Message- > From: devel@edk2.groups.io On Behalf Of Wu, Hao > A > Sent: Tuesday, August 30, 2022

Re: [edk2-devel] Python368 socket support #includes

2022-08-31 Thread Jayaprakash, N
The socket module is not enabled in the Open source version of the Python UEFI interpreter available in edk2-libc. It needs some porting effort. Regards, JP From: devel@edk2.groups.io On Behalf Of chesig...@gmail.com Sent: 30 August 2022 23:51 To: devel@edk2.groups.io Subject: [edk2-devel]

Re: 回复: [edk2-devel] [PATCH] UsbNetworkPkg: add USB network devices support

2022-08-31 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Hi Richard, I can see the value of this driver to communicate with the BMC USB ECM NIC. I am doing the same thing here and I just realize that you already had the solution. One question: Why do we create a new package for this? The UsbCDC* and UsbRndis driver

[edk2-devel] [PATCH V2] RedfishPkg/RedfishDiscoverDxe: Install EFI_DISCOVER_PROTOCOL on each network interface

2022-08-31 Thread Chang, Abner via groups.io
From: Abner Chang BZ 4037: Install EFI_DISCOVER_PROTOCOL on each network interface. This fixes the issue that causes the high-level Redfish driver on the network interface is stopped when: 1. EFI_DISCOVER_PROTOCOL is reinstalled on a new-found network interface, or 2. EFI_DISCOVER_PROTOCOL

Re: 回复: [edk2-devel] [PATCH] UsbNetworkPkg: add USB network devices support

2022-08-31 Thread RichardHo [何明忠] via groups . io
Hi Liming, Please see more information in ReadMe.md for your question. Thanks, Richard -Original Message- From: gaoliming Sent: 2022年8月31日 5:47 PM To: devel@edk2.groups.io; RichardHo [何明忠] Cc: 'Andrew Fish' ; 'Leif Lindholm' ; 'Michael D Kinney' ; 'Michael Kubacki' ; 'Leif

Re: [edk2-devel] [PATCH] UsbNetworkPkg: add USB network devices support

2022-08-31 Thread RichardHo [何明忠] via groups . io
Hi Rebecca, All files are new. I sent it with "git send-email". I don't have account to push the code into branch. Thanks, Richard -Original Message- From: Rebecca Cran Sent: 2022年8月31日 9:28 PM To: devel@edk2.groups.io; RichardHo [何明忠] Cc: Andrew Fish ; Leif Lindholm ; Michael D

[edk2-devel] Event: TianoCore Community Meeting - APAC/NAMO - 09/01/2022 #cal-reminder

2022-08-31 Thread Group Notification
*Reminder: TianoCore Community Meeting - APAC/NAMO* *When:* 09/01/2022 7:30pm to 8:30pm (UTC-07:00) America/Los Angeles *Where:*

Re: [edk2-devel][edk2-platforms][PATCH V1 00/13] Simplify board porting

2022-08-31 Thread Isaac Oram
Pushed as 3c3b116801..d9994fa7e1 -Original Message- From: Desimone, Nathaniel L Sent: Wednesday, August 31, 2022 5:55 PM To: Oram, Isaac W ; devel@edk2.groups.io Cc: Chiu, Chasel ; Gao, Liming ; Dong, Eric ; Chaganty, Rangasai V ; Luo, Heng ; Kethi Reddy, Deepika ; Esakkithevar,

Re: [edk2-devel][edk2-platforms][PATCH V1 00/13] Simplify board porting

2022-08-31 Thread Nate DeSimone
Hi Isaac, Good cleanup! For the series... Reviewed-by: Nate DeSimone -Original Message- From: Oram, Isaac W Sent: Friday, July 22, 2022 11:46 AM To: devel@edk2.groups.io Cc: Oram, Isaac W ; Chiu, Chasel ; Desimone, Nathaniel L ; Gao, Liming ; Dong, Eric ; Chaganty, Rangasai V ;

Re: [edk2-devel] [edk2-platforms: PATCH] MinPlatformPkg: Add FSP 2.4 MultiPhase library.

2022-08-31 Thread Oram, Isaac W
This sample library does not do anything. If the design is such that a NULL library is functional, then a NULL library should be implemented. Having a sample library that has the same function as a NULL library doesn't make sense to me. It looks like a NULL library would work fine in this

Re: [edk2-devel] [edk2-platforms][PATCH v2 1/1] MinPlatformPkg: Add FspNvsBuffer compression option

2022-08-31 Thread Nate DeSimone
I agree with Michael that keeping the API interface for LargeVariableLib focused on a single capability would more closely follow the single responsibility principle and therefore be desirable. Adding the capability to select between compressed vs. un-compressed would complicate the API to the

[edk2-devel] [edk2-platforms: PATCH] MinPlatformPkg: Add FSP 2.4 MultiPhase library.

2022-08-31 Thread Chiu, Chasel
FSP Wrapper has implemented FSP 2.4 MultiPhase support and required platform to include new library instance. Cc: Nate DeSimone Cc: Isaac Oram Cc: Liming Gao Cc: Eric Dong Signed-off-by: Chasel Chiu --- Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc | 2 ++ 1 file changed, 2

Re: [edk2-devel] [PATCH v2 0/4] IntelFsp2(Wrapper)Pkg: Support FSP 2.4 MultiPhase.

2022-08-31 Thread Chiu, Chasel
Patch1 and patch2 have been merged: https://github.com/tianocore/edk2/commit/df25a5457f04ec465dce97428cfee96f462676e7 https://github.com/tianocore/edk2/commit/31a94f7fba2a2c1244fc35b6f631e235e267715b Rest of the patches will be merged later. Thanks, Chasel > -Original Message- >

[edk2-devel] [PATCH] MdeModulePkg/CapsuleApp: support on-disk with undefined BootOrder

2022-08-31 Thread Vincent Stehlé
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4038 When BootOrder is not defined, CapsuleApp.efi will not find a file system to store the capsule for on-disk update because GetUpdateFileSystem() will fail. BootOrder is an EFI Global Variable, which default state is firmware vendor specific.

[edk2-devel] [PATCH 1/1] DynamicTablesPkg: Fix typo in AmlCodeGenRdMemory32Fixed doxygen comment

2022-08-31 Thread Rebecca Cran
Fix typo of "Address". Signed-off-by: Rebecca Cran --- DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c

[edk2-devel] Event: TianoCore edk2-test Bug Triage Meeting - 09/01/2022 #cal-reminder

2022-08-31 Thread Group Notification
*Reminder: TianoCore edk2-test Bug Triage Meeting* *When:* 09/01/2022 10:00pm to 11:00pm (UTC+08:00) Asia/Shanghai *Where:* https://armltd.zoom.us/j/93809865843?pwd=dU1hSzk4NHM2RGhaRDRyWWZxUzY5dz09=addon *Organizer:* Edhaya Chandran edhaya.chand...@arm.com (

Re: [edk2-devel] [PATCH] UsbNetworkPkg: add USB network devices support

2022-08-31 Thread Rebecca Cran
Do you have a public branch somewhere I could pull this code from? Much of the patch appears to have been mangled during sending, with extra blank lines. -- Rebecca Cran On 8/31/22 01:51, RichardHo [何明忠] via groups.io wrote: new file mode 100644 index 00..1c1a450920 --- /dev/null

Re: [edk2-devel] [PATCH] UsbNetworkPkg: add USB network devices support

2022-08-31 Thread Rebecca Cran
A lot of the patch appears to have been mangled, with extra blank lines (I've snipped an example below). Did you send it with "git send-email"? If not, could you re-send it please? -- Rebecca Cran On 8/30/22 20:31, RichardHo [何明忠] via groups.io wrote: diff --git

回复: [edk2-devel] [PATCH] UsbNetworkPkg: add USB network devices support

2022-08-31 Thread gaoliming via groups.io
Richard: Thanks for your contribution. This is new feature. Can you submit feature request to https://bugzilla.tianocore.org/? If you have no account in https://bugzilla.tianocore.org/, you can ask help for 'Demeter, Miki' . For the code, what's the purpose of

Re: 回复: [edk2-devel] 回复: [PATCH EDK2 v1 1/1] MdeModulePkg/BaseBmpSupportLib: Fix ColorMap issue

2022-08-31 Thread wenyi,xie via groups.io
Hi, Liming: This patch didn't pass CI because it had a format problem. I had run Uncrustify locally to fixed it and sent a new patch in 8/18. Thanks Wenyi On 2022/8/17 15:34, gaoliming wrote: > Weiyi: > This patch doesn't pass CI. Please check > https://github.com/tianocore/edk2/pull/3208

Re: [edk2-devel] [PATCH v2] BaseTools: Support COMPAT16 section generation

2022-08-31 Thread Konstantin Aladyshev
In my free time I learn UEFI/edk2. I've noticed that there are not many lessons about edk2 programming, so I've decided to write my own: https://github.com/Kostr/UEFI-Lessons I've found this issue while I was writing a lesson about file sections. I've just tried to work with every possible section