Re: [U-Boot] [PATCH 5/6] x86: efi: Add a hello world test program

2016-08-08 Thread Bin Meng
On Sun, Aug 7, 2016 at 7:23 AM, Simon Glass wrote: > 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 > --- > > arch/x86/lib/HelloWorld.efi | Bin 0 -> 11168 bytes >

[U-Boot] [PATCH 5/6] x86: efi: Add a hello world test program

2016-08-06 Thread Simon Glass
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 --- arch/x86/lib/HelloWorld.efi | Bin 0 -> 11168 bytes arch/x86/lib/Makefile | 1 + 2 files changed, 1 insertio