]> git.baikalelectronics.ru Git - uboot.git/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)
commita99cd7b38077cfb3fd64c55cc2072929268c2a7b
tree9a7c7d7fc6482e85ad587618721ffb1d6519c37a
parent1adc368ff59d623b641cf255ca0531c98ba067d9
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]