Re: [edk2-devel] [edk2-platforms][PATCH 1/2] ProcessorPkg/RiscVEdk2SbiLib: Error handling for locating firmware context

2020-09-11 Thread Abner Chang
Thanks Daniel. > -Original Message- > From: Schaefer, Daniel > Sent: Friday, September 11, 2020 3:59 PM > To: Chang, Abner (HPS SW/FW Technologist) ; > devel@edk2.groups.io > Cc: Leif Lindholm > Subject: Re: [edk2-platforms][PATCH 1/2] ProcessorPkg/RiscVEdk2SbiLib: > Error handling for lo

Re: [edk2-devel] [edk2-platforms][PATCH 2/2] Silicon/SiFive: Error handling for locating firmware context

2020-09-11 Thread Abner Chang
> -Original Message- > From: Schaefer, Daniel > Sent: Friday, September 11, 2020 4:01 PM > To: Chang, Abner (HPS SW/FW Technologist) ; > devel@edk2.groups.io > Cc: Leif Lindholm > Subject: Re: [edk2-platforms][PATCH 2/2] Silicon/SiFive: Error handling for > locating firmware context > >

[edk2-devel] [PATCH v1 0/1] Update IASL extdep for CI

2020-09-11 Thread Matthew Carlson
From: Matthew Carlson Currently EDK2 has an external dependency to download the IASL compiler. This updates that nuget stream with a much more current version produced by a pipeline that runs regularly. Feel free to check out the repo here: https://dev.azure.com/projectmu/_git/acpica To reitera

[edk2-devel] [PATCH v1 1/1] BaseTools: update IASL extdep to more modern version

2020-09-11 Thread Matthew Carlson
From: Matthew Carlson The IASL extdep is used for CI only and a recent fork of the ACPICA repo was made to make nuget builds more regular and easier to audit. https://dev.azure.com/projectmu/_git/acpica Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Cc: Sean Brogan Cc: devel@edk2.groups.io Sign

Re: [edk2-devel] [PATCH] Platform/RaspberryPi4: Correct thermal offset

2020-09-11 Thread Jeremy Linton
Hi, On 9/11/20 1:13 PM, Pete Batard wrote: It might be worth sourcing public documentation, if you have any, indicating where these numeric values ultimately come from (the offset for absolute zero is easy to figure out, but the rest, not so much). I'm only privy to things that can be found wi

Re: [edk2-devel] [PATCH] UefiCpuPkg/RegisterCpuFeaturesLib: Support MpServices2 only case.

2020-09-11 Thread Ni, Ray
A rough check in phone. Why inf file is not changed? 发件人: Dong, Eric 发送时间: Friday, September 11, 2020 10:31:32 AM 收件人: Chiu, Chasel ; devel@edk2.groups.io 抄送: Chiu, Chasel ; Ni, Ray ; Laszlo Ersek ; Kumar, Rahul1 ; Desimone, Nathaniel L 主题: RE: [PATCH] UefiCp

Re: [edk2-devel] [PATCH] Platform/RaspberryPi4: Correct thermal offset

2020-09-11 Thread Pete Batard
It might be worth sourcing public documentation, if you have any, indicating where these numeric values ultimately come from (the offset for absolute zero is easy to figure out, but the rest, not so much). Apart from that: On 2020.09.10 00:11, Jeremy Linton wrote: The current mainline DT indi

[edk2-devel] [PATCH] uefi-sct/SctPkg: Correct issue with memory protection enabled.

2020-09-11 Thread Jeff Brasen
On systems with memory protection enabled the modification of local function initialization data results in permission issue. Make a copy of data prior to modification. Signed-off-by: Jeff Brasen --- .../UnicodeCollationBBTestFunction.c | 38 ++- .../UnicodeCollation2BBT

[edk2-devel] [PATCH] MdeModulePkg/NonDiscoverablePciDeviceDxe: Add NULL pointer check

2020-09-11 Thread Jeff Brasen
Add check for NULL HostAddress in AllocateBuffer as required by UEFI specification. Signed-off-by: Jeff Brasen --- .../NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceIo.c | 4 1 file changed, 4 insertions(+) diff --git a/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverab

[edk2-devel] [PATCH] MdeModulePkg/HiiDatabase: Do not modify CONST string

2020-09-11 Thread Jeff Brasen
Update function behavior to not modify the incoming string that is marked as CONST in the prototype. Signed-off-by: Jeff Brasen --- .../Universal/HiiDatabaseDxe/ConfigRouting.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/MdeModulePkg/Universal/HiiData

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

2020-09-11 Thread Vladimir Olovyannikov via groups.io
> -Original Message- > From: Laszlo Ersek > Sent: Friday, September 11, 2020 12:20 AM > To: Vladimir Olovyannikov ; > devel@edk2.groups.io > Cc: Zhichao Gao ; Maciej Rabeda > ; Jiaxin Wu ; Siyuan > Fu ; Ray Ni ; Liming Gao > ; Nd ; Samer El-Haj-Mahmoud > > Subject: Re: [PATCH v11 0/1] She

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

2020-09-11 Thread Laszlo Ersek
On 09/11/20 17:18, Bret Barkelew wrote: > 11 Days to go. I will single out an email every day… > >   > > Jian, today is your day. > How’s it going? Life good? Yeah, I know. Things are crazy here, too. > Seattle is covered in smoke. > You know what would brighten things up, though? A nice “

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

2020-09-11 Thread Bret Barkelew via groups.io
11 Days to go. I will single out an email every day… Jian, today is your day. How’s it going? Life good? Yeah, I know. Things are crazy here, too. Seattle is covered in smoke. You know what would brighten things up, though? A nice “reviewed by”. - Bret From: Bret Barkelew via groups.io

Re: [edk2-devel] [edk2-platforms][PATCH 2/2] Silicon/SiFive: Error handling for locating firmware context

2020-09-11 Thread Daniel Schaefer
On 9/8/20 1:48 PM, Abner Chang wrote: Add error handling in CreateU54E51CoreProcessorSpecificDataHob () when opensbi firmware context can't be located. Signed-off-by: Abner Chang Cc: Daniel Schaefer Cc: Leif Lindholm --- .../SiFive/U54/Library/PeiCoreInfoHobLib/CoreInfoHob.c | 9 +++--

Re: [edk2-devel] [edk2-platforms][PATCH 1/2] ProcessorPkg/RiscVEdk2SbiLib: Error handling for locating firmware context

2020-09-11 Thread Daniel Schaefer
Oh no, what did I do here... I don't return proper error codes at all in this file. I forgot to revise this after the initial implementation. So, good change but we should do that for all functions in this file. I'll do that on Monday. On 9/8/20 1:48 PM, Abner Chang wrote: Return EFI_NOT_FOUND

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

2020-09-11 Thread Laszlo Ersek
On 09/10/20 22:33, Vladimir Olovyannikov wrote: > Hi Laszlo, > >> -Original Message- >> From: Laszlo Ersek >> Sent: Wednesday, September 9, 2020 11:33 PM >>> PATCH v11 changes: >>> Address comments from Laszlo: >>> - use TimeBaseLib.h header to get rid of duplicated constants; >>> - e

Re: [edk2-devel] [PATCH EDK2 v1 1/1] EmulatorPkg:Change DEC_VERSION to DEC_SPECIFICATION

2020-09-11 Thread Laszlo Ersek
On 09/11/20 03:49, Wenyi Xie wrote: > edk2 DEC specification document only knows about DEC_SPECIFICATION, > so using DEC_VERSION in [Defines] section in EmulatorPkg.dec is not > correct. > > Cc: Jordan Justen > Cc: Andrew Fish > Cc: Ray Ni > Signed-off-by: Wenyi Xie > --- > EmulatorPkg/Emulat