Re: [edk2-devel] [PATCH 2/2] OvmfPkg/build.sh: use $QEMU_FIRMWARE_DIR as QEMU fat root

2019-07-23 Thread Jordan Justen
I'd kind of like to remove the ADD_QEMU_HDA support. I think, way, way back qemu would not boot if no drives were added, so this kind of helped. (OVMF can still load the shell with no drives.) If qemu will still run the firmware without a drive, then maybe maybe we can just dump ADD_QEMU_HDA.

Re: [edk2-devel] [PATCH 1/2] OvmfPkg/build.sh: use newer '-drive if=pflash' syntax when running qemu

2019-07-23 Thread rebecca
I tested with QEMU 1.6.2 and it works. I’ll update the patch to make it read-write. — Rebecca Cran > On Jul 23, 2019, at 8:54 PM, Jordan Justen wrote: > >> On 2019-07-23 18:51:00, wrote: >> Specify the firmware to use via the newer '-drive if=pflash' syntax >> which allows specifying the

Re: [edk2-devel] [PATCH 1/2] OvmfPkg/build.sh: use newer '-drive if=pflash' syntax when running qemu

2019-07-23 Thread Jordan Justen
On 2019-07-23 18:51:00, wrote: > Specify the firmware to use via the newer '-drive if=pflash' syntax > which allows specifying the raw format and readonly parameters. This > avoids warnings with newer version of QEMU. > > Signed-off-by: Rebecca Cran > --- > OvmfPkg/build.sh | 2 +- > 1 file

Re: [edk2-devel] [PATCH] OvmfPkg/build.sh: run qemu _after_ building OvmfPkg

2019-07-23 Thread Jordan Justen
On 2019-07-23 18:20:31, wrote: > Running qemu before building the firmware image doesn't make much sense. > Move things so qemu is run after building OvmfPkg. > > Signed-off-by: Rebecca Cran > --- > OvmfPkg/build.sh | 11 +-- > 1 file changed, 5 insertions(+), 6 deletions(-) > > diff

Re: [edk2-devel] [PATCH 3/4] MdeModulePkg/DxeIpl: Introduce PCD PcdUse5LevelPageTable

2019-07-23 Thread Dong, Eric
Reviewed-by: Eric Dong > -Original Message- > From: Ni, Ray > Sent: Monday, July 22, 2019 4:16 PM > To: devel@edk2.groups.io > Cc: Dong, Eric ; Laszlo Ersek > Subject: [PATCH 3/4] MdeModulePkg/DxeIpl: Introduce PCD > PcdUse5LevelPageTable > > REF:

[edk2-devel] [PATCH 2/2] OvmfPkg/build.sh: use $QEMU_FIRMWARE_DIR as QEMU fat root

2019-07-23 Thread rebecca
The $BUILD_ROOT_ARCH directory has too many files to work as a fat filesystem. QEMU fails with the message: Too many entries in root directory Use the $QEMU_FIRMWARE_DIR as the root directory instead. Signed-off-by: Rebecca Cran --- OvmfPkg/build.sh | 2 +- 1 file changed, 1 insertion(+), 1

[edk2-devel] [PATCH 1/2] OvmfPkg/build.sh: use newer '-drive if=pflash' syntax when running qemu

2019-07-23 Thread rebecca
Specify the firmware to use via the newer '-drive if=pflash' syntax which allows specifying the raw format and readonly parameters. This avoids warnings with newer version of QEMU. Signed-off-by: Rebecca Cran --- OvmfPkg/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [edk2-devel] [PATCH 4/4] MdeModulePkg/DxeIpl: Create 5-level page table for long mode

2019-07-23 Thread Ni, Ray
Mike, Thanks for the suggestion. I will try to move Cpuid.h to MdePkg/Include/Register directory in V2 patch. Thanks, Ray > -Original Message- > From: Kinney, Michael D > Sent: Wednesday, July 24, 2019 7:54 AM > To: devel@edk2.groups.io; ler...@redhat.com; Ni, Ray ; > Kinney, Michael D

Re: [edk2-devel] [PATCH 0/3] add GetMaintainer.py helper script

2019-07-23 Thread Liming Gao
Sorry, I miss this mail. I am OK for this change. Ack-by: Liming Gao Thanks Liming > -Original Message- > From: Leif Lindholm [mailto:leif.lindh...@linaro.org] > Sent: Friday, July 19, 2019 5:57 AM > To: Laszlo Ersek > Cc: edk2-devel-groups-io ; Andrew Fish > ; Kinney, Michael D ; >

[edk2-devel] [PATCH] OvmfPkg/build.sh: run qemu _after_ building OvmfPkg

2019-07-23 Thread rebecca
Running qemu before building the firmware image doesn't make much sense. Move things so qemu is run after building OvmfPkg. Signed-off-by: Rebecca Cran --- OvmfPkg/build.sh | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/OvmfPkg/build.sh b/OvmfPkg/build.sh index

[edk2-devel] [PATCH] OvmfPkg/build.sh: use POSIX 'command -v' instead of 'which'.

2019-07-23 Thread rebecca
Signed-off-by: Rebecca Cran --- OvmfPkg/build.sh | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OvmfPkg/build.sh b/OvmfPkg/build.sh index e94aa2a37e..1c28e65404 100755 --- a/OvmfPkg/build.sh +++ b/OvmfPkg/build.sh @@ -174,11 +174,11 @@ case $PROCESSOR in #

Re: [edk2-devel] [PATCH 4/4] MdeModulePkg/DxeIpl: Create 5-level page table for long mode

2019-07-23 Thread Michael D Kinney
Laszlo, There already a few examples in MdePkg/Include/Library/BaseLib.h. For example, the bit field structures for CR0, CR4, EFLAGS, and a segment descriptor are in that .h file. These are all within: #if defined (MDE_CPU_IA32) || defined (MDE_CPU_X64) . . . #endif We have since used a

[edk2-devel] [edk2-platforms Patch 2/3] Platform/SolidRun: Replace BSD License with BSD+Patent License

2019-07-23 Thread Michael D Kinney
https://bugzilla.tianocore.org/show_bug.cgi?id=1373 Replace BSD 2-Clause License with BSD+Patent License. This change is based on the following emails: https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html

[edk2-devel] [edk2-platforms Patch 1/3] Platform/Marvell: Replace BSD License with BSD+Patent License

2019-07-23 Thread Michael D Kinney
https://bugzilla.tianocore.org/show_bug.cgi?id=1373 Replace BSD 2-Clause License with BSD+Patent License. This change is based on the following emails: https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html

[edk2-devel] [edk2-platforms Patch 0/3] Replace BSD License with BSD+Patent License

2019-07-23 Thread Michael D Kinney
https://bugzilla.tianocore.org/show_bug.cgi?id=1373 Replace BSD 2-Clause License with BSD+Patent License. This change is based on the following emails: https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html

Re: [edk2-devel] [PATCH 4/4] MdeModulePkg/DxeIpl: Create 5-level page table for long mode

2019-07-23 Thread Laszlo Ersek
On 07/23/19 17:29, Ni, Ray wrote: > > >> -Original Message- >> From: devel@edk2.groups.io On Behalf Of Laszlo Ersek >> Sent: Tuesday, July 23, 2019 5:46 PM >> To: devel@edk2.groups.io; Ni, Ray >> Cc: Dong, Eric >> Subject: Re: [edk2-devel] [PATCH 4/4] MdeModulePkg/DxeIpl: Create

Re: [edk2-devel] [PATCH 0/4] Arm, ArmPlatform, Crypto, Embedded: list internal headers in [Sources]

2019-07-23 Thread Laszlo Ersek
On 07/23/19 14:19, Leif Lindholm wrote: > On Tue, Jul 23, 2019 at 01:54:54PM +0200, Laszlo Ersek wrote: I wasn't annoyed at the feature itself -- if it helps developers catch unlisted headers as soon as incomplete INF files are introduced, then it's not a bad feature IMO. >>> >>> I

Re: [edk2-devel] [edk2-platforms PATCH v1 3/3] NetsecDxe: SnpInitialize() waits for media linking up

2019-07-23 Thread Leif Lindholm
On Mon, Jul 22, 2019 at 08:56:36PM +0900, Masahisa Kojima wrote: > The latest NetsecDxe requires issueing phy reset at the > last stage of initialization to safely exit loopback mode. > However, as a result, it takes a couple of seconds for link state > to get stable, which could cause auto-chosen

Re: [edk2-devel] [PATCH v3 24/35] OvmfPkg/XenPlatformPei: Rework memory detection

2019-07-23 Thread Anthony PERARD
On Tue, Jul 23, 2019 at 11:42:07AM +0200, Roger Pau Monné wrote: > On Mon, Jul 22, 2019 at 03:53:19PM +0100, Anthony PERARD wrote: > > On Mon, Jul 15, 2019 at 04:15:21PM +0200, Roger Pau Monné wrote: > > > On Thu, Jul 04, 2019 at 03:42:22PM +0100, Anthony PERARD wrote: > > > You could maybe

Re: [edk2-devel] [edk2-platforms PATCH v1 2/3] NetsecDxe: put phy in loopback mode in order to guarantee stable RXCLK input

2019-07-23 Thread Leif Lindholm
On Mon, Jul 22, 2019 at 08:56:35PM +0900, Masahisa Kojima wrote: > NETSEC hardware requires stable RXCLK input upon initialization > triggered with DISCORE = 0. > However, RXCLK input could be unstable depending on phy chipset > and deployed network environment, which could cause NETSEC to > hang

Re: [edk2-devel] [edk2-platforms PATCH v1 1/3] NetsecDxe: embed phy address into NETSEC SDK internal structure

2019-07-23 Thread Leif Lindholm
On Mon, Jul 22, 2019 at 08:56:34PM +0900, Masahisa Kojima wrote: > This is a refactoring of phy address handling in Netsec driver. > NETSEC SDK, low level driver for NetsecDxe, did not store phy address. > User should specify the phy address as an argument to > the SDK public functions. > It

Re: [edk2-devel] [PATCH 4/4] MdeModulePkg/DxeIpl: Create 5-level page table for long mode

2019-07-23 Thread Ni, Ray
> -Original Message- > From: devel@edk2.groups.io On Behalf Of Laszlo Ersek > Sent: Tuesday, July 23, 2019 5:46 PM > To: devel@edk2.groups.io; Ni, Ray > Cc: Dong, Eric > Subject: Re: [edk2-devel] [PATCH 4/4] MdeModulePkg/DxeIpl: Create 5-level > page table for long mode > > On

[edk2-devel] Upcoming Event: TianoCore Design / Bug Triage - EMEA - Wed, 07/24/2019 8:00am-9:00am #cal-reminder

2019-07-23 Thread devel@edk2.groups.io Calendar
*Reminder:* TianoCore Design / Bug Triage - EMEA *When:* Wednesday, 24 July 2019, 8:00am to 9:00am, (GMT-07:00) America/Los Angeles *Where:* https://zoom.us/j/695893389 View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=502932 ) *Organizer:* Stephano Cetola

[edk2-devel] [PATCH 1/1] CryptoPkg/BaseCryptLib: Wrap OpenSSL HKDF algorithm

2019-07-23 Thread Gary West
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1928 1. Implement OpenSSL HKDF wrapped function in CryptHkdf.c file. 2. Implement stub implementation function in CryptHkdfNull.c file. 3. Add wrapped HKDF function declaration to BaseCryptLib.h file. 4. Add CryptHkdf.c to module information

Re: [edk2-devel] [PATCH 0/4] Arm, ArmPlatform, Crypto, Embedded: list internal headers in [Sources]

2019-07-23 Thread Leif Lindholm
On Tue, Jul 23, 2019 at 01:02:42PM +, Gao, Liming wrote: > > > > I am just not pleased with the issue > > > > bringing this to the fore is caused by the new caching feature using a > > > > different mechanism for tracking header file dependencies than the > > > > primary build process. > > > >

Re: [edk2-devel] [PATCH 0/4] Arm, ArmPlatform, Crypto, Embedded: list internal headers in [Sources]

2019-07-23 Thread Liming Gao
Leif: > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Leif > Lindholm > Sent: Tuesday, July 23, 2019 8:20 PM > To: Laszlo Ersek > Cc: devel@edk2.groups.io; Kinney, Michael D ; Ard > Biesheuvel ; Wang, Jian J > ; Ye, Ting > Subject: Re:

Re: [edk2-devel] [PATCH 0/4] Arm, ArmPlatform, Crypto, Embedded: list internal headers in [Sources]

2019-07-23 Thread Leif Lindholm
On Tue, Jul 23, 2019 at 01:54:54PM +0200, Laszlo Ersek wrote: > >> I wasn't annoyed at the feature itself -- if it helps developers catch > >> unlisted headers as soon as incomplete INF files are introduced, then > >> it's not a bad feature IMO. > > > > I agree that the optional nature of whether

Re: [edk2-devel] [PATCH v2] OvmfPkg/build.sh: enable multitheaded build by default

2019-07-23 Thread Laszlo Ersek
On 07/23/19 09:47, Jordan Justen wrote: > Reviewed-by: Jordan Justen > > Laszlo, want me to add your r-b? Yes, please: 86503359-2f97-a602-b918-abb8cb3d6da2@redhat.com">http://mid.mail-archive.com/86503359-2f97-a602-b918-abb8cb3d6da2@redhat.com https://edk2.groups.io/g/devel/message/44239 (At

Re: [edk2-devel] [PATCH] OvmfPkg: enable multiprocessor builds when using build.sh

2019-07-23 Thread Laszlo Ersek
On 07/23/19 10:05, Jordan Justen wrote: > On 2019-07-23 00:44:06, Laszlo Ersek wrote: >> On 07/23/19 02:00, Rebecca Cran wrote: >>> On 2019-07-22 17:14, Jordan Justen wrote: I was suggesting that if they didn't specify -n as a param to build.sh, then build.sh should not send -n to

Re: [edk2-devel] [Patch 10/10 V3] BaseTools: Enable block queue log agent.

2019-07-23 Thread Bob Feng
Good suggestion. I think ThreadNum * 10 is better than a const. I'll update it in patches V4. I'd like to collect more comments on other parts and update all the comments in V4. Thanks, Bob -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Tuesday, July 23, 2019

Re: [edk2-devel] [PATCH 0/4] Arm, ArmPlatform, Crypto, Embedded: list internal headers in [Sources]

2019-07-23 Thread Laszlo Ersek
On 07/23/19 11:06, Leif Lindholm wrote: > On Tue, Jul 23, 2019 at 12:56:23AM +0200, Laszlo Ersek wrote: >> Hi Mike, >> >> On 07/22/19 20:47, Michael D Kinney wrote: >>> We could consider checking for these type of issues in >>> the ECC tool instead of build and make it an error from >>> ECC

Re: [edk2-devel] [PATCH v3 00/35] Specific platform to run OVMF in Xen PVH and HVM guests

2019-07-23 Thread Anthony PERARD
This is a simple test of email configuration, and how the line ending survive the different MTAs. (There should only be CRLFs in the hunk, and LFs everywhere else.) --- Readme.md | 9 + 1 file changed, 9 insertions(+) diff --git a/Readme.md b/Readme.md index e564c6c09b..5b3eb4442f

Re: [edk2-devel] [Patch 00/10 V3] Enable multiple process AutoGen

2019-07-23 Thread Laszlo Ersek
On 07/23/19 05:58, Bob Feng wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1875 > > In order to improve the build performance, we implemented > multiple-processes AutoGen. This change will reduce 20% time > for AutoGen phase. > > The design document can be got from: >

Re: [edk2-devel] [edk2-platforms: PATCH 1/1] Platform/RPi3: Accept "ethernet" or "ethernet0" aliases in device tree

2019-07-23 Thread Pete Batard
Just adding a comment for one item, that isn't directly relevant to what direction we should take with this patch, but that clarifies where we got our .dtb's from. On 2019.07.23 12:00, Michael Brown wrote: On 23/07/2019 11:34, Leif Lindholm wrote: On Fri, Jul 19, 2019 at 06:29:07PM +0100,

Re: [edk2-devel] [edk2-platforms: PATCH 1/1] Platform/RPi3: Accept "ethernet" or "ethernet0" aliases in device tree

2019-07-23 Thread Leif Lindholm
On Tue, Jul 23, 2019 at 12:00:04PM +0100, Michael Brown wrote: > > Why is this patch useful? > > I understand the problem, but we include the .dtb from our own > > edk2-non-osi tree. And it seems that device tree already provides an > > alias to support both: > >

Re: [edk2-devel] [edk2-platforms: PATCH 1/1] Platform/RPi3: Accept "ethernet" or "ethernet0" aliases in device tree

2019-07-23 Thread Michael Brown
On 23/07/2019 11:34, Leif Lindholm wrote: On Fri, Jul 19, 2019 at 06:29:07PM +0100, Michael Brown wrote: Older device trees tend to use the alias "ethernet". Newer device trees tend to use "ethernet0" since older versions of U-Boot would skip aliases that do not include an index number. See,

Re: [edk2-devel] [edk2-platforms: PATCH 1/1] Platform/RPi3: Accept "ethernet" or "ethernet0" aliases in device tree

2019-07-23 Thread Leif Lindholm
On Fri, Jul 19, 2019 at 06:29:07PM +0100, Michael Brown wrote: > Older device trees tend to use the alias "ethernet". Newer device > trees tend to use "ethernet0" since older versions of U-Boot would > skip aliases that do not include an index number. See, for example, > Linux kernel commit

Re: [edk2-devel] [Patch 10/10 V3] BaseTools: Enable block queue log agent.

2019-07-23 Thread Laszlo Ersek
On 07/23/19 05:58, Bob Feng wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1875 > > To support Ctrl+S and Ctrl+Q, we enable block queue > for log. > > Cc: Liming Gao > Signed-off-by: Bob Feng > --- > BaseTools/Source/Python/Common/EdkLogger.py | 10 ++ >

Re: [edk2-devel] [PATCH v2 0/6] Acpiview table parsers code style enhancements and refactoring

2019-07-23 Thread Sami Mujawar
Reviewed-by: Sami Mujawar -Original Message- From: Krzysztof Koch Sent: 22 July 2019 09:25 AM To: devel@edk2.groups.io; Krzysztof Koch Cc: jaben.car...@intel.com; ray...@intel.com; zhichao@intel.com; Sami Mujawar ; nd Subject: RE: [edk2-devel] [PATCH v2 0/6] Acpiview table

Re: [edk2-devel] [PATCH v2] OvmfPkg/build.sh: enable multitheaded build by default

2019-07-23 Thread Laszlo Ersek
On 07/23/19 02:32, rebe...@bsdio.com wrote: > Enable multithreaded builds by default when building OvmfPkg > using build.sh. > This can drastically reduce build times. For example, on a > modern ThreadRipper system the time required to build decreases > from 3 minutes to 1 minute. > >

Re: [edk2-devel] [PATCH 4/4] MdeModulePkg/DxeIpl: Create 5-level page table for long mode

2019-07-23 Thread Laszlo Ersek
On 07/22/19 10:15, Ni, Ray wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2008 > > DxeIpl is responsible to create page table for DXE phase running > either in long mode or in 32bit mode with certain protection > mechanism enabled (refer to ToBuildPageTable()). > > The patch

Re: [edk2-devel] [PATCH 1/1] edksetup.sh: rework python executable scanning

2019-07-23 Thread Leif Lindholm
On Fri, Jul 19, 2019 at 01:07:54PM +, Gao, Liming wrote: > > Yes. > > But perhaps the user isn't the admin, and the admin installs a new > > version of python without updating the default links, in order to let > > a different user test the new version. Thinking this will not affect > > users,

Re: [edk2-devel] [PATCH v3 24/35] OvmfPkg/XenPlatformPei: Rework memory detection

2019-07-23 Thread Roger Pau Monné
On Mon, Jul 22, 2019 at 03:53:19PM +0100, Anthony PERARD wrote: > On Mon, Jul 15, 2019 at 04:15:21PM +0200, Roger Pau Monné wrote: > > On Thu, Jul 04, 2019 at 03:42:22PM +0100, Anthony PERARD wrote: > > > When running as a Xen PVH guest, there is no CMOS to read the memory > > > size from. Rework

Re: [edk2-devel] [PATCH 2/4] UefiCpuPkg/CpuDxe: Support parsing 5-level page table

2019-07-23 Thread Laszlo Ersek
On 07/22/19 10:15, Ni, Ray wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2008 > > Signed-off-by: Ray Ni > Cc: Eric Dong > Cc: Laszlo Ersek > --- > UefiCpuPkg/CpuDxe/CpuPageTable.c | 22 -- > 1 file changed, 20 insertions(+), 2 deletions(-) > > diff --git

Re: [edk2-devel] [PATCH 1/4] UefiCpuPkg/MpInitLib: Enable 5-level paging for AP when BSP's enabled

2019-07-23 Thread Laszlo Ersek
Later (after more feedback has been collected), I would like to regression-test this series; for now, just some superficial comments: On 07/22/19 10:15, Ni, Ray wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2008 > > MpInitLib is the library that's responsible to wake up APs to

Re: [edk2-devel] [PATCH 0/4] Arm, ArmPlatform, Crypto, Embedded: list internal headers in [Sources]

2019-07-23 Thread Leif Lindholm
On Tue, Jul 23, 2019 at 12:56:23AM +0200, Laszlo Ersek wrote: > Hi Mike, > > On 07/22/19 20:47, Michael D Kinney wrote: > > We could consider checking for these type of issues in > > the ECC tool instead of build and make it an error from > > ECC instead of a warning. > > I'm sorry, my reply to

Re: [edk2-devel] [PATCH v3 09/35] OvmfPkg/OvmfXen: use a TimerLib instance that depends only on the CPU

2019-07-23 Thread Roger Pau Monné
On Mon, Jul 22, 2019 at 09:28:20PM +0200, Laszlo Ersek wrote: > On 07/22/19 15:49, Anthony PERARD wrote: > > On Mon, Jul 15, 2019 at 04:22:19PM +0200, Roger Pau Monné wrote: > >> On Thu, Jul 04, 2019 at 03:42:07PM +0100, Anthony PERARD wrote: > >>> ACPI Timer does not work in a PVH guest, but

Re: [edk2-devel] [edk2-platforms Patch V3 12/12] Vlv2TbltDevicePkg/PlatformDxe: Use S3BootScriptWidth enums

2019-07-23 Thread Gary Lin
On Mon, Jul 22, 2019 at 03:58:59PM -0700, Michael D Kinney wrote: > Update to use S3BootScriptWidth enum values instead of > EfiBootScriptWidth enum values when calling S3BootScriptLib > services. This fixes an XCODE5 build failure. > Reviewed-by: Gary Lin > Cc: Zailiang Sun > Cc: Yi Qian >

Re: [edk2-devel] [edk2-platforms Patch V3 07/12] Vlv2Tbl2DevicePkg/EfiRegTableLib: Use S3_BOOT_SCRIPT_LIB_WIDTH

2019-07-23 Thread Gary Lin
On Mon, Jul 22, 2019 at 03:58:54PM -0700, Michael D Kinney wrote: > Update calls to S3BootScriptxxx() services to use type > S3_BOOT_SCRIPT_LIB_WIDTH instead of EFI_BOOT_SCRIPT_WIDTH. > Fixes XCODE5 build failures. > Reviewed-by: Gary Lin > Cc: Zailiang Sun > Cc: Yi Qian > Cc: Gary Lin >

Re: [edk2-devel] [PATCH v4 1/6] edksetup.sh: Use bash variable $PWD instead of executing pwd command

2019-07-23 Thread Laszlo Ersek
On 07/23/19 00:52, rebe...@bsdio.com wrote: > On 2019-07-22 16:16, Laszlo Ersek wrote: >> >> should we push patches #1 through #4 from this series? >> >> They are independent of python detection (which is still being discussed). > > > I think that's a good idea. Pushed patches #1 through #4 as

Re: [edk2-devel] [edk2-platforms Patch V3 06/12] Vlv2TbltDevicePkg: Remove non ASCII characters from source files

2019-07-23 Thread Gary Lin
On Mon, Jul 22, 2019 at 03:58:53PM -0700, Michael D Kinney wrote: > Remove non-ASCII characters from comments in source files. These > are preventing the build tool from generating report files on > Linux systems. > I see the report file now. Thanks for fixing those characters. Reviewed-by:

Re: [edk2-devel] [PATCH edk2-platforms 2/3] Platform/RaspberryPi: add license header to PlatformUiAppLib.inf

2019-07-23 Thread Leif Lindholm
On Tue, Jul 23, 2019 at 07:12:33AM +, Kinney, Michael D wrote: > Reviewed-by: Michael D Kinney Thanks! > > -Original Message- > > From: Leif Lindholm [mailto:leif.lindh...@linaro.org] > > Sent: Tuesday, July 9, 2019 9:08 AM > > To: devel@edk2.groups.io > > Cc: Kinney, Michael D > >

Re: [edk2-devel] [edk2-platforms Patch V3 04/12] Vlv2TbltDevicePkg: Convert BAT/sh Capsule scripts to Python

2019-07-23 Thread Gary Lin
On Mon, Jul 22, 2019 at 03:58:51PM -0700, Michael D Kinney wrote: > Convert all the BAT/sh files used to generate capsules to > OS independent Python script. > Reviewed-by: Gary Lin > Cc: Zailiang Sun > Cc: Yi Qian > Cc: Gary Lin > Signed-off-by: Michael D Kinney > Reviewed-by: Zailiang Sun

Re: [edk2-devel] [PATCH] OvmfPkg: enable multiprocessor builds when using build.sh

2019-07-23 Thread Jordan Justen
On 2019-07-23 00:44:06, Laszlo Ersek wrote: > On 07/23/19 02:00, Rebecca Cran wrote: > > On 2019-07-22 17:14, Jordan Justen wrote: > >> > >> I was suggesting that if they didn't specify -n as a param to > >> build.sh, then build.sh should not send -n to the edk2 build command. > >> The effect

Re: [edk2-devel] [PATCH 4/4] MdeModulePkg/DxeIpl: Create 5-level page table for long mode

2019-07-23 Thread Laszlo Ersek
(+ Brijesh, and one comment below) On 07/23/19 04:05, Wu, Hao A wrote: >> -Original Message- >> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Ni, >> Ray >> Sent: Monday, July 22, 2019 4:16 PM >> To: devel@edk2.groups.io >> Cc: Dong, Eric; Laszlo Ersek >> Subject:

Re: [edk2-devel] [PATCH] OvmfPkg: enable multiprocessor builds when using build.sh

2019-07-23 Thread Laszlo Ersek
On 07/23/19 02:00, Rebecca Cran wrote: > On 2019-07-22 17:14, Jordan Justen wrote: >> >> I was suggesting that if they didn't specify -n as a param to >> build.sh, then build.sh should not send -n to the edk2 build command. >> The effect would be for the edk2 build command to check >>

Re: [edk2-devel] [PATCH v3 32/35] OvmfPkg/PlatformBootManagerLib: Use a Xen console for ConOut/ConIn

2019-07-23 Thread Laszlo Ersek
On 07/22/19 19:06, Anthony PERARD wrote: > On Wed, Jul 10, 2019 at 12:48:57PM +0200, Laszlo Ersek wrote: >> On 07/04/19 16:42, Anthony PERARD wrote: >>> On a Xen PVH guest, none of the existing serial or console interface >>> works, so we add a new one, based on XenConsoleSerialPortLib, and >>>

Re: [edk2-devel] [PATCH edk2-platforms 3/3] Silicon/Hisilicon: add SPDX license tags to IORT .asl files

2019-07-23 Thread Michael D Kinney
Reviewed-by: Michael D Kinney > -Original Message- > From: Leif Lindholm [mailto:leif.lindh...@linaro.org] > Sent: Tuesday, July 9, 2019 9:08 AM > To: devel@edk2.groups.io > Cc: Kinney, Michael D > Subject: [PATCH edk2-platforms 3/3] Silicon/Hisilicon: > add SPDX license tags to IORT

Re: [edk2-devel] [PATCH edk2-platforms 2/3] Platform/RaspberryPi: add license header to PlatformUiAppLib.inf

2019-07-23 Thread Michael D Kinney
Reviewed-by: Michael D Kinney > -Original Message- > From: Leif Lindholm [mailto:leif.lindh...@linaro.org] > Sent: Tuesday, July 9, 2019 9:08 AM > To: devel@edk2.groups.io > Cc: Kinney, Michael D > Subject: [PATCH edk2-platforms 2/3] Platform/RaspberryPi: > add license header to

Re: [edk2-devel] [PATCH edk2-platforms 1/3] Platform,Silicon RPi3: update license headers to BSD+Patent

2019-07-23 Thread Michael D Kinney
Reviewed-by: Michael D Kinney > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] > On Behalf Of Leif Lindholm > Sent: Tuesday, July 9, 2019 9:08 AM > To: devel@edk2.groups.io > Cc: Ard Biesheuvel ; Kinney, > Michael D > Subject: [edk2-devel] [PATCH