
26 Sep
2016
26 Sep
'16
9:36 a.m.
On 25.09.16 23:27, 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 sjg@chromium.org
Changes in v2: None
arch/arm/lib/HelloWorld32.efi | Bin 0 -> 11712 bytes
IIRC U-Boot as a whole is GPL licensed, which means that any binaries shipped inside would also need to be GPL compatibly licensed which again means that the source code (and build instructions?) for this .efi file would need to be part of the tree, no?
Alex