From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48199 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Om8KZ-0003IE-H4 for qemu-devel@nongnu.org; Thu, 19 Aug 2010 12:51:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Om8KV-0004OR-0W for qemu-devel@nongnu.org; Thu, 19 Aug 2010 12:51:07 -0400 Received: from fmmailgate01.web.de ([217.72.192.221]:59584) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Om8KU-0004O7-M8 for qemu-devel@nongnu.org; Thu, 19 Aug 2010 12:51:02 -0400 Message-ID: <4C6D60E8.2040003@web.de> Date: Thu, 19 Aug 2010 18:50:48 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <1281365527-7229-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <1281365527-7229-1-git-send-email-weil@mail.berlios.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig8EACC0D617BD00847957383E" Sender: jan.kiszka@web.de Subject: [Qemu-devel] Re: [PATCH] hw/musicpal: Set loader start address List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig8EACC0D617BD00847957383E Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Stefan Weil wrote: > Start address 0x0 did not work with a linux kernel. Never tried this, always loaded u-boot this way. But that one is fine with the shifted offset, so: Acked-by: Jan Kiszka Out of curiosity: Which kernel are you booting on this platform, the Marvel BSP kernel shipped by Freecom? JAn >=20 > Cc: Jan Kiszka > Signed-off-by: Stefan Weil > --- > hw/musicpal.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >=20 > diff --git a/hw/musicpal.c b/hw/musicpal.c > index 33180a2..dc6bc21 100644 > --- a/hw/musicpal.c > +++ b/hw/musicpal.c > @@ -1470,7 +1470,7 @@ static SysBusDeviceInfo musicpal_key_info =3D { > }; > =20 > static struct arm_boot_info musicpal_binfo =3D { > - .loader_start =3D 0x0, > + .loader_start =3D MP_SRAM_BASE, > .board_id =3D 0x20e, > }; > =20 --------------enig8EACC0D617BD00847957383E 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.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkxtYOsACgkQitSsb3rl5xRFnwCbBqrd+tlgW+ku/IujkSs1g/lE AQYAnA2rjcPnxM+7SzPfAYPDZvB0Jzri =6Z3T -----END PGP SIGNATURE----- --------------enig8EACC0D617BD00847957383E--