From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WyY1u-0003cI-0t for mharc-grub-devel@gnu.org; Sat, 21 Jun 2014 23:01:18 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyY1i-0003aE-TZ for grub-devel@gnu.org; Sat, 21 Jun 2014 23:01:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WyY1Z-0008Ao-RR for grub-devel@gnu.org; Sat, 21 Jun 2014 23:01:06 -0400 Received: from mail-lb0-x22c.google.com ([2a00:1450:4010:c04::22c]:45808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyY1Z-0008AZ-IM for grub-devel@gnu.org; Sat, 21 Jun 2014 23:00:57 -0400 Received: by mail-lb0-f172.google.com with SMTP id c11so3304298lbj.3 for ; Sat, 21 Jun 2014 20:00:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=IuV6Nj9ttwhNAjP9vVJVyUw5t/ZS40QLCFFHxaTI4gU=; b=iqUKWFbegkPswfb9ZraxO3pSbwGroYa3LboNnugwoh6j9ZD15TXN8sfcRddPE1gJyo rxa9rZNJfhVT4yRrFheuHXPyj6DORsxIn/mG7y5zB7iQ7Yi4F6flRMI/4OHgkvM9CDeH oDufjkzLjeB3k7klGYd/MVRlyFCl6MgIX2uMpmNJERl6P7LJie7cMB4eFgXldoWdsEBN 8zApfGrcit57W2pPMmaZVJZCO6dGy3bNQnlarAvySxoz3e4Epxt+wkzuUQoycG79HJN0 OnYMUzXSvSwDdEVEe6Gm3jrlRToaufpD+ATZSKlR3cwaVcDCWMPhsopl4NjC/5c5hDA2 2JZA== X-Received: by 10.152.23.136 with SMTP id m8mr10105309laf.2.1403406056202; Sat, 21 Jun 2014 20:00:56 -0700 (PDT) Received: from [10.150.23.44] ([195.96.78.12]) by mx.google.com with ESMTPSA id 8sm5854012lao.5.2014.06.21.20.00.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 21 Jun 2014 20:00:55 -0700 (PDT) Message-ID: <53A646A5.8090007@gmail.com> Date: Sun, 22 Jun 2014 06:59:49 +0400 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Icedove/30.0 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH] Port yaboot logic for various powerpc machine types References: <20140128155840.GA4520@riva.ucam.org> In-Reply-To: <20140128155840.GA4520@riva.ucam.org> X-Enigmail-Version: 1.6+git0.20140323 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="APRxJLmnLDwuJ0kqXCa9OIv8Ols3I4eJP" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22c X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2014 03:01:16 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --APRxJLmnLDwuJ0kqXCa9OIv8Ols3I4eJP Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 28.01.2014 19:58, Colin Watson wrote: > + else if (strcmp (machtype, "chrp_ibm") =3D=3D 0) > + { > + update_nvram =3D 0; > + chrp_note =3D 1; > + } > + else if (strcmp (machtype, "cell") =3D=3D 0) > + update_nvram =3D 0; > + else if (strcmp (machtype, "generic") =3D=3D 0) > + update_nvram =3D 0; Why disable nvram on those? Especially "generic" seems doubtful and will probably break existing platforms. --APRxJLmnLDwuJ0kqXCa9OIv8Ols3I4eJP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iF4EAREKAAYFAlOmRqwACgkQmBXlbbo5nOtO2QD/b5ofVa1bhlLKaF+Z0swIcUvl iKqJVhpbAO7rKKm15qIBAIcEaXj9F9Q5JKP7z6qOp1iUMJ/qIxdIA8s+lnYyCV4G =VTpp -----END PGP SIGNATURE----- --APRxJLmnLDwuJ0kqXCa9OIv8Ols3I4eJP--