Re: [PATCH resend] ieee1275: fix segfault in grub-ofpathname

2017-12-06 Thread Daniel Kiper
On Thu, Nov 30, 2017 at 01:52:17PM +0100, Daniel Kiper wrote: > On Tue, Nov 28, 2017 at 11:51:39AM -0800, Eric Snowberg wrote: > > fix segfault in grub-ofpathname > > > > Signed-off-by: Eric Snowberg > > LGTM, I will apply this next week. Pushed! Thanks, Daniel

Re: [PATCH resend] Fix grub-mkconfig detecting .sig files as system images

2017-12-06 Thread Daniel Kiper
On Thu, Nov 30, 2017 at 01:55:52PM +0100, Daniel Kiper wrote: > On Wed, Nov 29, 2017 at 08:35:37AM -0500, Jordan Glover wrote: > > grub-mkconfig detects detached RSA signatures for kernel images used for > > signature checking as valid images and adds them to grub.cfg > > as separate menuentries.

Re: [PATCH] arm64/xen: Add missing #address-cells and #size-cells properties

2017-12-06 Thread Daniel Kiper
On Thu, Nov 30, 2017 at 10:22:57PM +0100, Daniel Kiper wrote: [...] > Understood! I will apply this patch next week. Pushed! Thanks, Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

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

2017-12-06 Thread Eric Snowberg
Fix the Open Firmware (OF) 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/o