mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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>
This commit is contained in:
parent
903585dec6
commit
4e73c78192
6 changed files with 19 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -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`"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue