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)
commit7264e21fdead677687934eecda6ac98f37851acf
treedeae8ee63abbe426595764eec0de085ab7354a55
parent89cb6a5dd6d44dc7293845d63ee29fe6b7cd1d09
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