Re: [U-Boot] [PATCH 14/16] efi_loader: Add distro boot script for removable media

2016-02-25 Thread Alexander Graf
On 02.02.16 18:52, Leif Lindholm wrote: > On Tue, Feb 02, 2016 at 03:45:12AM +0100, 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

Re: [U-Boot] [PATCH 14/16] efi_loader: Add distro boot script for removable media

2016-02-03 Thread Leif Lindholm
On Tue, Feb 02, 2016 at 03:45:12AM +0100, 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,

Re: [U-Boot] [PATCH 14/16] efi_loader: Add distro boot script for removable media

2016-02-03 Thread Alexander Graf
> Am 03.02.2016 um 12:36 schrieb Leif Lindholm : > >> On Tue, Feb 02, 2016 at 03:45:12AM +0100, 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

Re: [U-Boot] [PATCH 14/16] efi_loader: Add distro boot script for removable media

2016-02-03 Thread Simon Glass
Hi, On 3 February 2016 at 08:53, Alexander Graf wrote: > > >> Am 03.02.2016 um 12:36 schrieb Leif Lindholm : >> >>> On Tue, Feb 02, 2016 at 03:45:12AM +0100, Alexander Graf wrote: >>> UEFI defines a simple boot protocol for removable media. There we

Re: [U-Boot] [PATCH 14/16] efi_loader: Add distro boot script for removable media

2016-02-02 Thread Leif Lindholm
On Tue, Feb 02, 2016 at 03:45:12AM +0100, 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,

[U-Boot] [PATCH 14/16] efi_loader: Add distro boot script for removable media

2016-02-01 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