Re: [RFC] Support menuentry options in simple configuration interface

2015-05-31 Thread Michael Chang
On Sat, May 30, 2015 at 10:39:06AM +0300, Andrei Borzenkov wrote: В Tue, 26 May 2015 15:53:14 +0800 Michael Chang mch...@suse.com пишет: This patch provides settings in simple configuration interface that can set common options to menuentry. One of the use cases is specifying the security

[PATCH] PATA: Add data transfer by DMA

2015-05-31 Thread Heiher
Hi, I implemented DMA data transfer mode for PATA. It works fine in QEMU(x86) and Loongson3A+RS780E. Please review. -- Best regards! Heiher http://hev.cc 0001-PATA-Add-data-transfer-by-DMA.patch Description: application/ext-patch ___ Grub-devel

Re: [PATCH v2] disk/ahci.c: Add port number to port debug messages

2015-05-31 Thread Andrei Borzenkov
Applied В Thu, 28 May 2015 19:12:12 +0200 Paul Menzel paulepan...@users.sourceforge.net пишет: Date: Wed, 27 May 2015 22:48:57 +0200 Currently, some messages cannot be mapped to the port they belong to as the port number is missing from the output. So add `port: n` to the debug messages.

Re: Set a bootdrive environment variable.

2015-05-31 Thread Andrei Borzenkov
В Wed, 27 May 2015 08:55:09 -0400 Mathieu Trudel-Lapierre mathieu...@gmail.com пишет: On Wed, May 27, 2015 at 12:04 AM, Andrei Borzenkov arvidj...@gmail.com wrote: В Tue, 26 May 2015 12:46:07 -0400 Mathieu Trudel-Lapierre mathieu...@gmail.com пишет: I've been playing with fixing

Re: [PATCH 2/2] disk/ahci.c: Wrap too long line

2015-05-31 Thread Andrei Borzenkov
Could you merge two patches? В Thu, 28 May 2015 20:03:38 +0200 Paul Menzel paulepan...@users.sourceforge.net пишет: Date: Thu, 28 May 2015 19:50:51 +0200 Using the macros the line is too long, so wrap it. --- grub-core/disk/ahci.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)