diff options
author | Blue Swirl | 2011-08-29 23:13:29 +0200 |
---|---|---|
committer | Blue Swirl | 2011-09-28 22:39:34 +0200 |
commit | 0bce98df2639aef1e8af90b271aa91e16d695408 (patch) | |
tree | e37eccf8c772f90977058d18de1c1f506c9cdc4e /.gitmodules | |
parent | PPC: use memory API to construct the PCI hole (diff) | |
download | qemu-0bce98df2639aef1e8af90b271aa91e16d695408.tar.gz qemu-0bce98df2639aef1e8af90b271aa91e16d695408.tar.xz qemu-0bce98df2639aef1e8af90b271aa91e16d695408.zip |
Add OpenBIOS as a submodule
Update OpenBIOS images to r1047 built from submodule.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 788447189e..c3faa38790 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "roms/ipxe"] path = roms/ipxe url = git://git.qemu.org/ipxe.git +[submodule "roms/openbios"] + path = roms/openbios + url = git://git.qemu.org/openbios.git |