[edk2] [PATCH] ArmPkg: Fix modsi3.S compilation across toolchains.

2017-03-11 Thread Marvin Häuser
modsi3.S references the symbol '__divsi3' by '___divsi3' which assumes the prefix is always required and supported. Use ASM_PFX() instead to support all compilers. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Marvin Haeuser ---

Re: [edk2] overriding variables from cmdline used in fdf broken?

2017-03-11 Thread Michael Zimmermann
I forgot to CC the maintainers back then so I'm doing this now. Thanks Michael On Thu, May 12, 2016 at 11:13 AM, Michael Zimmermann wrote: > Hi, > > when I override or set a variable using -DNAME=VAL from the build cmdline > these are visible to the DSC file only, the

[edk2] [PATCH] CryptoPkg: ignore the openssl tarball in .gitignore

2017-03-11 Thread Lans Zhang
The modified pattern can match up both the openssl source directory and tarball. Cc: Ye Ting Cc: Wu Jiaxin Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Lans Zhang ---

Re: [edk2] [PATCH 3/3] ArmVirtPkg/FdtClientDxe: make DT table installation !ACPI dependent

2017-03-11 Thread Leif Lindholm
On Sat, Mar 11, 2017 at 08:38:19AM +0100, Laszlo Ersek wrote: > >> "MdeModulePkg/Universal/Acpi/S3SaveStateDxe/AcpiS3ContextSave.c". I > >> think the above check should be reworked to look for the FADT > >> (EFI_ACPI_2_0_FIXED_ACPI_DESCRIPTION_TABLE_SIGNATURE) with code lifted > >> from these

Re: [edk2] [PATCH 3/3] ArmVirtPkg/FdtClientDxe: make DT table installation !ACPI dependent

2017-03-11 Thread Laszlo Ersek
On 03/11/17 10:19, Ard Biesheuvel wrote: > On 11 March 2017 at 08:41, Laszlo Ersek wrote: >> On 03/11/17 08:30, Ard Biesheuvel wrote: >>> On 11 Mar 2017, at 08:21, Laszlo Ersek wrote: > On 03/11/17 06:55, Laszlo Ersek wrote: >> On 03/09/17

Re: [edk2] [PATCH 3/3] ArmVirtPkg/FdtClientDxe: make DT table installation !ACPI dependent

2017-03-11 Thread Ard Biesheuvel
On 11 March 2017 at 08:41, Laszlo Ersek wrote: > On 03/11/17 08:30, Ard Biesheuvel wrote: >> >>> On 11 Mar 2017, at 08:21, Laszlo Ersek wrote: >>> On 03/11/17 06:55, Laszlo Ersek wrote: > On 03/09/17 17:04, Ard Biesheuvel wrote: > Instead of