efi_loader: export efi_install_fdt()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 8 Dec 2019 00:07:01 +0000 (01:07 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 Jan 2020 17:08:20 +0000 (18:08 +0100)
commitf64f223256f32e86d97ec32eea7dc36d5e9c5fd9
tree4d5ff2627630036c2553e2f62a6a4fd8d57b8ad2
parentf9ceb6ac1443b824e94a9df9ec1dfb2bc742e451
efi_loader: export efi_install_fdt()

Use a pointer to addressable memory instead of a "physical" address in the
virtual address space of the sandbox to efi_install_fdt().

Export the efi_install_fdt() function.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/bootefi.c
include/efi_loader.h