grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: [PATCH] Port yaboot logic for various powerpc machine types
Date: Sun, 22 Jun 2014 06:59:49 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Icedove/30.0

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)
> +     update_nvram = 0;
Why disable nvram on those? Especially "generic" seems doubtful and will
probably break existing platforms.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]