diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-04-14 11:54:17 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-04-14 11:54:17 +0200 |
commit | c8f1da8a20b42b2c7b3ad46fd2f778f4874c468b (patch) | |
tree | 8d96ffd6f4fc82b5a7a9b10f1190260a0e5a62b3 | |
parent | 9d0b173756b469f82c33c5949e00d6cc32bf01ee (diff) | |
download | seabios-c8f1da8a20b42b2c7b3ad46fd2f778f4874c468b.tar.gz |
CONFIG_VGA_COREBOOT=y
-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 |