From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWlTK-0007pG-NQ for qemu-devel@nongnu.org; Mon, 29 Apr 2013 06:38:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWlTJ-0006y5-Lz for qemu-devel@nongnu.org; Mon, 29 Apr 2013 06:38:14 -0400 Message-ID: <517E4D93.601@adacore.com> Date: Mon, 29 Apr 2013 12:38:11 +0200 From: Fabien Chouteau MIME-Version: 1.0 References: <1367000509-8833-1-git-send-email-agraf@suse.de> <1367000509-8833-6-git-send-email-agraf@suse.de> <517D2B5B.1020806@web.de> In-Reply-To: <517D2B5B.1020806@web.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 05/30] PPC: fix hreset_vector for 60x, 7x0, 7x5, G2, MPC8xx, MPC5xx, 7400 and 7450 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Alexander Graf , qemu-devel@nongnu.org, Blue Swirl , qemu-ppc@nongnu.org, Anthony Liguori , Aurelien Jarno On 04/28/2013 03:59 PM, Andreas F=E4rber wrote: > Am 26.04.2013 20:21, schrieb Alexander Graf: >> From: Fabien Chouteau >> >> According to the different user's manuals, the vector offset for syste= m >> reset (both /HRESET and /SRESET) is 0x00100. >> >> This patch may break support of some executables, as the power-on star= t >> address may change. For a specific board, if the power-on start addres= s >> is different than HRESET vector (i.e. 0x00000100 or 0xfff00100), this >> should be fixed in board's initialization code. >> >> Signed-off-by: Fabien Chouteau >> Signed-off-by: Alexander Graf >=20 > According to git-bisect, this commit broke the prep machine (602). > Symptoms are a black screen with no VGA output from OHW or kernel. >=20 > Please suggest a fix. >=20 Can you hand me the binaries so I can try to fix this? --=20 Fabien Chouteau