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
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
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,
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
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
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
_