Re: [edk2] [PATCH edk2-platforms v2 6/6] Platform/ARM/Sgi: add initial support for ARM SGI platform

2018-04-15 Thread Ard Biesheuvel
On 12 April 2018 at 20:47, Thomas Abraham wrote: > From: Vishwanatha HG > > Add the initial support for ARM's System Guidance for Infrastructure > (SGI) platforms. SGI-575 is the supported platform in this initial > implementation and can be extented to include support for upcoming > SGI platform

Re: [edk2] [PATCH edk2-platforms v2 5/6] Platform/ARM/Sgi: add the initial set of acpi tables

2018-04-15 Thread Ard Biesheuvel
FOn 12 April 2018 at 20:47, Thomas Abraham wrote: > From: Daniil Egranov > > Add the initial version of Acpi tables for the SGI-575 platform which > is required to boot the linux kernel up to a busybox prompt. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Daniil Egr

Re: [edk2] [PATCH edk2-platforms v2 4/6] Platform/ARM/Sgi: add support for virtio block device

2018-04-15 Thread Ard Biesheuvel
On 12 April 2018 at 20:47, Thomas Abraham wrote: > From: Daniil Egranov > > Add the registration of the virtio block device. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Daniil Egranov > Signed-off-by: Thomas Abraham > --- > .../ARM/SgiPkg/Drivers/PlatformDxe/Pl

Re: [edk2] [PATCH edk2-platforms v2 3/6] Platform/ARM/Sgi: add initial platform dxe driver implementation

2018-04-15 Thread Ard Biesheuvel
On 12 April 2018 at 20:47, Thomas Abraham wrote: > From: Daniil Egranov > > Add a initial platform dxe driver which starts of being almost > an empty implemenation. implemenTation > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Daniil Egranov > Signed-off-by: Thoma

Re: [edk2] [PATCH edk2-platforms v2 2/6] Platform/ARM/Sgi: add NOR flash platform library implementation

2018-04-15 Thread Ard Biesheuvel
On 12 April 2018 at 20:47, Thomas Abraham wrote: > From: Vishwanatha HG > > Add a initial NOR flash driver platform wrapper as part of the platform > library. Access to NOR fash 0 is enabled in this initial implementation. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-b

Re: [edk2] [PATCH edk2-platforms v2 1/6] Platform/ARM/Sgi: Add Platform library implementation

2018-04-15 Thread Ard Biesheuvel
Hello Thomas, On 12 April 2018 at 20:47, Thomas Abraham wrote: > Add initial SGI platform library support. This includes the virtual > memory map and helper functions for platform intialization. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Thomas Abraham > --- >

[edk2] [platforms PATCH 3/3] Marvell/Armada7k8k: Hook NvVarStoreFormattedLib into VariableRuntimeDxe

2018-04-15 Thread Marcin Wojtas
As MvFvbDxe driver is ready, we can now link NvVarStoreFormattedLib into VariableRuntimeDxe via NULL class resolution for all Armada7k8k platforms. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Marcin Wojtas --- Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 1 + 1 file

Re: [edk2] [platforms PATCH 1/2] Marvell/Drivers: MvFvbDxe: Adjust to new dependencies

2018-04-15 Thread Marcin Wojtas
Hi Ard, 2018-04-16 7:40 GMT+02:00 Ard Biesheuvel : > (+ Laszlo) > > On 16 April 2018 at 07:09, Marcin Wojtas wrote: >> Recent changes in the EDK2 mainline resulted in breaking >> of compilation and booting of Armada platforms. >> This patch adjust the MvFvbDxe driver by: >> >> * installation of

Re: [edk2] [PATCH] OvmfPkg/PlatformBootManagerLib: add USB keyboard to ConIn

2018-04-15 Thread Ard Biesheuvel
On 15 April 2018 at 23:15, Laszlo Ersek wrote: > PlatformInitializeConsole() (called by PlatformBootManagerBeforeConsole()) > adds elements of "gPlatformConsole" to ConIn / ConOut / ErrOut (as > requested per element) if at boot at least one of ConIn and ConOut doesn't > exist. This typically appl

Re: [edk2] [platforms PATCH 1/2] Marvell/Drivers: MvFvbDxe: Adjust to new dependencies

2018-04-15 Thread Ard Biesheuvel
(+ Laszlo) On 16 April 2018 at 07:09, Marcin Wojtas wrote: > Recent changes in the EDK2 mainline resulted in breaking > of compilation and booting of Armada platforms. > This patch adjust the MvFvbDxe driver by: > > * installation of gEdkiiNvVarStoreFormattedGuid in order to signal >NvVarSto

Re: [edk2] [platforms PATCH 2/2] Marvell/Armada: RealTimeClockLib: Depend on gEfiCpuArchProtocolGuid

2018-04-15 Thread Ard Biesheuvel
On 16 April 2018 at 07:09, Marcin Wojtas wrote: > Recent changes in the EDK2 mainline resulted in breaking > RTC functionality of Armada platforms. > > The RealTimeClockLib instance calls gDS->SetMemorySpaceAttributes() > in the LibRtcInitialize() public function. This DXE service depends > on the

Re: [edk2] [PATCH] SignedCapsulePkg SystemFirmwareUpdateDxe: Fix failure caused by d69d922

2018-04-15 Thread Kinney, Michael D
Star, Thanks for fixing these issues. Reviewed-by: Michael D Kinney Mike > -Original Message- > From: Yao, Jiewen > Sent: Sunday, April 15, 2018 6:49 PM > To: Zeng, Star ; edk2- > de...@lists.01.org > Cc: Kinney, Michael D > Subject: RE: [PATCH] SignedCapsulePkg > SystemFirmwareUpdate

[edk2] [platforms PATCH 0/2] Armada7k8k adjustments to EDK2

2018-04-15 Thread Marcin Wojtas
Hi, Recent changes in EDK2 mainline resulted in problems with compiling/booting of Armada platforms. This short patchset adjust RTC library and variable driver to those modifications. More details can be found in the commit log. The code is also available in the github: https://github.com/Marvell

[edk2] [platforms PATCH 1/2] Marvell/Drivers: MvFvbDxe: Adjust to new dependencies

2018-04-15 Thread Marcin Wojtas
Recent changes in the EDK2 mainline resulted in breaking of compilation and booting of Armada platforms. This patch adjust the MvFvbDxe driver by: * installation of gEdkiiNvVarStoreFormattedGuid in order to signal NvVarStoreFormattedLib to the generic variable runtime driver * making explici

[edk2] [platforms PATCH 2/2] Marvell/Armada: RealTimeClockLib: Depend on gEfiCpuArchProtocolGuid

2018-04-15 Thread Marcin Wojtas
Recent changes in the EDK2 mainline resulted in breaking RTC functionality of Armada platforms. The RealTimeClockLib instance calls gDS->SetMemorySpaceAttributes() in the LibRtcInitialize() public function. This DXE service depends on the CPU Arch Protocol. Add it to the depex. Contributed-under:

Re: [edk2] [PATCH] MdePkg: add big-endian MMIO BaseBeIoLib

2018-04-15 Thread Udit Kumar
Thanks Leif This is really useful, We will re-spin our patches based on this Regards Udit > -Original Message- > From: Leif Lindholm [mailto:leif.lindh...@linaro.org] > Sent: Friday, April 13, 2018 11:12 PM > To: edk2-devel@lists.01.org > Cc: Michael D Kinney ; Liming Gao > ; Laszlo Erse

Re: [edk2] [PATCH] SignedCapsulePkg SystemFirmwareUpdateDxe: Fix failure caused by d69d922

2018-04-15 Thread Yao, Jiewen
Reviewed-by: jiewen@intel.com > -Original Message- > From: Zeng, Star > Sent: Friday, April 13, 2018 6:06 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Kinney, Michael D > ; Yao, Jiewen > Subject: [PATCH] SignedCapsulePkg SystemFirmwareUpdateDxe: Fix failure > caused by d69d92

Re: [edk2] [PATCH v1 2/3] BaseTools: use predefined constants instead of local strings

2018-04-15 Thread Zhu, Yonghong
Hi Jaben, One comment on this patch, in InfBuildData.py, MetaFileParser.py and MetaFileTable.py add "from Common.DataType import TAB_ARCH_COMMON,TAB_ARCH_COMMON", the " TAB_ARCH_COMMON" was wrote twice, but in the code it use TAB_ARCH_COMMON and TAB_COMMON. Current it still build pass because i

[edk2] [PATCH] OvmfPkg/PlatformBootManagerLib: add USB keyboard to ConIn

2018-04-15 Thread Laszlo Ersek
PlatformInitializeConsole() (called by PlatformBootManagerBeforeConsole()) adds elements of "gPlatformConsole" to ConIn / ConOut / ErrOut (as requested per element) if at boot at least one of ConIn and ConOut doesn't exist. This typically applies to new VMs, and VMs with freshly recreated varstores

Re: [edk2] TianoCore UEFI Development Kit build: how to cause the build process to correctly recognize the build platform (Linux)?

2018-04-15 Thread Marvin Häuser
Hey, As you have found out, Nt32Pkg is for Windows and shouldn't be built on Linux. You can specify the platform descriptor file to build via the "-p " parameter. Regards, Marvin. > -Ursprüngliche Nachricht- > Von: edk2-devel Im Auftrag von Aleksey > Shevandin > Gesendet: Sonntag, 15.

[edk2] TianoCore UEFI Development Kit build: how to cause the build process to correctly recognize the build platform (Linux)?

2018-04-15 Thread Aleksey Shevandin
Dear members, I'm trying to build *UDK2018* on *Ubuntu 17*. After studying the documentation, I had impressed that the platform setup script (*sedksetup.sh*) shall configure the build framework to target the correct build platform, the tool chain etc. Unfortunately this is not what actually h

Re: [edk2] [PATCH v2 2/2] CryptoPkg/OpensslLib: Update OpenSSL version to 1.1.0h

2018-04-15 Thread Long, Qin
Thanks, Laszlo! Pushed these two fixes with updates by the commits: a701ea0fe1d5178eb4fd2659d83461751cb9e7c9 b85b20fba42e25ff658ed1a470250d530c189027 Best Regards & Thanks, LONG, Qin From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Saturday, April 14, 2018 4:08 AM To: Long, Qin ; Ye, Ting Cc