From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1UbvJW-0005sF-0Z for mharc-grub-devel@gnu.org; Mon, 13 May 2013 12:09:26 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbvJT-0005s7-I7 for grub-devel@gnu.org; Mon, 13 May 2013 12:09:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbvJP-00086W-8q for grub-devel@gnu.org; Mon, 13 May 2013 12:09:21 -0400 Received: from mail-ea0-x22d.google.com ([2a00:1450:4013:c01::22d]:44751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbvJP-000866-2b for grub-devel@gnu.org; Mon, 13 May 2013 12:09:19 -0400 Received: by mail-ea0-f173.google.com with SMTP id n15so788357ead.4 for ; Mon, 13 May 2013 09:09:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type; bh=no/a5mzO0J6M8Rrw91jPiYuZ/eN18x8BChTYoucwpKA=; b=eMaH/Af/KInXe/M8oeuBXOH0Y1ankVvOGMobUdXkEplj3/l8ikaHjhP9tpk29xcgsf CXyJIu/0BurJkJ1LanwaiSR5G4nBbK+Svw2aRgZ3qfScGHvol6S5XZqxn1Xu0sSi9teL WT5j/ugZf51/Z8D+ZDIVBq/eiyx3I4qUMU1AvADoOPx8L1Pdr65hhLFCyGPmcLPdogKF 7HjhdHm4aUPUkPADVnm7EskFblMk2f1TnCOBpKx3EvGutLzSPGmAwftyV9ZQsGQ9jKRe a+voMjxUVAE92HXaw8kQaXkbyIE5HpfT7taIE8N/9MkjjQbO++PPFqT1Thop+GoXp/Tb mBmA== X-Received: by 10.14.100.1 with SMTP id y1mr80634444eef.9.1368461357832; Mon, 13 May 2013 09:09:17 -0700 (PDT) Received: from debian.x201.phnet (245-188.1-85.cust.bluewin.ch. [85.1.188.245]) by mx.google.com with ESMTPSA id q1sm23901917eez.6.2013.05.13.09.09.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 13 May 2013 09:09:16 -0700 (PDT) Message-ID: <5191101D.80502@gmail.com> Date: Mon, 13 May 2013 18:09:01 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH] ARM U-Boot BSS zeroing References: <20130513153729.GL28516@rocoto.smurfnet.nu> In-Reply-To: <20130513153729.GL28516@rocoto.smurfnet.nu> X-Enigmail-Version: 1.4.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig09660CFD823F3E276E4637CB" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22d 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: Mon, 13 May 2013 16:09:25 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig09660CFD823F3E276E4637CB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Could you request savannah membership so you have commit rights to this branch? Will you be at LinuxTag? On 13.05.2013 17:37, Leif Lindholm wrote: > The import into the collaborative branch discarded the call to > get_real_bss_start before starting the BSS zeroing operation. >=20 > While get_real_bss_start might have been a bit of an ugly hack, > simply discarding it means that we now end up doing unaligned > STR operations, and any platform with MMU disabled fails to boot. >=20 > The attached patch prepends a bytewise zeroing loop until > word-aligned, and then continue as before. >=20 > / > Leif >=20 >=20 >=20 > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel --------------enig09660CFD823F3E276E4637CB 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.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAlGRECsACgkQNak7dOguQglCzAD+NghHGZuGHPVaXT48dJX0efuv b/YKU1M1IbBKa+Cbh4oA/26pCsCUVnQrQ4oarCvELSHmfo/7AM9RqOSKlONZqxpL =FqjP -----END PGP SIGNATURE----- --------------enig09660CFD823F3E276E4637CB--