Re: [U-Boot] [PATCH v5 24/30] efi_loader: Add distro boot script for removable media

2016-03-09 Thread Tom Rini
On Thu, Mar 10, 2016 at 12:05:12AM +0100, Alexander Graf wrote: > > > On 04.03.16 01:10, Alexander Graf wrote: > > UEFI defines a simple boot protocol for removable media. There we should > > look > > at the EFI (first GPT FAT) partition and search for /efi/boot/bootXXX.efi > > with > > XXX

Re: [U-Boot] [PATCH v5 24/30] efi_loader: Add distro boot script for removable media

2016-03-09 Thread Alexander Graf
On 04.03.16 01:10, Alexander Graf wrote: > UEFI defines a simple boot protocol for removable media. There we should look > at the EFI (first GPT FAT) partition and search for /efi/boot/bootXXX.efi with > XXX being different between different platforms (x86, x64, arm, aa64, ...). > > This patch

[U-Boot] [PATCH v5 24/30] efi_loader: Add distro boot script for removable media

2016-03-03 Thread Alexander Graf
UEFI defines a simple boot protocol for removable media. There we should look at the EFI (first GPT FAT) partition and search for /efi/boot/bootXXX.efi with XXX being different between different platforms (x86, x64, arm, aa64, ...). This patch implements a simple version of that protocol for the