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
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
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
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
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
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
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
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
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
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
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-
> -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
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
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
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
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.
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
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
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
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
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
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
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:
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,
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
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
26 matches
Mail list logo