Re: [edk2-devel] [PATCH 22/22] .mailmap: add entries for Rebecca Cran

2020-09-08 Thread Laszlo Ersek
Hello Rebecca, On 09/08/20 00:15, Rebecca Cran wrote: > On 9/7/20 1:31 PM, Laszlo Ersek wrote: >> ... for git-shortlog purposes. >> >> NOTE: this patch does not introduce a cross-domain mapping; it only >> maps both email addresses of Rebecca to the full name "Rebecca Cran". > > I'm no longer usin

Re: [edk2-devel] [PATCH v1 1/1] MdePkg: Correcting EFI_ACPI_DMA_TRANSFER_TYPE_16_BIT definition

2020-09-08 Thread Laszlo Ersek
On 09/07/20 15:58, Philippe Mathieu-Daudé wrote: > On 9/2/20 5:12 PM, Paul wrote: >> [AMD Public Use] >> >> Hi Lazlo, >> >> Thanks for the feedback. Noted, I'll spell it out in the future. 'Last >> initial' was habit from a team I used to work with. >> >> Thanks, >> Paul >> >> >> -Original M

[edk2-devel] Upstream 9elements/edk2-1 UefiPayloadPkg

2020-09-08 Thread Marcello Sylvester Bauer
Hello everyone, We at 9elements have our own EDK2 fork, where we work on UEFI feature support for coreboot. (e.g. SecureBoot) It would be great to see these changes upstream. Currently there are still some patch sets in the mailing list: - UefiPayloadPkg: Support variable size MMCONF space

Re: [edk2-devel] [Patch] BaseTools: Sort the Pcd set when generating the VPD binary

2020-09-08 Thread Bob Feng
Patch is pushed at 859e095. Thanks, Bob -Original Message- From: Philippe Mathieu-Daudé Sent: Monday, September 7, 2020 9:49 PM To: devel@edk2.groups.io; Feng, Bob C Cc: Liming Gao ; Chen, Christine Subject: Re: [edk2-devel] [Patch] BaseTools: Sort the Pcd set when generating the V

Re: [edk2-devel] [PATCH] NetworkPkg/HttpDxe: Clear TlsChildHandle during cleanup

2020-09-08 Thread D Scott Phillips
On Monday, September 7, 2020 4:33 AM, Laszlo Ersek wrote: > Hi Scott, > > (+Rebecca) > > On 09/05/20 03:15, D Scott Phillips wrote: > > > From: D Scott Phillips d.scott.phill...@amperecomputing.com > > Leaving TlsChildHandle with the stale handle causes later use of https > > with the http instan

Re: [edk2-devel] [PATCH] EmbeddedPkg/TimeBaseLib: remove the SEC_PER_MONTH, SEC_PER_YEAR macros

2020-09-08 Thread Laszlo Ersek
On 09/07/20 18:22, Leif Lindholm wrote: > On Mon, Sep 07, 2020 at 10:23:08 +0800, xiewenyi (A) wrote: >> On 2020/9/5 1:04, Philippe Mathieu-Daudé wrote: >>> On 9/4/20 6:42 PM, Leif Lindholm wrote: Ming bounced, adding xiewenyi2. On Fri, Sep 04, 2020 at 17:16:44 +0100, Leif Lindholm w

Re: [edk2-devel] [PATCH 09/22] .mailmap: add entry for Tom Lendacky

2020-09-08 Thread Lendacky, Thomas
On 9/7/20 2:30 PM, Laszlo Ersek wrote: ... for git-shortlog purposes. Cc: Philippe Mathieu-Daudé Cc: Tom Lendacky Signed-off-by: Laszlo Ersek Acked-by: Tom Lendacky Thanks, Tom --- .mailmap | 1 + 1 file changed, 1 insertion(+) diff --git a/.mailmap b/.mailmap index 2e23a0f43814..0d

Re: [edk2-devel] [PATCH 22/22] .mailmap: add entries for Rebecca Cran

2020-09-08 Thread Rebecca Cran
On 9/8/20 2:08 AM, Laszlo Ersek wrote: That's irrelevant for the purpose of this patch series -- it targets commits that you contributed in the past. When checking a git-shortlog for a particular commit range, if you have contributed during that time from multiple email addresses, it's strongly

Re: [edk2-devel] [PATCH 22/22] .mailmap: add entries for Rebecca Cran

2020-09-08 Thread Laszlo Ersek
On 09/08/20 16:40, Rebecca Cran wrote: > On 9/8/20 2:08 AM, Laszlo Ersek wrote: > >> That's irrelevant for the purpose of this patch series -- it targets >> commits that you contributed in the past. When checking a git-shortlog >> for a particular commit range, if you have contributed during that

Re: [edk2-devel] [PATCH v1 0/2] Add support for scanning Option ROMs

2020-09-08 Thread Guo Dong
It is good to have a GitHub patch link. Please CC package maintainers, or it might be filtered out. Please separate this patch since it updated MdeModulePkg and UefiPayloadPkg. Some generic comments on UEFI payload changes: Please update comments In PciPlatformDxe.c, e.g.: 1) Dr

Re: [edk2-devel] [PATCH edk2-platforms 1/1] SbsaQemu: AcpiDxe: Read MPIDR from device tree

2020-09-08 Thread Leif Lindholm
On Tue, Sep 01, 2020 at 23:59:38 +0530, Tanmay Jagdale wrote: > The Qemu device tree for Sbsa platform now contains MPIDR value > for every CPU in the form of "reg" property under every CPU's > node. Hence, add a function that provides support to read this > value from the device tree. > > Signed-

Re: [edk2-devel] [PATCH v10 1/1] ShellPkg/DynamicCommand: add HttpDynamicCommand

2020-09-08 Thread Vladimir Olovyannikov via groups.io
> -Original Message- > From: Laszlo Ersek > Sent: Monday, September 7, 2020 2:37 AM > To: Vladimir Olovyannikov ; > Rabeda, Maciej ; devel@edk2.groups.io; > Zhichao Gao ; Ray Ni > Cc: Samer El-Haj-Mahmoud ; Jiaxin Wu > ; Siyuan Fu ; Liming Gao > ; Nd > Subject: Re: [PATCH v10 1/1] ShellP

Re: [edk2-devel] [PATCH v1 1/1] UefiPayloadPkg: Scan for PCI devices after end of DXE

2020-09-08 Thread Guo Dong
Please CC all UefiPayloadPkg maintainers or the patch might be filtered. Only trusted console devices would be connected in order to support TCG physical presence before ReadyToLock. Instead of connect all PCI devices in PlatformBootManagerBeforeConsole (), please check why PlatformBootManag

Re: [edk2-devel] [PATCH v1 1/1] UefipayloadPkg: Protect coreboot tables

2020-09-08 Thread Guo Dong
Hi Marcello, In the UEFI payload, we should not hardcoded any memory usage. It means UEFI payload should use the memory map whatever reported from the bootloader. I plan to remove this hardcoded memory usage soon. Before that, it is OK for me to merge this change if you want. BTW, did you see

[edk2-devel] [PATCH v7 13/14] MdeModulePkg: Drop VarLock from RuntimeDxe variable driver

2020-09-08 Thread Bret Barkelew
https://bugzilla.tianocore.org/show_bug.cgi?id=2522 Now that everything should be moved to VariablePolicy, drop support for the deprecated VarLock SMI interface and associated functions from variable RuntimeDxe. Cc: Jian J Wang Cc: Hao A Wu Cc: Liming Gao Cc: Bret Barkelew Signed-off-by: Bret

[edk2-devel] [PATCH v7 14/14] MdeModulePkg: Add a shell-based functional test for VariablePolicy

2020-09-08 Thread Bret Barkelew
https://bugzilla.tianocore.org/show_bug.cgi?id=2522 To verify that VariablePolicy is correctly integrated on platforms, add a Shell-based functional test to confirm expected behavior. NOTE: This test assumes that VariablePolicy is built with PcdAllowVariablePolicyEnforcementDisable set to TRUE.

Re: [edk2-devel] [PATCH v6 00/14] Add the VariablePolicy feature

2020-09-08 Thread Bret Barkelew via groups.io
Now that 2008 is labelled and everyone can take a breather… I still need reviews on the following patches (v7)… Patch(es) 01, 02, 03,06,09,10,11,12,13,14 As such, the following email addresses may or may not be subscribed to CatFacts™ within the next 14 days if I get no responses: Cc: Jian J Wan

Re: [edk2-devel] [PATCH] OvmfPkg/README: HTTPS Boot: describe host-side TLS cipher suites forwarding

2020-09-08 Thread Laszlo Ersek
On 09/08/20 05:40, Gary Lin wrote: > On Mon, Sep 07, 2020 at 06:18:25PM +0200, Laszlo Ersek wrote: >> In QEMU commit range 4abf70a661a5..69699f3055a5, Phil implemented a QEMU >> facility for exposing the host-side TLS cipher suite configuration to >> OVMF. The purpose is to control the permitted ci

Re: [edk2-devel] [PATCH v5 3/3] UefiPayloadPkg: Support variable size MMCONF space

2020-09-08 Thread Guo Dong
Reviewed-by: Guo Dong > -Original Message- > From: devel@edk2.groups.io On Behalf Of Marcello > Sylvester Bauer > Sent: Tuesday, August 18, 2020 1:24 AM > To: devel@edk2.groups.io > Cc: Patrick Rudolph ; Christian Walter > ; Ma, Maurice ; > Desimone, Nathaniel L ; You, Benjamin > > Su

Re: [edk2-devel] Upstream 9elements/edk2-1 UefiPayloadPkg

2020-09-08 Thread Guo Dong
Thanks Marcello for all these changes, here is the status on these patches: * UefiPayloadPkg: Support variable size MMCONF space Patch approved. Pending MdePkg change since it depends on changes in MdePkg. * UefiPayloadPkg: Remove x86 legacy UART defaults Merged today. * Uefipayload

回复: [edk2-devel] [PATCH v6 00/14] Add the VariablePolicy feature

2020-09-08 Thread gaoliming
Bret: I have given my reviewed-by for the changes in MdeModulePkg. Please see https://edk2.groups.io/g/devel/message/65117 Thanks Liming 发件人: bounce+27952+65144+4905953+8761...@groups.io 代表 Bret Barkelew via groups.io 发送时间: 2020年9月9日 6:20 收件人: devel@edk2.groups.io; b...@corthon.com 抄送: Yao

回复: [edk2-devel] Upstream 9elements/edk2-1 UefiPayloadPkg

2020-09-08 Thread gaoliming
Guo: I add my comments. 发件人: bounce+27952+65147+4905953+8761...@groups.io 代表 Guo Dong 发送时间: 2020年9月9日 6:42 收件人: devel@edk2.groups.io; marcello.ba...@9elements.com 抄送: Christian Walter ; Patrick Rudolph ; Gao, Liming ; Ma, Maurice ; Desimone, Nathaniel L ; Zeng, Star 主题: Re: [edk2-devel

Re: [edk2-devel] [PATCH edk2-Platform 1/1] Hisilicon/Smbios: Replace DEPRECATED code with S-suffixed one

2020-09-08 Thread wenyi,xie via groups.io
Hi, Philippe, Thank you for reminder. I will correct it. Regards Wenyi On 2020/9/7 21:52, Philippe Mathieu-Daudé wrote: > Hi, > > You seem to have an incomplete git setup. > > Maybe you simply miss: > > $ git config user.name 'Wenyi Xie' > > On 9/4/20 3:55 AM, wenyi,xie via groups.io wrote:

Re: [edk2-devel] [RFC] Request for the new package "RedfishPkg" under edk2 repo

2020-09-08 Thread Abner Chang
Add [RFC] to the subject, add Ray and Mike to the loop. From: Chang, Abner (HPS SW/FW Technologist) Sent: Tuesday, September 8, 2020 12:06 PM To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) ; r...@edk2.groups.io Cc: Wang, Nickle (HPS SW) ; Chen, Aaron ; siyuan...@intel.com; Wang,

[edk2-devel] [PATCH edk2-Platform v2 0/1] Hisilicon/Smbios: Replace DEPRECATED code with S-suffixed one

2020-09-08 Thread wenyi,xie via groups.io
Main Changes since v1: 1.modify git config user.name 2.modify commit message 3.add Cc Wenyi Xie (1): Hisilicon/Smbios: Replace DEPRECATED code with S-suffixed one Silicon/Hisilicon/Drivers/Smbios/AddSmbiosType9/AddSmbiosType9.c | 2 +- Silicon/Hisilicon/Drivers/Smbio

[edk2-devel] [PATCH edk2-Platform v2 1/1] Hisilicon/Smbios: Replace DEPRECATED code with S-suffixed one

2020-09-08 Thread wenyi,xie via groups.io
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2777 The deprecated code under DISABLE_NEW_DEPRECATED_INTERFACES will be removed, which will result in compilation breakage of the Hisilicon platforms. Prevent that by switching to S-suffixed one. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Phili