coreboot/src/rom/Config
Eric W. Biederman 031d2a1ffd - Support for CMOS options
- Workaround cmos tables overlapping the traditional bios data segment
- Fixes to the p4dc6 examples to be syntactically correct
- Fixes to NLBConfig to fix the previos syntax error ``option foo bar'' is invalid
- Update docmil_fil_inbuf to only be compiled when the appropriate options are set
- Updates NLBConfig.py to export the variables MAINBOARD && TARGET_DIR
  as well as correct specify the generated files
2002-01-29 20:28:24 +00:00

13 lines
438 B
Text

option USE_DOC_MIL=0
option USE_DOC_2000_TSOP=0
expr USE_DOC = USE_DOC_MIL | USE_DOC_2000_TSOP
driver rom_fill_inbuf.o USE_GENERIC_ROM
driver docmil_fill_inbuf.o USE_DOC
#driver docplus_fill_inbuf.o
driver tsunami_tigbus_rom_fill_inbuf.o USE_TSUNAMI_TIGBUS_ROM
driver serial_fill_inbuf.o USE_SERIAL_FILL_INBUF
driver tftp_fill_inbuf.o USE_TFTP
driver floppy_fill_inbuf.o BOOT_FLOPPY
driver ide_fill_inbuf.o BOOT_IDE
#object read_bytes.o