]> git.sur5r.net Git - u-boot/commit
efi: sandbox: Add required linker sections
authorSimon Glass <sjg@chromium.org>
Wed, 16 May 2018 15:42:23 +0000 (09:42 -0600)
committerAlexander Graf <agraf@suse.de>
Sun, 3 Jun 2018 13:27:21 +0000 (15:27 +0200)
commitbb223b7f20269c0743f7446540b6acf148262dbb
tree9a7c7d7fc6482e85ad587618721ffb1d6519c37a
parent30eef21fa041635fb8327ef9001d78cb187c359f
efi: sandbox: Add required linker sections

The EFI loader code requires certain linker sections to exist. Add these
for sandbox so that the EFI loader code will link.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/sandbox/cpu/u-boot.lds
arch/sandbox/lib/Makefile
arch/sandbox/lib/sections.c [new file with mode: 0644]