]> git.baikalelectronics.ru Git - uboot.git/commit
efi: Add support for a hello world test program
authorSimon Glass <sjg@chromium.org>
Mon, 7 Nov 2016 15:47:08 +0000 (08:47 -0700)
committerAlexander Graf <agraf@suse.de>
Mon, 14 Nov 2016 22:24:03 +0000 (23:24 +0100)
commit49449fb33da7bda3607545acc632ed1fa03b70c7
treeec3307e4f3a686ba6972b1785e6a3f9d488e5af1
parent96eefc6628398475cd4cb6bc9489cb12a8796483
efi: Add support for a hello world test program

It is useful to have a basic sanity check for EFI loader support. Add a
'bootefi hello' command which loads HelloWord.efi and runs it under U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
[agraf: Fix documentation, add unfulfilled kconfig dep]
Signed-off-by: Alexander Graf <agraf@suse.de>
cmd/Kconfig
cmd/bootefi.c
doc/README.efi
include/asm-generic/sections.h
lib/efi_loader/Makefile
lib/efi_loader/helloworld.c [new file with mode: 0644]
scripts/Makefile.lib