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
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)
>
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)
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