Re: [edk2-devel] [PATCH 0/2] OvmfPkg: miscellaneous readability improvements

2020-03-13 Thread Laszlo Ersek
On 03/13/20 10:54, Leif Lindholm wrote: > On Thu, Mar 12, 2020 at 23:35:53 +0100, Laszlo Ersek wrote: >> Repo: https://pagure.io/lersek/edk2.git >> Branch: ovmfpkg_misc_readability >> >> Implement two suggestions from Leif, from the >> >> [edk2-devel] [PATCH 0/5] >> OvmfPkg: improve SMM comms

Re: [edk2-devel] [RFC][PATCH v1] UefiCpuPkg/MpInitLib DXE: Reduce AP status check interval

2020-03-13 Thread Laszlo Ersek
Hi Hao, On 03/13/20 14:22, Hao A Wu wrote: > This commit will reduce the interval of the AP status check event from 100 > milliseconds to 10 milliseconds. > > (I searched the history of the 100ms interval, it seems no comment or log > message was mentioned for the choice of this value. Looks like

Re: [edk2-devel] github PRs keep breaking for me

2020-03-13 Thread Rebecca Cran
On 3/13/20 11:27 AM, Laszlo Ersek wrote: I checked the manual / command line help. - The "hub pr" command provides listing and local fetch / checkout. So it didn't apply to my case. I don't know if it'll help, but it looks like there's a new 'gh' application that GitHub's working on: https

Re: [edk2-devel] github PRs keep breaking for me

2020-03-13 Thread Laszlo Ersek
On 03/12/20 22:57, Kinney, Michael D wrote: > Laszlo, > > I understand your frustration. Let's work on resolving > these issues. I apologize for allowing my irritation to "leak out" to the list. It was unprofessional. I was overworked / exhausted, sorry. > What browser are you using? I would

Re: [edk2-devel] [PATCH v2 3/3] MdeModulePkg: Use CopyMem instead of GUID assignment

2020-03-13 Thread Laszlo Ersek
On 03/12/20 22:19, Leif Lindholm wrote: > On Thu, Mar 12, 2020 at 20:42:52 +0100, Laszlo Ersek wrote: >> On 03/12/20 15:44, Leif Lindholm wrote: >>> And what would you propose we do the next time the RISC-V toolchain >>> generates a memcpy call based on some other completely valid change to >>> cor

[edk2-devel] [RFC][PATCH v1] UefiCpuPkg/MpInitLib DXE: Reduce AP status check interval

2020-03-13 Thread Wu, Hao A
This commit will reduce the interval of the AP status check event from 100 milliseconds to 10 milliseconds. (I searched the history of the 100ms interval, it seems no comment or log message was mentioned for the choice of this value. Looks like the value is selected by experience.) The purpose is

Re: [edk2-devel] [PATCH v2 3/3] MdeModulePkg: Use CopyMem instead of GUID assignment

2020-03-13 Thread Leif Lindholm
On Fri, Mar 13, 2020 at 04:08:12 +, Chang, Abner (HPS SW/FW Technologist) wrote: > > -Original Message- > > From: Leif Lindholm [mailto:l...@nuviainc.com] > > Sent: Friday, March 13, 2020 5:20 AM > > To: devel@edk2.groups.io; ler...@redhat.com > > Cc: Chang, Abner (HPS SW/FW Technologi

Re: [edk2-devel] [PATCH 0/2] OvmfPkg: miscellaneous readability improvements

2020-03-13 Thread Leif Lindholm
On Thu, Mar 12, 2020 at 23:35:53 +0100, Laszlo Ersek wrote: > Repo: https://pagure.io/lersek/edk2.git > Branch: ovmfpkg_misc_readability > > Implement two suggestions from Leif, from the > > [edk2-devel] [PATCH 0/5] > OvmfPkg: improve SMM comms security with adaptive MemoryTypeInformation >