aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-08-16 21:59:40 -0400
committerKevin O'Connor <kevin@koconnor.net>2009-08-16 21:59:40 -0400
commita3855adbde97f3bb71e2d5f153be7304ac700a89 (patch)
treee13407187d715c8dc546affcf8bf5bdef9d3bf29 /src/config.h
parent1f83625f4861b1118e3392adb1da96a0d24a94cb (diff)
downloadseabios-hppa-a3855adbde97f3bb71e2d5f153be7304ac700a89.zip
seabios-hppa-a3855adbde97f3bb71e2d5f153be7304ac700a89.tar.gz
seabios-hppa-a3855adbde97f3bb71e2d5f153be7304ac700a89.tar.bz2
Add support for using floppy images in CBFS.
Add new "ramdisk" type for disk accesses. Extract out high-mem finding code from pmm into find_high_area(). Fix bug in GDB_BASE and GDT_LIMIT macros (wrong bit shifts).
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 72c7d71..494fe8d 100644
--- a/src/config.h
+++ b/src/config.h
@@ -68,6 +68,8 @@
#define CONFIG_PCI_ROOT2 0x00
// Support searching coreboot flash format.
#define CONFIG_COREBOOT_FLASH 0
+// Support floppy images in the coreboot flash.
+#define CONFIG_FLASH_FLOPPY 1
// Support the lzma decompression algorighm.
#define CONFIG_LZMA 1
// Support finding and running option roms during post.