Re: [edk2-devel] [PATCH] MdeModulePkg/SetupBrowserDxe:Follow spec'd way to reconnect driver

2022-08-21 Thread Li, Walon
Liming, This change is pending for a long time. If anything I can speed this up, please let me know. Thanks, Walon -Original Message- From: gaoliming Sent: Tuesday, July 19, 2022 9:35 AM To: Li, Walon ; devel@edk2.groups.io Cc: Wang, Nickle (Server BIOS) Subject: 回复: [PATCH] MdeModul

Re: [edk2-devel] [PATCH v4 19/28] SecurityPkg: Add references to new *.inf files

2022-08-21 Thread Wang, Jian J
Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Vang, Judah > Sent: Thursday, August 11, 2022 2:53 PM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Yao, Jiewen ; > Mistry, Nishant C > Subject: [PATCH v4 19/28] SecurityPkg: Add references to new *.inf files > >

Re: [edk2-devel] [PATCH v4 17/28] SecurityPkg: Add EncryptionVariable lib with AES

2022-08-21 Thread Wang, Jian J
Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Vang, Judah > Sent: Thursday, August 11, 2022 2:53 PM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Yao, Jiewen ; > Xu, Min M ; Mistry, Nishant C > > Subject: [PATCH v4 17/28] SecurityPkg: Add EncryptionVariable li

Re: [edk2-devel] [PATCH v4 16/28] SecurityPkg: Add VariableKey library function

2022-08-21 Thread Wang, Jian J
Judah, This lib depends on a PPI. Then it cannot be a BASE lib. Please add module type restriction like example below. + LIBRARY_CLASS = VariableKeyLib => + LIBRARY_CLASS = VariableKeyLib|PEIM With this addressed, Reviewed-by: Jian J Wang Regards, Jian

Re: [edk2-devel] [PATCH v4 15/28] SecurityPkg: Add null encryption variable libs

2022-08-21 Thread Wang, Jian J
Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Vang, Judah > Sent: Thursday, August 11, 2022 2:53 PM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Yao, Jiewen ; > Mistry, Nishant C > Subject: [PATCH v4 15/28] SecurityPkg: Add null encryption variable libs > > RE

Re: [edk2-devel] [PATCH v4 14/28] SecurityPkg: Fix GetVariableKey API

2022-08-21 Thread Wang, Jian J
Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Vang, Judah > Sent: Thursday, August 11, 2022 2:53 PM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Yao, Jiewen ; > Mistry, Nishant C > Subject: [PATCH v4 14/28] SecurityPkg: Fix GetVariableKey API > > REF: https:

[edk2-devel] [PATCH] Maintainers.txt: Update maintainers list

2022-08-21 Thread Chang, Abner via groups.io
From: Abner Chang Update package maintainers for below package/arch, 1. RISCV64 Architecture: Abner is stepping out from RISC-V stuff for now and hand over edk2 RISC-V responsibilities to Sunil. Daniel Schaefer is no longer with HPE. Update his email address for RISCV64 arch. He will

Re: [edk2-devel] [PATCH v4 12/28] SecurityPkg: Add new variable types and functions

2022-08-21 Thread Wang, Jian J
Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Vang, Judah > Sent: Thursday, August 11, 2022 2:53 PM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Yao, Jiewen ; > Mistry, Nishant C > Subject: [PATCH v4 12/28] SecurityPkg: Add new variable types and functions > >

Re: [edk2-devel] [PATCH v4 11/28] SecurityPkg: Add new KeyService types and defines

2022-08-21 Thread Wang, Jian J
Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Vang, Judah > Sent: Thursday, August 11, 2022 2:53 PM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Yao, Jiewen ; > Mistry, Nishant C > Subject: [PATCH v4 11/28] SecurityPkg: Add new KeyService types and defines >

[edk2-devel] [PATCH 1/1] OvmfPkg: Reserve the Ovmf work area as RT_DATA

2022-08-21 Thread Min Xu
From: Min M Xu BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3974 Ovmf work-area (PcdOvmfWorkArea) was designed to store the Confidential Computing guest information, including the CC guest type. This information will be probed by CcProbeLib so that the CC guest type can be determined in ru

[edk2-devel] Event: Tools, CI, Code base construction meeting series - 08/22/2022 #cal-reminder

2022-08-21 Thread Group Notification
*Reminder: Tools, CI, Code base construction meeting series* *When:* 08/22/2022 4:30pm to 5:30pm (UTC-07:00) America/Los Angeles *Where:* https://github.com/tianocore/edk2/discussions/2614 View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=1608787 ) *Description:* TianoCore communit

Re: [edk2-devel] [PATCH] BaseTools/GenFw AARCH64: Convert more types of explicit GOT references

2022-08-21 Thread Rebecca Cran
Tested-by: Rebecca Cran On 8/21/22 08:16, Ard Biesheuvel wrote: Rebecca reports that builds of AArch64 DSCs that involve PIE linking when using ELF based toolchains are failing in some cases, resulting in an error message like bad definition for symbol '_GLOBAL_OFFSET_TABLE_'@0x72d8 or

[edk2-devel] [PATCH] BaseTools/GenFw AARCH64: Convert more types of explicit GOT references

2022-08-21 Thread Ard Biesheuvel
Rebecca reports that builds of AArch64 DSCs that involve PIE linking when using ELF based toolchains are failing in some cases, resulting in an error message like bad definition for symbol '_GLOBAL_OFFSET_TABLE_'@0x72d8 or unsupported symbol type. For example, absolute and undefined symbols

Re: [edk2-devel] Problems building some Arm platforms (__stack_chk_guard/__stack_chk_fail, _GLOBAL_OFFSET_TABLE_)

2022-08-21 Thread Ard Biesheuvel
On Sun, 21 Aug 2022 at 12:08, Rebecca Cran wrote: > > On 8/21/22 03:13, Ard Biesheuvel wrote: > > Which compiler and linker are you using? > I'm using gcc from Ubuntu 22.04: > > > gcc version 11.2.0 (Ubuntu 11.2.0-17ubuntu1) > > GNU ld (GNU Binutils for Ubuntu) 2.38 > I am failing to reproduce th

Re: [edk2-devel] Problems building some Arm platforms (__stack_chk_guard/__stack_chk_fail, _GLOBAL_OFFSET_TABLE_)

2022-08-21 Thread Rebecca Cran
On 8/21/22 03:13, Ard Biesheuvel wrote: Which compiler and linker are you using? I'm using gcc from Ubuntu 22.04: gcc version 11.2.0 (Ubuntu 11.2.0-17ubuntu1) GNU ld (GNU Binutils for Ubuntu) 2.38 -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to t

Re: [edk2-devel] Problems building some Arm platforms (__stack_chk_guard/__stack_chk_fail, _GLOBAL_OFFSET_TABLE_)

2022-08-21 Thread Ard Biesheuvel
On Sat, 20 Aug 2022 at 01:35, Rebecca Cran wrote: > > I have an armplatbld.sh script that goes through and tries to build as many > of the Arm (AARCH64 and ARM) platforms in edk2-platforms as possible. > > I'm think this used to work for these, but I'm getting some errors now. > > I'm using edk2-