Re: [PATCH] menu_entry: Disable cursor during update_screen()

2016-02-15 Thread Thomas Huth
Hi Andrei, On 13.02.2016 08:41, Andrei Borzenkov wrote: > 31.01.2016 18:02, Thomas Huth пишет: >> >> On 30.01.2016 08:33, Andrei Borzenkov wrote: >>> 29.01.2016 17:26, Thomas Huth пишет: When running grub in a VGA console of a KVM pseries guest on PowerPC, you can see the cursor sweepin

Re: [PATCH v3 2/3] i386: Add support for loading from android bootimg

2016-02-15 Thread Vladimir 'phcoder' Serbinenko
On Mon, 15 Feb 2016 04:42 Andrei Borzenkov wrote: > 14.02.2016 23:58, Seth Goldberg пишет: > > > > > >> On Feb 14, 2016, at 5:26 AM, Vladimir 'phcoder' Serbinenko > >> wrote: > >> > >> > >> > >> Le dim. 14 févr. 2016 14:21, Shea Levy a écrit > >> : > >>> This patch uses grub_file_open, but the

[PATCH v2] ieee1275: prevent buffer over-read

2016-02-15 Thread Eric Snowberg
Prevent buffer over-read in grub_machine_mmap_iterate. This was causing phys_base from being calculated properly. This then caused the wrong value to be placed in ramdisk_image within struct linux_hdrs. Which prevented the ramdisk from loading on boot. Newer SPARC systems contain more than 8 avail

[PATCH] sparc64: fix OF path names for sun4v systems

2016-02-15 Thread Eric Snowberg
Fix the open firmware path property for sun4v SPARC systems. These platforms do not have a /sas/ within their path. Over time different OF addressing schemes have been supported. There is no generic addressing scheme that works across every HBA. Signed-off-by: Eric Snowberg --- grub-core/osdep/

Re: [RFC] grub-install: allow none or multiple install devices on PC BIOS

2016-02-15 Thread Michael Chang
On Sat, Feb 13, 2016 at 10:29:58AM +0300, Andrei Borzenkov wrote: > 12.05.2015 18:22, Michael Chang пишет: > > On Tue, May 12, 2015 at 02:57:00PM +0300, Andrei Borzenkov wrote: > >> В Tue, 12 May 2015 18:52:22 +0800 > >> Michael Chang пишет: > >> > >>> On Fri, May 08, 2015 at 09:53:41PM +0300, And