From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAHhI-0006nY-Hm for qemu-devel@nongnu.org; Sat, 08 Sep 2012 05:51:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TAHhH-0008H5-ME for qemu-devel@nongnu.org; Sat, 08 Sep 2012 05:51:28 -0400 Message-ID: <504B1517.5070804@web.de> Date: Sat, 08 Sep 2012 11:51:19 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <50492BC5.4090107@web.de> <504A0A60.8090507@web.de> <504B06E0.6030100@web.de> <504B145D.60103@web.de> In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig3110EEF6DA74FD46243468F3" Subject: Re: [Qemu-devel] [PATCH v2] musicpal: Fix flash mapping List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Blue Swirl , qemu-devel , qemu-stable This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig3110EEF6DA74FD46243468F3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 2012-09-08 11:50, Peter Maydell wrote: > On 8 September 2012 10:48, Jan Kiszka wrote: >> The old arithmetic assumed 32 physical address bits which is no longer= >> true for ARM since 3cc0cd61f4. >> >> Signed-off-by: Jan Kiszka >> --- >> >> Changes in v2: >> - mark large constant ULL >> >> #ifdef TARGET_WORDS_BIGENDIAN >> - pflash_cfi02_register(0-MP_FLASH_SIZE_MAX, NULL, >> + pflash_cfi02_register(0x100000000-MP_FLASH_SIZE_MAX, NULL, >> "musicpal.flash", flash_size, >=20 > ...wrong version of patch sent? Grrr... --------------enig3110EEF6DA74FD46243468F3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlBLFRoACgkQitSsb3rl5xRZpwCZARc6nJsnhjtWfHstlax8gbzU ivcAoIdyO1YXMDM+xBC+zk7NHzahtjmZ =4uqY -----END PGP SIGNATURE----- --------------enig3110EEF6DA74FD46243468F3--