From: Alexander Graf Date: Fri, 28 Aug 2015 11:10:17 +0000 (+0200) Subject: PPC: E500: Update u-boot to commit 79c884d7e4 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d4574435a6530bbd96ae130eddfe5b676f91367a;p=qemu.git PPC: E500: Update u-boot to commit 79c884d7e4 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 --- diff --git a/pc-bios/u-boot.e500 b/pc-bios/u-boot.e500 index bdb2a5e6f7..6e547de6f9 100755 Binary files a/pc-bios/u-boot.e500 and b/pc-bios/u-boot.e500 differ