aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move ps2 specific keyboard and mouse code to ps2port.c.Kevin O'Connor2009-12-091-1/+3
* Add experimental feature to run vga optionrom in parallel with init.Kevin O'Connor2009-12-091-1/+3
* Move SeaBIOS post/boot stack to avoid conflict with gPXE.Kevin O'Connor2009-11-201-1/+1
* Improve debugging output from threads.Kevin O'Connor2009-10-241-0/+1
* Add simple cooperative threading scheme to allow parallel hw init.Kevin O'Connor2009-10-241-0/+2
* Expand USB OHCI support.Kevin O'Connor2009-10-171-1/+1
* Add stubs for USB OHCI support.Kevin O'Connor2009-10-121-0/+2
* Remove CONFIG_KVM compile option.Kevin O'Connor2009-10-081-2/+0
* Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor2009-09-281-0/+6
* Add support for permanent low memory allocations.Kevin O'Connor2009-09-241-0/+2
* Add support for using floppy images in CBFS.Kevin O'Connor2009-08-161-0/+2
* Add floppy controllers to "drives" list also.Kevin O'Connor2009-08-161-1/+1
* Separate ATA code from generic disk code.Kevin O'Connor2009-08-111-2/+8
* Add option CONFIG_SCREEN_AND_DEBUG to control printf and debugging.Kevin O'Connor2009-08-021-1/+2
* Add Post Memory Manager (PMM) support.Kevin O'Connor2009-08-011-1/+1
* Add PMM stubs.Kevin O'Connor2009-07-261-0/+3
* Add support for enabling ram in 0xc0000-0xf0000 area.Kevin O'Connor2009-07-261-0/+3
* Add malloc_high/fseg() and rework bios table creation to use them.Kevin O'Connor2009-07-251-2/+2
* When enabling write access to 0xf0000, just copy from 0xffff0000.Kevin O'Connor2009-07-241-2/+0
* Add option for running vga rom during s3 resume.Kevin O'Connor2009-07-041-0/+2
* Add config option to set boot menu delay time.Kevin O'Connor2009-04-291-2/+4
* Add LZMA decompression support to CBFS.Kevin O'Connor2009-04-261-2/+4
* Add option CONFIG_DISABLE_A20 to control disabling A20 on boot.Kevin O'Connor2009-04-131-0/+2
* Initial support for finding option roms in coreboot flash layout.Kevin O'Connor2009-04-111-2/+4
* Register int02 handler (nmi); disable NMI by default.Kevin O'Connor2009-03-071-1/+1
* Support multiple independent root buses (if known at compile time).Kevin O'Connor2009-02-281-0/+4
* Don't 'autodetect' ATA PIO32 mode - use compile def instead.Kevin O'Connor2009-02-271-4/+6
* Increase default CONFIG_MAX_BIOSTABLE setting.Kevin O'Connor2009-02-081-1/+1
* Don't mask irqs in default hardware irq handler.Kevin O'Connor2009-02-051-2/+2
* Don't declare a handler for int 0x1c - the default handler is sufficient.Kevin O'Connor2009-01-291-1/+0
* Add CONFIG_S3_RESUME to control support for S3 resume.Kevin O'Connor2009-01-171-4/+5
* Reserve space for buffers in f-segment; don't allocate from freespace.Kevin O'Connor2009-01-171-0/+2
* Move variables from assembler to C code.Kevin O'Connor2009-01-171-6/+6
* Layout fixed area using linker instead of assembler.Kevin O'Connor2009-01-171-3/+0
* Initial KVM support.Kevin O'Connor2009-01-041-0/+2
* The BDA is at segment 0x0040 not 0x0000.Kevin O'Connor2009-01-021-1/+2
* Support a relocatable ebda segment.Kevin O'Connor2008-12-261-1/+0
* Initial PnP bios call support.Kevin O'Connor2008-12-211-0/+3
* Rework default hwirq handler so there is no confusion on which pic to eoi.Kevin O'Connor2008-12-201-1/+2
* Add initial S3 resume support.Kevin O'Connor2008-12-181-10/+11
* Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.Kevin O'Connor2008-12-141-0/+3
* Don't overwrite memory on smm init.Kevin O'Connor2008-12-061-3/+3
* Execute smp detect code in place instead of copying it.Kevin O'Connor2008-12-061-2/+1
* Call option roms in "big real mode".Kevin O'Connor2008-12-061-5/+7
* Add additional PCI option rom checks.Kevin O'Connor2008-12-061-2/+8
* Move POST stack from 0xfffe to 0x7c00.Kevin O'Connor2008-11-111-2/+2
* Overhaul PCI config functions.Kevin O'Connor2008-11-091-2/+0
* Overhaul option rom processing.Kevin O'Connor2008-11-081-0/+2
* Move 32bit segment defines from romlayout.S to config.h.Kevin O'Connor2008-11-081-1/+7
* Update e820 map in place instead of copying it.Kevin O'Connor2008-11-081-0/+2