From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: [PATCH] Port yaboot logic for various powerpc machine types
Date: Sun, 22 Jun 2014 06:59:49 +0400 [thread overview]
Message-ID: <53A646A5.8090007@gmail.com> (raw)
In-Reply-To: <20140128155840.GA4520@riva.ucam.org>
[-- Attachment #1: Type: text/plain, Size: 421 bytes --]
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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 274 bytes --]
prev parent reply other threads:[~2014-06-22 3:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-28 15:58 [PATCH] Port yaboot logic for various powerpc machine types Colin Watson
2014-01-28 23:16 ` Colin Watson
2014-06-22 2:59 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53A646A5.8090007@gmail.com \
--to=phcoder@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).