Re: [edk2-devel] [edk2-non-osi] [PATCH] ElkhartlakeSiliconBinPkg: Update EHL microcode

2022-03-31 Thread Chaganty, Rangasai V
Reviewed-by: Sai Chaganty -Original Message- From: Chan, Kok Wei Sent: Thursday, March 31, 2022 2:20 AM To: devel@edk2.groups.io Cc: Chan, Kok Wei ; Desimone, Nathaniel L ; Chaganty, Rangasai V ; Lim, Jin Jhu Subject: [edk2-devel] [edk2-non-osi] [PATCH] ElkhartlakeSiliconBinPkg:

Re: [edk2-devel] [PATCH 43/43] UefiPayloadPkg: Make Boot Manager Key configurable

2022-03-31 Thread Sheng Lean Tan
Merged: https://github.com/tianocore/edk2/pull/2596 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88302): https://edk2.groups.io/g/devel/message/88302 Mute This Topic: https://groups.io/mt/88817968/21656 Group Owner:

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Make Boot Manager Key configurable

2022-03-31 Thread Sheng Lean Tan
Merged: https://github.com/tianocore/edk2/pull/2596 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88303): https://edk2.groups.io/g/devel/message/88303 Mute This Topic: https://groups.io/mt/88853648/21656 Group Owner:

[edk2-devel] [edk2-non-osi] [PATCH] ElkhartlakeSiliconBinPkg: Update EHL microcode

2022-03-31 Thread kokweich
Updated "production" microcode version m0190661_0016 Signed-off-by: kokweich Cc: Nate DeSimone Cc: Sai Chaganty Cc: jinjhuli --- .../Microcode/IntelMicrocodeLicense.txt | 2 +- .../Microcode/MicrocodeUpdates.inf | 2 +- .../Microcode/m0190661_0015.mcb

Re: [edk2-devel] [PATCH 43/43] UefiPayloadPkg: Provide option to use Boot Splash

2022-03-31 Thread Sheng Lean Tan
Done in another mail: https://edk2.groups.io/g/devel/topic/89281295#86816 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88300): https://edk2.groups.io/g/devel/message/88300 Mute This Topic: https://groups.io/mt/88817761/21656 Group

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Make Boot Timeout configurable

2022-03-31 Thread Sheng Lean Tan
Merged. https://github.com/tianocore/edk2/commit/55637a2894babca97945eeca1da0d431f74f8627 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88297): https://edk2.groups.io/g/devel/message/88297 Mute This Topic:

Re: [edk2-devel] [PATCH 32/32] UefiPayloadPkg: Add build option for Above 4G Memory

2022-03-31 Thread Sheng Lean Tan
Merged. https://github.com/tianocore/edk2/pull/2590 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88298): https://edk2.groups.io/g/devel/message/88298 Mute This Topic: https://groups.io/mt/88757870/21656 Group Owner:

Re: [edk2-devel] [PATCH] UefiPayloadPkg: Make Boot Timeout configurable

2022-03-31 Thread Sheng Lean Tan
[to keep record] This is merged: https://github.com/tianocore/edk2/commit/55637a2894babca97945eeca1da0d431f74f8627 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88296): https://edk2.groups.io/g/devel/message/88296 Mute This Topic:

Re: [edk2-devel] [PATCH 2/2] UefiPayloadPkg: Fix case of protocol

2022-03-31 Thread Sheng Lean Tan
Merged. https://github.com/tianocore/edk2/pull/2591 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88299): https://edk2.groups.io/g/devel/message/88299 Mute This Topic: https://groups.io/mt/88757873/21656 Group Owner:

Re: [edk2-devel] [PATCH 2/2] UefiPayloadPkg: Fix case of protocol

2022-03-31 Thread Sheng Lean Tan
Merged: https://github.com/tianocore/edk2/pull/2591 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88301): https://edk2.groups.io/g/devel/message/88301 Mute This Topic: https://groups.io/mt/88757873/21656 Group Owner:

Re: [edk2-devel] [PATCH 2/2] OvmfPkg: Fix PciHostBridgeLibScan

2022-03-31 Thread Ard Biesheuvel
On Wed, 30 Mar 2022 at 20:29, Sean Rhodes wrote: > > From: Patrick Rudolph > > Don't assume a 64bit register always holds an address greater than 4GB. > Check the value in the register and decide which Aperature it should be > assigned to. > > The same code caused an issue on real hardware. It's

Re: [edk2-devel] [PATCH 3/3] UefiPayloadPkg: Add --quiet argument to Universal Payload build script

2022-03-31 Thread Ni, Ray
Reviewed-by: Ray Ni -Original Message- From: devel@edk2.groups.io On Behalf Of Sean Rhodes Sent: Wednesday, March 30, 2022 4:32 AM To: devel@edk2.groups.io Cc: Rhodes, Sean Subject: [edk2-devel] [PATCH 3/3] UefiPayloadPkg: Add --quiet argument to Universal Payload build script

Re: [edk2-devel] [PATCH 2/3] UefiPayloadPkg: Fix build on IA32

2022-03-31 Thread Ni, Ray
Reviewed-by: Ray Ni -Original Message- From: devel@edk2.groups.io On Behalf Of Sean Rhodes Sent: Wednesday, March 30, 2022 4:32 AM To: devel@edk2.groups.io Cc: Rhodes, Sean Subject: [edk2-devel] [PATCH 2/3] UefiPayloadPkg: Fix build on IA32 Signed-off-by: Sean Rhodes ---

Re: [edk2-devel] [PATCH 2/2] OvmfPkg/ResetVector: Exclude SEV launch secrets page from pre-validation

2022-03-31 Thread Gerd Hoffmann
Hi, > >> Check if that page is defined; if it is, skip it in the metadata > >> list. > >> In such case, VMM should fill the page with the hashes content, or > >> explicitly update it as a zero page (if kernel hashes are not used). > > > > Is it an option to just skip the

[edk2-devel] [Patch V4 2/2] UefiPayloadPkg: Consume the new added DebugPrintErrorLevelLib instance

2022-03-31 Thread Yuanhao Xie
Change the DebugPrintErrorLevelLib instance in UefiPayloadPkg.dsc to allow bootloader to config DebugPrintErrorLevel. Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Cc: Sean Rhodes Signed-off-by: Yuanhao Xie --- UefiPayloadPkg/UefiPayloadPkg.dsc | 2 +- 1 file changed, 1

[edk2-devel] [Patch V4 1/2] UefiPayloadPkg: Add a new DebugPrintErrorLevelLib instance

2022-03-31 Thread Yuanhao Xie
It consumes the HOB defined in UefiPayloadPkg/Include/Guid/DebugPrintErrorLevel.h, and allow bootloader to config DebugPrintErrorLevel. Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Cc: Sean Rhodes Signed-off-by: Yuanhao Xie ---

Re: [edk2-devel] [Patch V3 1/2] UefiPayloadPkg: Add a new DebugPrintErrorLevelLib instance

2022-03-31 Thread Ni, Ray
+} UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL; + +#pragma pack() + +#define UNIVERSAL_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL_REVISION 1 Please change above macro to UEFI_PAYLOAD_DEBUG_PRINT_ERROR_LEVEL_REVISION. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group.

Re: [edk2-devel] [PATCH] Fix Setup numeric default value incorrect issue

2022-03-31 Thread Chen Lin Z
Hi All, Any comments about patch ? Thanks, Lin -Original Message- From: Chen, Lin Z Sent: Monday, March 28, 2022 9:27 PM To: Wang, Jian J ; Gao, Liming ; Bi, Dandan ; Dong, Eric ; devel@edk2.groups.io Cc: Li, Zhuangzhi ; Zhang, Di ; Chen, Lin Z Subject: [PATCH] Fix Setup numeric

Re: [edk2-devel] [GSoC 2022] Introducing myself & seeking for project ideas

2022-03-31 Thread Pedro Falcato
Hi Théo, Welcome! Pleasure to meet you! As a former GSoC student myself, I advise you to look for something you fancy instead of just looking for something that fits your skill set. It's way better to find something you like (even if you're not 100% familiar with it) instead of looking for

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

2022-03-31 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:PUBLISH REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:Asia/Shanghai LAST-MODIFIED:20220317T223602Z TZURL:http://tzurl.org/zoneinfo-outlook/Asia/Shanghai

[edk2-devel] Now: TianoCore edk2-test Bug Triage Meeting - 03/31/2022 #cal-notice

2022-03-31 Thread devel@edk2.groups.io Calendar
*TianoCore edk2-test Bug Triage Meeting* *When:* 03/31/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 (

[edk2-devel] Cancelled Event: TianoCore Design Meeting - APAC/NAMO - Friday, April 1, 2022 #cal-cancelled

2022-03-31 Thread devel@edk2.groups.io Calendar
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:CANCELLED REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:Asia/Shanghai LAST-MODIFIED:20220317T223602Z TZURL:http://tzurl.org/zoneinfo-outlook/Asia/Shanghai

[edk2-devel] EDK2 CI Broken

2022-03-31 Thread Min Xu
Hi, The EDK2 CI seems broken from yesterday. PR failed with the errors at "Update" and "Copy base tools build log". /opt/hostedtoolcache/Python/3.9.12/x64/bin/stuart_update -c ArmVirtPkg/PlatformCI/PlatformBuild.py TOOL_CHAIN_TAG=GCC5 -t DEBUG -a AARCH64 (node:2764) Warning: Use Cipheriv for

Re: [edk2-devel] [Patch V4 1/2] UefiPayloadPkg: Add a new DebugPrintErrorLevelLib instance

2022-03-31 Thread Ni, Ray
Reviewed-by: Ray Ni -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88309): https://edk2.groups.io/g/devel/message/88309 Mute This Topic: https://groups.io/mt/90152766/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

Re: [edk2-devel] [Patch V4 2/2] UefiPayloadPkg: Consume the new added DebugPrintErrorLevelLib instance

2022-03-31 Thread Ni, Ray
Reviewed-by: Ray Ni -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#88310): https://edk2.groups.io/g/devel/message/88310 Mute This Topic: https://groups.io/mt/90152768/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe:

[edk2-devel] [PATCH] NetworkPkg: Add PCDs for HTTP DNS RetryCount and RetryInterval

2022-03-31 Thread Heng Luo
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3889 Currently the HTTP DNS Retry Interval is 2 second and no retry attempt. If DNS response can't arrive in 2 second, the DNS request is failed, and then HTTP boot is failed. In order to resolve this issue, Add PCDs to support RetryCount and

[edk2-devel] [Patch V2] NetworkPkg: Add PCDs for HTTP DNS RetryCount and RetryInterval

2022-03-31 Thread Heng Luo
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3889 Currently the HTTP DNS Retry Interval is 2 second and no retry attempt. If DNS response can't arrive in 2 second, the DNS request is failed, and then HTTP boot is failed. In order to resolve this issue, Add PCDs to support RetryCount and

Re: [edk2-devel] EDK2 CI Broken

2022-03-31 Thread Min Xu
Hi, Sean Do you have some suggestion for this CI failure? From: Xu, Min M Sent: Friday, April 1, 2022 9:14 AM To: Kinney, Michael D ; devel@edk2.groups.io Cc: Yao, Jiewen ; Xu, Min M Subject: EDK2 CI Broken Hi, The EDK2 CI seems broken from yesterday. PR failed with the errors at "Update" and

回复: [edk2-devel] 回复: [edk2-devel] [PATCH 43/43] MdeModulePkg/BmBoot: skip secondary eMMC entries

2022-03-31 Thread gaoliming
Sean: You can implement the platform driver to install gEdkiiPlatformBootManagerProtocolGuid customize the boot option. This way doesn’t impact the generic UefiBootManagerLib. Thanks Liming 发件人: devel@edk2.groups.io 代表 Sean Rhodes 发送时间: 2022年3月21日 17:41 收件人: Sean Rhodes ;

[edk2-devel] 回复: [PATCH] Fix Setup numeric default value incorrect issue

2022-03-31 Thread gaoliming
Lin: Thanks for your fix. This is the real issue for numeric opcode. I have one comment here. The allocated IfrEfiVarStoreTmp is required to be free. Thanks Liming > -邮件原件- > 发件人: Chen, Lin Z > 发送时间: 2022年3月31日 15:29 > 收件人: Wang, Jian J ; Gao, Liming > ; Bi, Dandan ; Dong, Eric > ;

Re: [edk2-devel] [PATCH] Fix Setup numeric default value incorrect issue

2022-03-31 Thread Chen Lin Z
OK, I'll update patch. Thanks, Lin -Original Message- From: gaoliming Sent: Friday, April 1, 2022 10:01 AM To: Chen, Lin Z ; Wang, Jian J ; Bi, Dandan ; Dong, Eric ; devel@edk2.groups.io Cc: Li, Zhuangzhi ; Zhang, Di Subject: 回复: [PATCH] Fix Setup numeric default value incorrect

Re: [edk2-devel] 回复: [edk2-devel] [PATCH 43/43] MdeModulePkg/BmBoot: skip secondary eMMC entries

2022-03-31 Thread Ni, Ray
Sean, Below function is called to make sure the description for each boot option doesn’t equal. Can you investigate why it doesn’t work for eMMC? BmMakeBootOptionDescriptionUnique (BootOptions, *BootOptionCount); From: devel@edk2.groups.io On Behalf Of gaoliming Sent: Friday, April 1, 2022

Re: [edk2-devel] EDK2 CI Broken

2022-03-31 Thread Michael D Kinney
Thank you raising this issue. We will investigate. Mike From: Xu, Min M Sent: Thursday, March 31, 2022 6:43 PM To: Kinney, Michael D ; devel@edk2.groups.io; sean.bro...@microsoft.com Cc: Yao, Jiewen Subject: RE: EDK2 CI Broken Hi, Sean Do you have some suggestion for this CI failure? From: