[PATCH] docs/grub-dev.texi: Fix out of place @itemize and fix makeinfo warnings

2013-04-04 Thread Bryan Hundven
In @node Bitmap_API, @itemize is not in the @subsection, and causes makeinfo to return 1. Fix this and move sections in the texi to match the menu order to get rid of the warnings. I'm new to bzr and contributing to grub. This unified patch applies against trunk/grub. I've looked around and fo

Re: [PATCH 5/7] add imported "FDT" module for flattened device tree operations

2013-04-04 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/4/2013 3:15 PM, Andrey Borzenkov wrote: > Actually list sets Reply-To, so it is not necessary reply-to-list. Only badly behaved ones do. This field is for the SENDER to set ( for instance, if they do not want to get a duplicate reply and have th

Re: [PATCH 5/7] add imported "FDT" module for flattened device tree operations

2013-04-04 Thread Francesco Lavra
[Using reply-to-all now...] On 04/04/2013 09:02 PM, Phillip Susi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 4/4/2013 2:22 PM, Francesco Lavra wrote: >> On 04/02/2013 10:39 PM, Phillip Susi wrote: >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >>> >>> Your patches can not b

Re: [PATCH 5/7] add imported "FDT" module for flattened device tree operations

2013-04-04 Thread Andrey Borzenkov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 В Thu, 04 Apr 2013 15:02:13 -0400 Phillip Susi пишет: >Also you > appear to be using the now popular and vile reply-to-list function to > send replies only to the mailing list. Actually lis

Re: [PATCH 5/7] add imported "FDT" module for flattened device tree operations

2013-04-04 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/4/2013 2:22 PM, Francesco Lavra wrote: > On 04/02/2013 10:39 PM, Phillip Susi wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Your patches can not be reviewed inline because your mail client >> is incorrectly setting the mime type t

Re: [PATCH 5/7] add imported "FDT" module for flattened device tree operations

2013-04-04 Thread Francesco Lavra
On 04/02/2013 10:39 PM, Phillip Susi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Your patches can not be reviewed inline because your mail client is > incorrectly setting the mime type to application/octet-stream and the > disposition to attachment. Please fix this. Actually the

Re: [PATCH] Make grub_efidisk_get_device_name() work on 4K native disks.

2013-04-04 Thread Andrey Borzenkov
В Thu, 4 Apr 2013 13:52:05 -0400 Peter Jones пишет: > On Wed, Apr 03, 2013 at 11:03:46PM +0400, Andrey Borzenkov wrote: > > В Wed, 3 Apr 2013 11:53:06 -0400 > > Peter Jones пишет: > > > > > When we have 4kB sectors instead of 512b sectors, hd.partition_start and > > > grub_partition_get_start(

Re: [PATCH] Make grub_efidisk_get_device_name() work on 4K native disks.

2013-04-04 Thread Peter Jones
On Wed, Apr 03, 2013 at 11:03:46PM +0400, Andrey Borzenkov wrote: > В Wed, 3 Apr 2013 11:53:06 -0400 > Peter Jones пишет: > > > When we have 4kB sectors instead of 512b sectors, hd.partition_start and > > grub_partition_get_start() won't match - the latter assumes 512-byte > > sectors, and the f

Re: [PATCH 7/7] Add support for ARM UEFI ("EFI") platforms

2013-04-04 Thread Leif Lindholm
On Wed, Apr 03, 2013 at 10:01:59PM +0200, Vladimir '??-coder/phcoder' Serbinenko wrote: > > I don't see grub-mkimage currently being fully cross-platform anyway, > > so I would (as mentioned in previous email) prefer to postpone any > > such adjustments until the basic support is in. I have the pa