Merge remote-tracking branch 'kraxel/seabios-1.6.3.2' into staging

* kraxel/seabios-1.6.3.2:
  Update seabios to 1.6.3.2
  Add seabios build scripts to roms/
This commit is contained in:
Anthony Liguori
2012-03-16 13:18:03 -05:00
5 changed files with 17 additions and 1 deletions
BIN
View File
Binary file not shown.
+10
View File
@@ -0,0 +1,10 @@
default:
@echo "nothing is build by default"
@echo "available build targets:"
@echo " bios -- update bios.bin (seabios)"
bios: config.seabios
sh configure-seabios.sh $<
make -C seabios out/bios.bin
cp seabios/out/bios.bin ../pc-bios/bios.bin
+1
View File
@@ -0,0 +1 @@
# empty, default config works for us
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
config="$1"
make -C seabios clean distclean
cp "$config" seabios/.config
make -C seabios oldnoconfig