[GIT PULL 0/9] EFI changes for v4.10

2016-11-12 Thread Matt Fleming
Folks, please pull the following v4.10 material. There isn't a huge amount of stuff here. The biggest change is the EFI dev path parser code from Lukas to get thunderbolt working on his macbook. [ The thunderbolt patch has been ACK'd by Andreas and given the OK to take it through the EFI tree

Patch: Improve HTTP time by sending Connection:close

2016-11-12 Thread Walter Huf
GRUB's HTTP module declares support for HTTP/1.1, which defaults to Connection:keepalive. At the end of the content, the server holds the TCP connection open waiting for the next request. It seems that grub_net_poll_cards() is watching for the HTTP module to set net->stall, and otherwise waits the

Re: grub translations outdated

2016-11-12 Thread Andrei Borzenkov
02.11.2016 21:25, Daniel Kiper пишет: > On Sun, Oct 30, 2016 at 09:02:32PM +0300, Andrei Borzenkov wrote: >> I noticed that translations at >> http://translationproject.org/domain/grub.html stop with 2.02-beta2. How >> translation templates for new releases are managed and appear on this site? > >

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

2016-11-12 Thread Andrei Borzenkov
10.11.2016 16:45, 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

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

2016-11-12 Thread Andrei Borzenkov
10.11.2016 16:45, 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 > /ga

Re: [PATCH 1/2] arm64: Move firmware fdt search into global function

2016-11-12 Thread Andrei Borzenkov
29.02.2016 02:22, Alexander Graf пишет: > Searching for a device tree that EFI passes to us via configuration tables > is nothing architecture specific. Move it into generic code. > > Signed-off-by: Alexander Graf > --- > grub-core/kern/efi/init.c| 22 ++ > grub-core/load

Re: GRUB reboots system after loading kernel and initrd on 80486

2016-11-12 Thread Andrei Borzenkov
07.11.2016 16:49, tedheadster пишет: > GRUB developers, > I just installed GRUB 2.02~beta2-22+deb8u1 from the current Debian Please retest with current git head. > distribution. I am using it to boot an _old_ 80486 (squeeze) > distribution on a second partition. > > Legacy GRUB can load the ol