Commit 46a5801d authored by Anthony Liguori's avatar Anthony Liguori
Browse files

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/
parents e5ab1404 2ae2bce7
Loading
Loading
Loading
Loading
(128 KiB)

File changed.

No diff preview for this file type.

roms/Makefile

0 → 100644
+10 −0
Original line number Diff line number Diff line

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

roms/config.seabios

0 → 100644
+1 −0
Original line number Diff line number Diff line
# empty, default config works for us
+5 −0
Original line number Diff line number Diff line
#!/bin/sh
config="$1"
make -C seabios clean distclean
cp "$config" seabios/.config
make -C seabios oldnoconfig

seabios @ 2e8bd611

Original line number Diff line number Diff line
Subproject commit 80d11e8577bf03e98f2eb1b0cb3a281ab2879c9e
Subproject commit 2e8bd611ce4e1e36b5a80c9ca6e256e23802f095