aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
AgeCommit message (Expand)AuthorFilesLines
2009-04-29Add config option to set boot menu delay time.Kevin O'Connor1-2/+4
2009-04-26Add LZMA decompression support to CBFS.Kevin O'Connor1-2/+4
2009-04-13Add option CONFIG_DISABLE_A20 to control disabling A20 on boot.Kevin O'Connor1-0/+2
2009-04-11Initial support for finding option roms in coreboot flash layout.Kevin O'Connor1-2/+4
2009-03-07Register int02 handler (nmi); disable NMI by default.Kevin O'Connor1-1/+1
2009-02-28Support multiple independent root buses (if known at compile time).Kevin O'Connor1-0/+4
2009-02-27Don't 'autodetect' ATA PIO32 mode - use compile def instead.Kevin O'Connor1-4/+6
2009-02-08Increase default CONFIG_MAX_BIOSTABLE setting.Kevin O'Connor1-1/+1
2009-02-05Don't mask irqs in default hardware irq handler.Kevin O'Connor1-2/+2
2009-01-29Don't declare a handler for int 0x1c - the default handler is sufficient.Kevin O'Connor1-1/+0
2009-01-17Add CONFIG_S3_RESUME to control support for S3 resume.Kevin O'Connor1-4/+5
2009-01-17Reserve space for buffers in f-segment; don't allocate from freespace.Kevin O'Connor1-0/+2
2009-01-17Move variables from assembler to C code.Kevin O'Connor1-6/+6
2009-01-17Layout fixed area using linker instead of assembler.Kevin O'Connor1-3/+0
2009-01-04Initial KVM support.Kevin O'Connor1-0/+2
2009-01-02The BDA is at segment 0x0040 not 0x0000.Kevin O'Connor1-1/+2
2008-12-26Support a relocatable ebda segment.Kevin O'Connor1-1/+0
2008-12-21Initial PnP bios call support.Kevin O'Connor1-0/+3
2008-12-20Rework default hwirq handler so there is no confusion on which pic to eoi.Kevin O'Connor1-1/+2
2008-12-18Add initial S3 resume support.Kevin O'Connor1-10/+11
2008-12-14Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.Kevin O'Connor1-0/+3
2008-12-06Don't overwrite memory on smm init.Kevin O'Connor1-3/+3
2008-12-06Execute smp detect code in place instead of copying it.Kevin O'Connor1-2/+1
2008-12-06Call option roms in "big real mode".Kevin O'Connor1-5/+7
2008-12-06Add additional PCI option rom checks.Kevin O'Connor1-2/+8
2008-11-11Move POST stack from 0xfffe to 0x7c00.Kevin O'Connor1-2/+2
2008-11-09Overhaul PCI config functions.Kevin O'Connor1-2/+0
2008-11-08Overhaul option rom processing.Kevin O'Connor1-0/+2
2008-11-08Move 32bit segment defines from romlayout.S to config.h.Kevin O'Connor1-1/+7
2008-11-08Update e820 map in place instead of copying it.Kevin O'Connor1-0/+2
2008-11-07Place .bss section in 0xf0000 segment.Kevin O'Connor1-1/+0
2008-08-17Return max bus number in int 1a/b101 call.Kevin O'Connor1-0/+2
2008-08-17Remove CONFIG_QEMU option - breakout into other options.Kevin O'Connor1-9/+12
2008-07-21Add config option to disable scanning for option roms.Kevin O'Connor1-0/+2
2008-07-21Add additional config options to remove parts of code.Kevin O'Connor1-0/+16
2008-07-12Add option to disable mptable generation.Kevin O'Connor1-4/+9
2008-07-04Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.Kevin O'Connor1-0/+2
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-0/+5
2008-07-04Clean up #ifdefs.Kevin O'Connor1-5/+0
2008-06-21Add code (currently disabled) to mask run away irqs.Kevin O'Connor1-12/+13
2008-06-12Support config driven debugging of each irq handler.Kevin O'Connor1-0/+26
2008-06-12Add config option CONFIG_ACPI for turning off ACPI table generation.Kevin O'Connor1-1/+3
2008-06-11Move acpi code out of rombios32.c; clean up use of fixed memory addresses.Kevin O'Connor1-4/+13
2008-06-07Misc minor updates.Kevin O'Connor1-1/+1
2008-05-26Support config option to disable APM BIOS calls.Kevin O'Connor1-0/+2
2008-05-24Improve control of debug messages.Kevin O'Connor1-0/+3
2008-05-24PCI enhancements.Kevin O'Connor1-0/+4
2008-05-18Initial support for coreboot.Kevin O'Connor1-0/+3
2008-05-12Use a linker script for 16bit code.Kevin O'Connor1-0/+3
2008-05-07Add support for sending debug messages to a serial port.Kevin O'Connor1-0/+2