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
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.
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
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
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
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
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
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
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
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
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 |
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
12 matches
Mail list logo