From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoxaZ-0004fL-Vq for qemu-devel@nongnu.org; Wed, 21 Oct 2015 13:54:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoxaU-0006CY-WB for qemu-devel@nongnu.org; Wed, 21 Oct 2015 13:54:15 -0400 Received: from e18.ny.us.ibm.com ([129.33.205.208]:60568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoxaU-0006Be-RI for qemu-devel@nongnu.org; Wed, 21 Oct 2015 13:54:10 -0400 Received: from localhost by e18.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 21 Oct 2015 13:54:10 -0400 From: Michael Roth Date: Wed, 21 Oct 2015 12:51:41 -0500 Message-Id: <1445449930-23525-12-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1445449930-23525-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1445449930-23525-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 11/40] PPC: E500: Update u-boot to commit 79c884d7e4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Michael Roth , qemu-stable@nongnu.org, Alexander Graf From: Alexander Graf 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 Tested-by: Thomas Huth (cherry picked from commit d4574435a6530bbd96ae130eddfe5b676f91367a) Signed-off-by: Michael Roth --- pc-bios/u-boot.e500 | Bin 330260 -> 347788 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/pc-bios/u-boot.e500 b/pc-bios/u-boot.e500 index bdb2a5e..6e547de 100755 Binary files a/pc-bios/u-boot.e500 and b/pc-bios/u-boot.e500 differ -- 1.9.1