Re: [PATCH] system: grub: On MIPS, the linux image name is vmlinuz

2015-10-30 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Regarding linux-libre-loongson2f: Are the patches available elsewhere? > I figured we might as well refer to them using an ‘origin’ if there’s a > stable location we can use. Another issue: I changed the GRUB upgrade to use a more recent commit, which

Re: [PATCH] system: grub: On MIPS, the linux image name is vmlinuz

2015-10-28 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: [...] >> + 8692ab8 TEMPORARY_HACK: gnu: gst-plugins-base: Disable tests on MIPS and >> ARM. >> + 8549720 NON_INTEL_ONLY: services: xorg: Remove xf86-video-intel. >> + 7380191 gnu: grub: Add support for

Re: [PATCH] system: grub: On MIPS, the linux image name is vmlinuz

2015-10-27 Thread Ludovic Courtès
I just pushed this and two other non-controversial patches from ‘wip-loongson2f’. I could continue, because the remainder looks OK too at first glance (mostly I need to test that the new GRUB works fine here), but I thought I’d leave you a chance to chime in. ;-) So the backlog currently is

Re: [PATCH] system: grub: On MIPS, the linux image name is vmlinuz

2015-10-27 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > I just pushed this and two other non-controversial patches from > ‘wip-loongson2f’. Sounds good, thanks! > I could continue, because the remainder looks OK too at first glance > (mostly I need to test that the new GRUB works fine here), but I thought >

[PATCH] system: grub: On MIPS, the linux image name is vmlinuz

2015-08-23 Thread Mark H Weaver
Currently, we assume that the linux image name is bzImage, but this varies depending on platform. On MIPS, the name is vmlinuz. This modifies our 'grub-configuation-file' generation code to use vmlinuz on MIPS. Mark From a15b9a1eedd5b110b94e13f0fea17323aa1e160e Mon Sep 17 00:00:00 2001