[U-Boot] [PATCH 1/1] efi_loader: memory reservations according to e820 table

2018-01-13 Thread Heinrich Schuchardt
On the x86 architecture the e820 BIOS table defines reserved memory. Mark it as EFI reserved memory. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_memory.c | 28 1 file changed, 28 insertions(+) diff --git a/lib/efi_loader/efi_memory.c b/lib/efi_loader/e

[U-Boot] X86 Broadwell-DE override FSP configuration

2018-01-13 Thread vnktux
Hi all, I managed to fully boot a bare metal U-Boot on the Intel Camelback Mountain CRB (Broadwell-DE). However I have a small problem, basically U-Boot does not override the FSP UPD data when the platform boot. For prototyping I am using a patched FSP binary I got in the company where I work.

[U-Boot] [PATCH] doc: Update the zynq u-boot status

2018-01-13 Thread Ezequiel Garcia
NAND and QSPI devices are now supported, so mark them as such. Cc: Michal Simek Signed-off-by: Ezequiel Garcia --- doc/README.zynq | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/README.zynq b/doc/README.zynq index b89c39edac18..451743f39eaa 100644 --- a/doc/READM

Re: [U-Boot] [PATCH] mtd: zynq: nand: Move board_nand_init() function to board.c

2018-01-13 Thread Ezequiel Garcia
Hi Wilson, On 8 November 2017 at 06:24, Wilson Lee wrote: > Hi Michal, > > On Wed, 2017-11-08 at 08:54 +0100, Michal Simek wrote: >> On 8.11.2017 03:44, Wilson Lee wrote: >> > >> > Putting board_nand_init() function inside NAND driver was not >> > appropriate >> > due to it doesn't allow board ve

Re: [U-Boot] [PATCH v2] mtd: zynq: nand: Move board_nand_init() function to board.c

2018-01-13 Thread Ezequiel Garcia
On 15 November 2017 at 06:14, Wilson Lee wrote: > Putting board_nand_init() function inside NAND driver was not appropriate > due to it doesn't allow board vendor to customise their NAND > initialization code such as adding NAND lock/unlock code. > > This commit was to move the board_nand_init() f

[U-Boot] [PATCH] ubi: Fix filesystem corruption on detach when fastmap enabled

2018-01-13 Thread Martin Townsend
From d35b7ea298fbd6c9d08b1b7132d43b9289d2b914 Mon Sep 17 00:00:00 2001 From: Martin Townsend Date: Fri, 12 Jan 2018 18:59:23 + Subject: [PATCH] ubi: Fix filesystem corruption on detach when fastmap enabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bi

Re: [U-Boot] [PATCH v2 1/4] ARM: qemu-arm: Add support for AArch64

2018-01-13 Thread Jonathan Gray
On Sat, Jan 13, 2018 at 02:45:32PM +0200, Tuomas Tynkkynen wrote: > Hi Jonathan, > > On 01/13/2018 09:08 AM, Jonathan Gray wrote: > > On Thu, Jan 11, 2018 at 04:11:23PM +0200, Tuomas Tynkkynen wrote: > > > This adds support for '-machine virt' on AArch64. This is rather simple: > > > we just add T

Re: [U-Boot] [PATCH v2 1/4] ARM: qemu-arm: Add support for AArch64

2018-01-13 Thread Tuomas Tynkkynen
Hi Jonathan, On 01/13/2018 09:08 AM, Jonathan Gray wrote: On Thu, Jan 11, 2018 at 04:11:23PM +0200, Tuomas Tynkkynen wrote: This adds support for '-machine virt' on AArch64. This is rather simple: we just add TARGET_QEMU_ARM_xxBIT to select a few different Kconfig symbols, provide the ARMv8 mem

[U-Boot] [PATCH 0/2] efi_loader: correctly call images

2018-01-13 Thread Heinrich Schuchardt
This patch series fixes various problems with the StartImage boot time service. It further provides a unit test. Heinrich Schuchardt (2): efi_loader: correctly call images efi_selftest: test start image lib/efi_loader/efi_boottime.c | 21 ++-- lib/efi_selftest/.gitignore

[U-Boot] [PATCH 1/2] efi_loader: correctly call images

2018-01-13 Thread Heinrich Schuchardt
Avoid a failed assertion when an EFI app calls an EFI app. Avoid that the indent level increases when calling 'bootefi hello' repeatedly. Avoid negative indent level when an EFI app calls an EFI app that calls an EFI app (e.g. iPXE loads grub which starts the kernel). Return the status code of a

[U-Boot] [PATCH 2/2] efi_selftest: test start image

2018-01-13 Thread Heinrich Schuchardt
This test checks the StartImage boottime service. An EFI application is loaded into memory and started. Signed-off-by: Heinrich Schuchardt --- lib/efi_selftest/.gitignore | 2 + lib/efi_selftest/Makefile | 14 +++ lib/efi_selftest/efi_selftest_miniapp.c |

Re: [U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK

2018-01-13 Thread Peng Fan
Hi Diego, On Thu, Jan 11, 2018 at 10:36:02AM -0200, Diego Dorta wrote: >Hi Peng, > >2018-01-10 23:16 GMT-02:00 Peng Fan : >> Hi Diego, >> >> On Wed, Jan 10, 2018 at 11:08:54AM -0200, Diego Dorta wrote: >>>Hi Peng, >>> >>>2018-01-10 3:20 GMT-02:00 Peng Fan : This patchset is to add i.MX8M and i