commit | c7ae3dfdccc171543804d6577ee41ab03e7a09bc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 07 08:47:08 2016 -0700 |
committer | Alexander Graf <agraf@suse.de> | Mon Nov 14 23:24:03 2016 +0100 |
tree | ec3307e4f3a686ba6972b1785e6a3f9d488e5af1 | |
parent | bb1ae55948377b6b75d2230fd8fea69106477d81 [diff] |
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>