Re: [PATCH] fix name of default boot image on AArch64

2014-01-06 Thread Andrey Borzenkov
В Пн, 06/01/2014 в 18:51 +0100, Vladimir 'φ-coder/phcoder' Serbinenko пишет: > On 06.01.2014 17:29, Andrey Borzenkov wrote: > > В Пн, 06/01/2014 в 11:34 +, Leif Lindholm пишет: > >> On Wed, Jan 01, 2014 at 12:54:36PM +0400, Andrey Borzenkov wrote: > >>> According to UEFI 2.4 specification, defa

Re: [PATCH] fix name of default boot image on AArch64

2014-01-06 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 06.01.2014 17:29, Andrey Borzenkov wrote: > В Пн, 06/01/2014 в 11:34 +, Leif Lindholm пишет: >> On Wed, Jan 01, 2014 at 12:54:36PM +0400, Andrey Borzenkov wrote: >>> According to UEFI 2.4 specification, default boot file name on AArch64 >>> is BOOTAA64.EFI (3.4.1.1 Removable Media Boot Behav

Re: [PATCH] fix name of default boot image on AArch64

2014-01-06 Thread Leif Lindholm
On Mon, Jan 06, 2014 at 08:29:31PM +0400, Andrey Borzenkov wrote: > > > case GRUB_INSTALL_PLATFORM_ARM64_EFI: > > > - efi_file = "BOOTAARCH64.EFI"; > > > + efi_file = "BOOTAA64.EFI"; > > > break; > > > default: > > > grub_util_error ("%s", _("You've found a b

Re: [PATCH] fix name of default boot image on AArch64

2014-01-06 Thread Andrey Borzenkov
В Пн, 06/01/2014 в 11:34 +, Leif Lindholm пишет: > On Wed, Jan 01, 2014 at 12:54:36PM +0400, Andrey Borzenkov wrote: > > According to UEFI 2.4 specification, default boot file name on AArch64 > > is BOOTAA64.EFI (3.4.1.1 Removable Media Boot Behavior). > > > > --- > > util/grub-install.c | 2

Re: [PATCH] fix name of default boot image on AArch64

2014-01-06 Thread Leif Lindholm
On Wed, Jan 01, 2014 at 12:54:36PM +0400, Andrey Borzenkov wrote: > According to UEFI 2.4 specification, default boot file name on AArch64 > is BOOTAA64.EFI (3.4.1.1 Removable Media Boot Behavior). > > --- > util/grub-install.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --g

[PATCH] fix name of default boot image on AArch64

2014-01-01 Thread Andrey Borzenkov
According to UEFI 2.4 specification, default boot file name on AArch64 is BOOTAA64.EFI (3.4.1.1 Removable Media Boot Behavior). --- util/grub-install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/grub-install.c b/util/grub-install.c index 8cfe0ea..d3b9db7 100644 --- a