[edk2-devel] [PATCH v1] MdePkg: Support Extended Control Register(XCR) Read and Write.

2021-03-29 Thread Wu, Jiaxin
https://bugzilla.tianocore.org/show_bug.cgi?id=3284 This patch is to support Extended Control Register(XCR) Read and Write. Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Signed-off-by: Jiaxin Wu --- MdePkg/Include/Library/BaseLib.h | 46 ++- MdePkg

Re: [edk2-devel] [edk2-platforms][PATCH v2 4/5] Vlv2TbltDevicePkg: PlatformPkg DSC: Added library for VariableSmmRuntimeDxe

2021-03-29 Thread Kun Qin
Hi Michael/Yi/Zailiang, Would you kindly review the patch below? We can also ignore this one if the package is no longer maintained. Please let me know how you would like to proceed. Thanks in advance. Regards, Kun On 03/18/2021 10:51, Kun Qin via groups.io wrote: Hi Michael, Could you pl

回复: [edk2-devel] TianoCore Bug Triage - APAC / NAMO - Tue, 03/30/2021 6:30pm-7:30pm #cal-reminder

2021-03-29 Thread gaoliming
Hi, all The following issues will be discussed this week. This week still uses webex meeting. I will schedule the meeting with "Teams" from 2021 April. 2479 Tianocor Code jiewen@intel.com UNCO Add EFI Device Authentication Sig

Re: [edk2-devel] VirtIO Sound Driver (GSoC 2021)

2021-03-29 Thread Nate DeSimone
Hi Ethin, Great to meet you and welcome to the TianoCore project! Glad you hear you are interested! The audio output protocol would be a great GSoC project! VirtIO/Qemu support seems like a good baseline to start with. Real hardware codecs like a USB audio class driver would be a good extension

Re: [edk2-devel] [edk2-platforms] [patch V4 00/37] Consume MdeLibs.dsc.inc for RegisterFilterLib

2021-03-29 Thread Michael D Kinney
Series Reviewed-by: Michael D Kinney Mike > -Original Message- > From: devel@edk2.groups.io On Behalf Of Dandan Bi > Sent: Sunday, March 28, 2021 6:11 AM > To: devel@edk2.groups.io > Subject: [edk2-devel] [edk2-platforms] [patch V4 00/37] Consume > MdeLibs.dsc.inc for RegisterFilterLib

Re: [edk2-devel] [patch V4 00/29] Add a new library class RegisterFilterLib in edk2 to filter/trace port IO/MMIO/MSR access

2021-03-29 Thread Michael D Kinney
Series Reviewed-by: Michael D Kinney Mike > -Original Message- > From: Bi, Dandan > Sent: Sunday, March 28, 2021 5:02 AM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Sean Brogan > ; Bret Barkelew > ; Leif Lindholm ; Ard > Biesheuvel ; Laszlo Ersek > ; Yao, Jiewen ; Wang, Jian

Re: [EXTERNAL] [edk2-devel] [PATCH 1/1] MdeModulePkg/BmpSupportLib: Allow BMP with extra data

2021-03-29 Thread Gao, Zhichao
The patch would let the BMP file that with a bunch of data pass the check, no matter the data is valid or not. Do we have other docs to descript which data is allowed and valid? Correct the Cc mail address and invite more experts for security review. Thanks, Zhichao From: devel@edk2.groups.io

[edk2-devel] TianoCore Bug Triage - APAC / NAMO - Tue, 03/30/2021 6:30pm-7:30pm #cal-reminder

2021-03-29 Thread devel@edk2.groups.io Calendar
*Reminder:* TianoCore Bug Triage - APAC / NAMO *When:* Tuesday, 30 March 2021, 6:30pm to 7:30pm, (GMT-07:00) America/Los Angeles *Where:* https://meetingsamer34.webex.com/meetingsamer34/j.php?MTID=mb96c5bd411bd010e1e6d43a6f6c65f45 View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=1

Re: [edk2-devel] [patch V4 16/29] NetworkPkg: Consume MdeLibs.dsc.inc for RegisterFilterLib

2021-03-29 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu > -Original Message- > From: Bi, Dandan > Sent: Sunday, March 28, 2021 8:02 PM > To: devel@edk2.groups.io > Cc: Maciej Rabeda ; Wu, Jiaxin > ; Fu, Siyuan > Subject: [patch V4 16/29] NetworkPkg: Consume MdeLibs.dsc.inc for > RegisterFilterLib > > REF: https://bu

[edk2-devel] VirtIO Sound Driver (GSoC 2021)

2021-03-29 Thread Ethin Probst
Hello everyone, This is the first time I've ever contributed to EDK2. As part of GSoC 2021, I have submitted a proposal to implement a UEFI audio output protocol that will utilize the VirtIO sound driver. I've already submitted a draft proposal, and apologize if I've done things out of order. This

Re: [edk2-devel] reg: clarification on Form Browser Action on save changes in IP4 and IP6 configuration

2021-03-29 Thread Sivaraman Nainar
Hello Liming: Thanks for clarifying. The Setup browser in EDK2 works as you said. The implementation of our Browser having difference in handling. -Siva From: devel@edk2.groups.io On Behalf Of gaoliming Sent: Thursday, March 25, 2021 8:42 AM To: devel@edk2.groups.io; Sivaraman Nainar ; maciej

Re: [edk2-devel] [PATCH] BaseTools/GenFw: Fix casting result of comparison

2021-03-29 Thread Tim Crawford
This was detected while attempting to use C99's stdbool for the BOOLEAN type, which causes a compilation error. But I am using GCC10. On Sun, Mar 28, 2021 at 11:11 PM gaoliming wrote: > > Tim: > This change is good. Reviewed-by: Liming Gao > > Besides, which compiler detects this issue? > > Th