[PATCH] Add specific functions for Apple Platforms

2014-06-21 Thread Yves Blusseau
This patch add specific functions for Apple platforms specific-apple-platforms-functions.patch Description: Binary data Can i commit it ? Regards, Yves___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Port yaboot logic for various powerpc machine types

2014-06-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 28.01.2014 19:58, Colin Watson wrote: > + else if (strcmp (machtype, "chrp_ibm") == 0) > + { > + update_nvram = 0; > + chrp_note = 1; > + } > + else if (strcmp (machtype, "cell") == 0) > + update_nvram = 0; > + else if (strcmp (machtype, "generic") == 0) >

Re: Improper handling of --disk-module argument in grub-install

2014-06-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 18.05.2014 15:18, Glenn Washburn wrote: > Currently when using --disk-module=xxx, grub-install will fail with a > message about disk-module not being a valid option. > > To fix this, OPTION_MODULE should be removed from the option enum and > the remaining references to OPTION_MODULE (only one)

Re: [PATCH] util/grub-gen-asciih: fix build warning->error

2014-06-21 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 28.05.2014 15:06, Trevor Woerner wrote: > Using a GCC 4.8.1 cross-compiler for ARM a "may be used uninitialized in this > function" warning is generated which is converted to an error via -Werror. > This patch eliminates the warning by initializing the structure then checking > it has been fille