diff options
-rw-r--r-- | config.bios.coreboot | 2 | ||||
-rw-r--r-- | seabios.git.spec | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config.bios.coreboot b/config.bios.coreboot index bc092b0..685b369 100644 --- a/config.bios.coreboot +++ b/config.bios.coreboot @@ -1,2 +1,4 @@ CONFIG_COREBOOT=y CONFIG_QEMU_HARDWARE=y +CONFIG_VGA_COREBOOT=y +CONFIG_DEBUG_IO=n diff --git a/seabios.git.spec b/seabios.git.spec index 8e06407..b48ed4d 100644 --- a/seabios.git.spec +++ b/seabios.git.spec @@ -57,6 +57,7 @@ function do_build() { local cfg="$1" local target="$2" make distclean + rm -rf out cp "$cfg" ".config" yes "" | make oldconfig make @@ -79,6 +80,7 @@ mkdir rpm.core.bin mkdir rpm.core.doc do_build %{SOURCE15} out/bios.bin.elf cp out/bios.bin.elf rpm.core.bin/bios-coreboot.elf +cp out/vgabios.bin rpm.core.bin/vgabios-coreboot.bin cp .config rpm.core.doc/bios-coreboot.config mkdir rpm.csm.bin |