aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-12Add stubs for USB OHCI support.Kevin O'Connor1-0/+2
2009-10-08Remove CONFIG_KVM compile option.Kevin O'Connor1-2/+0
2009-09-28Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor1-0/+6
2009-09-24Add support for permanent low memory allocations.Kevin O'Connor1-0/+2
2009-08-16Add support for using floppy images in CBFS.Kevin O'Connor1-0/+2
2009-08-16Add floppy controllers to "drives" list also.Kevin O'Connor1-1/+1
2009-08-11Separate ATA code from generic disk code.Kevin O'Connor1-2/+8
2009-08-02Add option CONFIG_SCREEN_AND_DEBUG to control printf and debugging.Kevin O'Connor1-1/+2
2009-08-01Add Post Memory Manager (PMM) support.Kevin O'Connor1-1/+1
2009-07-26Add PMM stubs.Kevin O'Connor1-0/+3
2009-07-26Add support for enabling ram in 0xc0000-0xf0000 area.Kevin O'Connor1-0/+3
2009-07-25Add malloc_high/fseg() and rework bios table creation to use them.Kevin O'Connor1-2/+2
2009-07-24When enabling write access to 0xf0000, just copy from 0xffff0000.Kevin O'Connor1-2/+0
2009-07-04Add option for running vga rom during s3 resume.Kevin O'Connor1-0/+2
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