Re: [U-Boot] [PATCH v2 4/6] tests: Add efi_loader hello world test

2016-11-21 Thread Tom Rini
On Thu, Nov 17, 2016 at 06:31:05PM +0100, Alexander Graf wrote: > 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

Re: [U-Boot] [PATCH v2 4/6] tests: Add efi_loader hello world test

2016-11-19 Thread Simon Glass
Hi Alex, On 17 November 2016 at 10:31, Alexander Graf wrote: > 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

[U-Boot] [PATCH v2 4/6] tests: Add efi_loader hello world test

2016-11-17 Thread Alexander Graf
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 --- test/py/tests/test_efi_loader.py | 158 +++ 1