commit | fac4ced66ece9fe0e8c81968f91ea0809de9009f | [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 | d19fede583c14e6a8040ed788df03270cea978d6 [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>