[PATCH 2/2] serial: Poll USB devices if usbX serial port is missing

2016-11-10 Thread Joonas Lahtinen
If usbX serial port is missing, try to poll USB devices. This makes them appear at least on Intel NUC devices DN2820FYKH and DCCP847DYE. This fixes cases where you try to configure usbX serial at the beginning of a script, like: serial usb0 --speed=115200 --word=8 --parity=none --stop=1 termi

[PATCH 1/2] .gitignore: Add grub-core/build-grub-module-verifier

2016-11-10 Thread Joonas Lahtinen
Signed-off-by: Joonas Lahtinen --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 18ab8e8..32f634c 100644 --- a/.gitignore +++ b/.gitignore @@ -246,3 +246,5 @@ build-aux/test-driver /garbage-gen /garbage-gen.exe /grub-fs-tester +grub-core/build-g

Re: powerpc-ieee1275 and grub-mkfont dependency

2016-11-10 Thread Andrei Borzenkov
I do not like it, sorry. If this platform supports framebuffer we should build grub with framebuffer. If you do not (want to) use it - fine, nobody forces you to do it. But on this path we get proliferation of slightly different incompatible binaries in the wild. On Thu, Nov 10, 2016 at 12:52 AM,

Re: [PATCH] verify: search keyid in hashed signature subpackets

2016-11-10 Thread Daniel Kiper
On Thu, Apr 28, 2016 at 10:32:13PM +0100, Ignat Korchagin wrote: > Is this going to 2.02? I think it should, because it is a bug. Andrei, could you take care of it? Ignat, please repost this (taking into acount Andrei comments) as separate email with proper SOB, etc. Daniel

Re: [PATCH 1/3] push/pop errno in initrd read file path

2016-11-10 Thread Daniel Kiper
On Fri, Mar 11, 2016 at 11:28:33AM -0500, Josef Bacik wrote: > If you try to load an initrd from http and it errors out we will free the > initrd > context but continue on because net_tcp_socket_close() will reset the > grub_errno > as will grub_initrd_close(). So we'll lose the errno and return

Re: [PATCH 2/2] arm efi: Use fdt from firmware when available

2016-11-10 Thread Daniel Kiper
On Mon, Feb 29, 2016 at 12:22:24AM +0100, Alexander Graf wrote: > If EFI is nice enough to pass us an FDT using configuration tables on 32bit > ARM, we should really try and make use of it. > > Signed-off-by: Alexander Graf Both patches are applied. Sorry for delay. Daniel _