[PATCH] update m4/extern-inline.m4 to upstream version to fix compilation on FreeBSD

2014-09-25 Thread Andrey Borzenkov
In file included from util/grub-mkimage.c:54:0: ./grub-core/gnulib/argp.h:627:49: error: '__sbistype' is static but used in inline function '_option_is_short' which is not static [-Werror] cc1: all warnings being treated as errors gmake[2]: *** [util/grub_mkimage-grub-mkimage.o] Error 1 Update m4/

Re: [PATCH] Add a new "none" platform that only builds utilities

2014-09-25 Thread Andrei Borzenkov
В Tue, 23 Sep 2014 12:07:31 +0100 Colin Watson пишет: > On Sun, Sep 21, 2014 at 05:58:36PM +0200, Vladimir 'φ-coder/phcoder' > Serbinenko wrote: > > Go ahead. > > Pushed to master, thanks. > Fails to compile. bor@opensuse:~/build/grub> ./configure --with-platform=none ... ***

Re: [PATCH] Add a new "none" platform that only builds utilities

2014-09-25 Thread Colin Watson
On Thu, Sep 25, 2014 at 10:39:17PM +0400, Andrei Borzenkov wrote: > Could we avoid removing include/grub? I really expect to be able to do > > configure > make distclean > configure > > which is hopelessly broken now after platform=none. Whoops, sorry! I always build out of tree (because it mak

[PATCH] Disable VSX instruction

2014-09-25 Thread Paulo Flabiano Smorigo
VSX bit is enabled by default for Power7 and Power8 CPU models, so we need to disable them in order to avoid instruction exceptions. Kernel will activate it when necessary. Also-By: Adhemerval Zanella --- ChangeLog | 10 ++ grub-core/kern/powerpc/ieee1275/

[PATCH] Include a text attribute reset in the clear command for ppc

2014-09-25 Thread Paulo Flabiano Smorigo
Always clear text attribute for clear command in order to avoid problems after it boots. * grub-core/term/terminfo.c: Add escape for text attribute reset --- grub-core/term/terminfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/term/terminfo.c b/grub-core/term/te

[PATCH] Disable VSX instruction

2014-09-25 Thread Paulo Flabiano Smorigo
VSX bit is enabled by default for Power7 and Power8 CPU models, so we need to disable them in order to avoid instruction exceptions. Kernel will activate it when necessary. * grub-core/kern/powerpc/ieee1275/startup.S: Disable VSX. Also-By: Adhemerval Zanella --- ChangeLog

[PATCH] Include a text attribute reset in the clear command for ppc

2014-09-25 Thread Paulo Flabiano Smorigo
Always clear text attribute for clear command in order to avoid problems after it boots. * grub-core/term/terminfo.c: Add escape for text attribute reset --- grub-core/term/terminfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/term/terminfo.c b/grub-core/term/te

Re: [RFC PATCH 0/3] grub powerpc64 little-endian enablement

2014-09-25 Thread Paulo Flabiano Smorigo
Sun, Sep 21, 2014 at 06:24:25PM +0400, Andrei Borzenkov wrote: > В Sun, 21 Sep 2014 17:58:44 +0400 > Andrei Borzenkov пишет: > > > В Thu, 28 Aug 2014 16:56:02 -0300 > > Paulo Flabiano Smorigo пишет: > > > > > From: Paulo Flabiano Smorigo > > > > > > Hi, > > > > > > At the beginning of the ye