]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: call add_u_boot_and_runtime() on sandbox
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 8 Nov 2019 19:42:53 +0000 (20:42 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 12 Nov 2019 22:13:54 +0000 (23:13 +0100)
commitadad780fa9a4cb86dc7f9a2f06592febb6253eb7
treedeae8ee63abbe426595764eec0de085ab7354a55
parent7dae480ef94881ad26e741c1f186955784e64c77
efi_loader: call add_u_boot_and_runtime() on sandbox

On the sandbox we should mark the stack area as EFI runtime memory like we
do on any other architecture.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_memory.c