diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-09-13 11:45:13 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-09-13 11:45:13 +0200 |
commit | 2c95ceae266a52e2e6c6b4e9d79460756019521f (patch) | |
tree | ea2630f753bde04d442a96049997cfe8550794da /config.i440fx.seabios | |
download | coreboot-2c95ceae266a52e2e6c6b4e9d79460756019521f.tar.gz |
initial revision
Diffstat (limited to 'config.i440fx.seabios')
-rw-r--r-- | config.i440fx.seabios | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.i440fx.seabios b/config.i440fx.seabios new file mode 100644 index 0000000..46706d3 --- /dev/null +++ b/config.i440fx.seabios @@ -0,0 +1,11 @@ +CONFIG_EXPERT=y +CONFIG_VENDOR_EMULATION=y +CONFIG_BOARD_EMULATION_QEMU_X86_I440FX=y +CONFIG_PAYLOAD_ELF=y +CONFIG_PAYLOAD_FILE="/usr/share/seabios.git-coreboot/bios-coreboot.elf" +CONFIG_PCI_ROM_RUN=n +CONFIG_VGA_ROM_RUN=n +CONFIG_ON_DEVICE_ROM_RUN=n +CONFIG_CONSOLE_QEMU_DEBUGCON=y +CONFIG_CONSOLE_CBMEM=y +# CONFIG_CONSOLE_SERIAL is not set |