summaryrefslogtreecommitdiff
path: root/lib/efi_loader/helloworld.c
Commit message (Collapse)AuthorAgeLines
* efi: Add support for a hello world test programSimon Glass2016-11-14-0/+24
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>