]> git.sur5r.net Git - u-boot/commit
tests: Add efi_loader hello world test
authorAlexander Graf <agraf@suse.de>
Thu, 17 Nov 2016 17:31:05 +0000 (18:31 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 26 Nov 2016 20:50:53 +0000 (15:50 -0500)
commit4ca4b265ad5398d96ba46a734910c0bbf3239359
treec2f438cdb7ba2e007326d9db2b9791bdcbe1623d
parente019660a088ddf3038662aa89af7096375e4cee0
tests: Add efi_loader hello world test

Now that we have working network tests and a hello world efi application
built inside our tree, we can automatically test that efi binary running
inside of U-Boot.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_efi_loader.py [new file with mode: 0644]