aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2014-01-20 00:25:40 +0100
committerAlexander Graf <agraf@suse.de>2014-06-16 13:24:35 +0200
commit4e73c781923fd5b7608db65156cfa72c4b31ba1d (patch)
tree5887444a0ab4a99b7a3285cb350f8cae1e536e87 /configure
parent903585dec63ee83bd8149006e31f92ea789b38e3 (diff)
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 <agraf@suse.de>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index dfbe75ee75..9d5018982f 100755
--- a/configure
+++ b/configure
@@ -5213,6 +5213,7 @@ for bios_file in \
$source_path/pc-bios/*.dtb \
$source_path/pc-bios/*.img \
$source_path/pc-bios/openbios-* \
+ $source_path/pc-bios/u-boot.* \
$source_path/pc-bios/palcode-*
do
FILES="$FILES pc-bios/`basename $bios_file`"