From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVIKd-0007n8-Cb for qemu-devel@nongnu.org; Fri, 28 Aug 2015 08:00:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZVIKc-0004jG-Fl for qemu-devel@nongnu.org; Fri, 28 Aug 2015 08:00:31 -0400 References: <1440761241-84182-1-git-send-email-agraf@suse.de> From: Thomas Huth Message-ID: <55E04D5A.3050500@redhat.com> Date: Fri, 28 Aug 2015 14:00:26 +0200 MIME-Version: 1.0 In-Reply-To: <1440761241-84182-1-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] PPC: E500: Update u-boot to commit 79c884d7e4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , qemu-ppc@nongnu.org Cc: mihai.caraman@freescale.com, qemu-devel@nongnu.org, qemu-stable@nongnu.org On 28/08/15 13:27, Alexander Graf wrote: > The current U-Boot binary in QEMU has a bug where it fails to support > dynamic CCSR addressing. Without this support, u-boot can not boot the > ppce500 machine anymore. This has been fixed upstream in u-boot commit > e834975b. > > Update the u-boot blob we carry in QEMU to the latest u-boot upstream, > so that we can successfully run u-boot with the ppce500 machine again. > > CC: qemu-stable@nongnu.org > Signed-off-by: Alexander Graf This fixes the issue from https://bugs.launchpad.net/qemu/+bug/1481750 ! Tested-by: Thomas Huth