diff options
author | Alexander Graf | 2014-01-20 00:25:40 +0100 |
---|---|---|
committer | Alexander Graf | 2014-06-16 13:24:35 +0200 |
commit | 4e73c781923fd5b7608db65156cfa72c4b31ba1d (patch) | |
tree | 5887444a0ab4a99b7a3285cb350f8cae1e536e87 /.gitmodules | |
parent | PPC: e500: Expose kernel load address in dt (diff) | |
download | qemu-4e73c781923fd5b7608db65156cfa72c4b31ba1d.tar.gz qemu-4e73c781923fd5b7608db65156cfa72c4b31ba1d.tar.xz qemu-4e73c781923fd5b7608db65156cfa72c4b31ba1d.zip |
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 '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 444c24a993..9da9ede261 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "dtc"] path = dtc url = git://git.qemu-project.org/dtc.git +[submodule "roms/u-boot"] + path = roms/u-boot + url = git://git.qemu-project.org/u-boot.git |