Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now,

they aren't integrated into the build but we can do that incrementally.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Anthony Liguori
2009-09-04 10:13:29 -05:00
parent ae027ad3c5
commit c34ebfdc87
31 changed files with 29 additions and 2097 deletions

9
.gitmodules vendored Normal file
View File

@ -0,0 +1,9 @@
[submodule "roms/vgabios"]
path = roms/vgabios
url = ../vgabios.git
[submodule "roms/seabios"]
path = roms/seabios
url = ../seabios.git
[submodule "roms/pcbios"]
path = roms/pcbios
url = ../pcbios.git