Re: [PATCH] Fix grub-install with OS device name

2013-12-04 Thread Andrey Borzenkov
On Thu, Dec 5, 2013 at 9:56 AM, wrote: > > > Отправлено с iPhone > >> 04 дек. 2013 г., в 23:15, Colin Watson написал(а): >> >>> On Wed, Dec 04, 2013 at 01:54:42PM -0800, Jonathan McCune wrote: >>> Tested successfully on i386-pc in a QEMU VM. >> >> Thanks. I made a slight mistake, though, and br

Re: [PATCH] Fix grub-install with OS device name

2013-12-04 Thread arvidjaar
Отправлено с iPhone > 04 дек. 2013 г., в 23:15, Colin Watson написал(а): > >> On Wed, Dec 04, 2013 at 01:54:42PM -0800, Jonathan McCune wrote: >> Tested successfully on i386-pc in a QEMU VM. > > Thanks. I made a slight mistake, though, and broke the case of > "grub-install '(hd0)'", which is

Re: Built-in module

2013-12-04 Thread Gregg Levine
Hello! I quite agree. There's a setting on Google Mail for creating messages in plain text, please for our sake do so. - Gregg C Levine gregg.drw...@gmail.com "This signature fought the Time Wars, time and again." On Wed, Dec 4, 2013 at 10:47 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:

Re: Built-in module

2013-12-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Do not use HTML mail on mailing lists. It looks awful and increases traffic needlessly. On 05.12.2013 04:09, Trinh Van Thanh wrote: > Hi all, > > I see that there is many compiled modules in /boot/grub/. When > necessary, it can load by using "insmod" command. But I want to > integrate some module

Re: Built-in module

2013-12-04 Thread SevenBits
Yes, have a look at the grub-mkimage command. On Wednesday, December 4, 2013, Trinh Van Thanh wrote: > Hi all, > > I see that there is many compiled modules in /boot/grub/. When necessary, > it can load by using "insmod" command. But I want to integrate some modules > into grub. Is this possible?

Built-in module

2013-12-04 Thread Trinh Van Thanh
Hi all, I see that there is many compiled modules in /boot/grub/. When necessary, it can load by using "insmod" command. But I want to integrate some modules into grub. Is this possible? -- *Trịnh Văn Thành* Add: No.5, 64/25 Lane, Phan Dinh Giot Street, Thanh Xuan Dist, Hanoi. _

Re: [PATCH] Fix grub-install with OS device name

2013-12-04 Thread Colin Watson
On Wed, Dec 04, 2013 at 01:54:42PM -0800, Jonathan McCune wrote: > Tested successfully on i386-pc in a QEMU VM. Thanks. I made a slight mistake, though, and broke the case of "grub-install '(hd0)'", which is what Andrey had been trying to fix in the first place. Here's a better version which I'v

[PATCH] Fix grub-install with OS device name

2013-12-04 Thread Colin Watson
* util/setup.c (SETUP): Accept new dev_is_drive argument. If passed, don't map dev to a GRUB drive again. * include/grub/util/install.h (grub_util_bios_setup): Update prototype. (grub_util_sparc_setup): Likewise. * util/grub-install.c (main): Tell grub_util_bios_setup that install_drive has alread

Re: [PATCH] Replace print statement with sys.stdout.write for python3 compatibility

2013-12-04 Thread Mike Gilbert
On Wed, Dec 4, 2013 at 5:12 AM, Colin Watson wrote: > On Tue, Dec 03, 2013 at 08:14:09PM -0500, Mike Gilbert wrote: >> Gmail likes to mangle patches, so I'm attaching it. > > Could we please use the clearer bilingual form of "from __future__ > import print_function" at the top followed by print(s,

fdt: fix for add_subnode()

2013-12-04 Thread Leif Lindholm
The current fdt support fails to update the size of the dt_struct after adding a new node. Attached is the suggested fix. / Leif >From d424d2fe0581c1f036aae9a8b0371d65d007ef61 Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Wed, 4 Dec 2013 12:59:21 + Subject: [PATCH] grub-core/lib/fdt.

Re: [PATCH] Fix grub-shell to avoid breaking "make distcheck"

2013-12-04 Thread Colin Watson
On Mon, Dec 02, 2013 at 06:40:58AM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 29.11.2013 15:12, Colin Watson wrote: > > Copying the themes directory in grub-shell isn't > > parallel-test-friendly and breaks on the second test when the source > > directory is read-only (as in "make di

Re: d74b9a1 breaks ARM build (gcc 4.6)

2013-12-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Fixed. On 02.12.2013 19:30, Leif Lindholm wrote: > Commit d74b9a1, "Ensure that -mno-unaligned-access or some equivalent > option is used.", breaks the configure step on my Debian Jessie, with > a default 4.6.4 toolchain: > "configure: error: couldnt instruct compiler not to use unaligned access" >

Re: [PATCH 1/3] "-Wall -Wextra -Werror" compilation patches - part 1/3

2013-12-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 04.12.2013 12:58, Doron Tsur wrote: > Tests: Ubuntu 13.10 compilation > .../configure --prefix=/usr --enable-mm-debug --enable-cache-stats > EFI_ARCH=x86_64 --with-platform=efi --enable-boot-time CFLAGS="-Wall -Wextra > -Werror" && make All of your patches are for external projects (gnulib and

[PATCH 3/3] "-Wall -Wextra -Werror" compilation patches - part 3/3 grub/grub-core/lib/libgcrypt-grub

2013-12-04 Thread Doron Tsur
Tests: Ubuntu 13.10 compilation .../configure --prefix=/usr --enable-mm-debug --enable-cache-stats EFI_ARCH=x86_64 --with-platform=efi --enable-boot-time CFLAGS="-Wall -Wextra -Werror" && make --- conf/Makefile.common |2 +- util/import_gcry.py |2 +- 2 files changed, 2 insertions(+), 2

[PATCH 1/3] "-Wall -Wextra -Werror" compilation patches - part 1/3

2013-12-04 Thread Doron Tsur
Tests: Ubuntu 13.10 compilation .../configure --prefix=/usr --enable-mm-debug --enable-cache-stats EFI_ARCH=x86_64 --with-platform=efi --enable-boot-time CFLAGS="-Wall -Wextra -Werror" && make Signed-off-by: Doron Tsur --- grub-core/gnulib/argp-fmtstream.c |2 +- grub-core/gnulib/ar

[PATCH 2/3] "-Wall -Wextra -Werror" compilation patches - part 2/3

2013-12-04 Thread Doron Tsur
Tests: Ubuntu 13.10 compilation .../configure --prefix=/usr --enable-mm-debug --enable-cache-stats EFI_ARCH=x86_64 --with-platform=efi --enable-boot-time CFLAGS="-Wall -Wextra -Werror" && make Signed-off-by: Doron Tsur --- grub-core/Makefile.core.def |2 +- grub-core/gnulib/Makefile.a

Re: [PATCH] Replace print statement with sys.stdout.write for python3 compatibility

2013-12-04 Thread Colin Watson
On Tue, Dec 03, 2013 at 08:14:09PM -0500, Mike Gilbert wrote: > Gmail likes to mangle patches, so I'm attaching it. Could we please use the clearer bilingual form of "from __future__ import print_function" at the top followed by print(s, end="")? This does require bumping our minimum required Pyt