]> git.ipfire.org Git - people/ms/u-boot.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)
commitc7ae3dfdccc171543804d6577ee41ab03e7a09bc
treeec3307e4f3a686ba6972b1785e6a3f9d488e5af1
parentbb1ae55948377b6b75d2230fd8fea69106477d81
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