From 4e73c781923fd5b7608db65156cfa72c4b31ba1d Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 20 Jan 2014 00:25:40 +0100 Subject: PPC: Add u-boot firmware for e500 This adds a special build of u-boot tailored for the e500 platforms we emulate. It is based on the current version of upstream u-boot which contains all the code necessary to drive our QEMU provided machines. Signed-off-by: Alexander Graf --- pc-bios/README | 5 +++++ pc-bios/u-boot.e500 | Bin 0 -> 330260 bytes 2 files changed, 5 insertions(+) create mode 100755 pc-bios/u-boot.e500 (limited to 'pc-bios') diff --git a/pc-bios/README b/pc-bios/README index 4381718e15..49cdacfaa5 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -41,3 +41,8 @@ - The sources for the Alpha palcode image is available from: git://github.com/rth7680/qemu-palcode.git + +- The u-boot binary for e500 comes from the upstream denx u-boot project where + it was compiled using the qemu-ppce500 target. + A git mirror is available at: git://git.qemu-project.org/u-boot.git + The hash used to compile the current version is: 2072e72 diff --git a/pc-bios/u-boot.e500 b/pc-bios/u-boot.e500 new file mode 100755 index 0000000000..bdb2a5e6f7 Binary files /dev/null and b/pc-bios/u-boot.e500 differ -- cgit v1.2.1