Re: [edk2] [PATCH] ArmPkg: remove redundant _ARM_PLATFORM_FLAGS overrides

2018-12-15 Thread Ard Biesheuvel
On Sat, 15 Dec 2018 at 12:03, Leif Lindholm wrote: > > On Sat, Dec 15, 2018 at 09:33:08AM +0100, Ard Biesheuvel wrote: > > Our default is already armv7-a, so no need to rewrite the PLATFORM_FLAGS > > for that. Also, setting -mfpu=neon is not entirely inappropriate, since > > NEON is not mandatory

Re: [edk2] [PATCH 3/3] MdeModulePkg/NonDiscoverablePciDeviceDxe: add missing validation

2018-12-15 Thread Leif Lindholm
Jian, Hao, I guess Ray and Star are no longer maintainers of this package. This patch never got pushed - could you have a look please? Regards, Leif On Fri, Sep 07, 2018 at 12:36:32PM +0200, Ard Biesheuvel wrote: > On 6 September 2018 at 20:55, Vladimir Olovyannikov > wrote: > > UEFI SCT crash

Re: [edk2] [PATCH edk2-platforms 00/27] Import Hummingboard Edge platform for Windows IoT Core

2018-12-15 Thread Leif Lindholm
Hi Chris, Sorry for dragging this out, but it's been a crazy year. I think I've now provided feedback for all but the SdMmc bits. For the next revision, please break out SdMmc support (including and put it last in the series). I still don't like the idea of adding a third driver stack to the proj

[edk2] [Patch] BaseTools: Fixed metafile parser issues

2018-12-15 Thread BobCF
This patch is going to fix the regressions that is introduced by commit 2f818ed0fb57d98985d151781a2ce9b8683129ee The meta file should be parsed only once in one build. So adding cache for meta file data array and check if the meta file is already parsed before start parsing file. Change the meta f

Re: [edk2] [PATCH edk2-platforms 08/27] Silicon/NXP: Add Virtual RTC support for i.MX platform

2018-12-15 Thread Leif Lindholm
On Fri, Sep 21, 2018 at 08:25:59AM +, Chris Co wrote: > This adds a virtual RTC library that implements EFI RTC runtime services > based on the ARM performance counter. It should only be used for relative > time measurement, such as for Windows Boot Manager. Is this for use only before ExitBo

Re: [edk2] [PATCH edk2-platforms 27/27] Platform/Solidrun: Add i.MX 6Quad Hummingboard Edge dsc and fdf files

2018-12-15 Thread Leif Lindholm
On Fri, Sep 21, 2018 at 08:26:19AM +, Chris Co wrote: > This adds the dsd and fdf definitions for Solidrun's i.MX 6Quad > Hummingboard Edge platform. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Christopher Co > Cc: Ard Biesheuvel > Cc: Leif Lindholm > Cc: Mi

Re: [edk2] [PATCH edk2-platforms 26/27] Platform/SolidRun: Add i.MX 6Quad Hummingboard Edge ACPI tables

2018-12-15 Thread Leif Lindholm
On Fri, Sep 21, 2018 at 08:26:18AM +, Chris Co wrote: > This adds ACPI table support for SolidRun's i.MX 6Quad Hummingboard Edge > platform. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Christopher Co > Cc: Michael D Kinney > Cc: Ard Biesheuvel > Cc: Leif Lin

Re: [edk2] [PATCH edk2-platforms 25/27] Platform/Solidrun: Add Hummingboard Peripheral Initialization

2018-12-15 Thread Leif Lindholm
On Fri, Sep 21, 2018 at 08:26:17AM +, Chris Co wrote: > This adds support to initialize the different peripherals on > the Solidrun i.MX 6Quad Hummingboard Edge. It will initialize the > pad mux and clocks for the different peripherals. > > Contributed-under: TianoCore Contribution Agreement

Re: [edk2] [PATCH] ArmPkg: remove redundant _ARM_PLATFORM_FLAGS overrides

2018-12-15 Thread Leif Lindholm
On Sat, Dec 15, 2018 at 09:33:08AM +0100, Ard Biesheuvel wrote: > Our default is already armv7-a, so no need to rewrite the PLATFORM_FLAGS > for that. Also, setting -mfpu=neon is not entirely inappropriate, since > NEON is not mandatory under v7. > > Contributed-under: TianoCore Contribution Agree

[edk2] [PATCH] ArmPkg: remove redundant _ARM_PLATFORM_FLAGS overrides

2018-12-15 Thread Ard Biesheuvel
Our default is already armv7-a, so no need to rewrite the PLATFORM_FLAGS for that. Also, setting -mfpu=neon is not entirely inappropriate, since NEON is not mandatory under v7. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- ArmPkg/ArmPkg.dsc | 3 --- 1