grml...
[seabios.git] / src / config.h
2011-09-20 Kevin O'ConnorMinor - move ACPI_HPET_ADDRESS definition to config.h.
2011-08-04 Kevin O'ConnorAllow allocation of SMBIOS table in f-segment if it...
2011-07-13 Gerd Hoffmannpci: set BUILD_PCIMEM_START to 0xe0000000
2011-07-13 Gerd Hoffmannpci: cleanup config.h
2011-06-21 Kevin O'ConnorRemove support for compiling in OPTIONROM_VENDEV_1/2.
2011-01-30 Kevin O'ConnorExpand user configurable parameters in Kconfig.
2011-01-29 Kevin O'ConnorSupport non-local build directory - allow "make OUT...
2011-01-29 Kevin O'ConnorStart using Kconfig to configure SeaBIOS settings.
2010-12-05 Gerd Hoffmannadd ahci support
2010-09-25 Kevin O'ConnorMove the 32bit init code to high memory at runtime.
2010-07-30 Kevin O'ConnorDefault bootsplash on (for coreboot users).
2010-07-30 Kevin O'ConnorAutodetect video mode based on bootsplash jpeg dimensions.
2010-07-04 Isaku Yamahataseabios: pciinit: make pci bar assigner preferchable...
2010-06-28 Kevin O'ConnorInitial bootsplash support.
2010-05-11 Gleb NatapovSupport for booting from virtio disks
2010-05-02 Kevin O'ConnorAdd support for USB mice.
2010-03-20 Kevin O'ConnorDefault CONFIG_COREBOOT_FLASH on; make depend on CONFIG...
2010-03-10 Kevin O'ConnorAdd USB EHCI controller support.
2010-02-28 Kevin O'ConnorDynamically allocate ata_channel info; introduce custom...
2010-02-18 Kevin O'ConnorInitial support for booting from USB drives.
2010-02-16 Kevin O'ConnorDynamically allocate each drive_g with malloc_fseg().
2010-02-15 Kevin O'ConnorInitial support for USB hubs.
2010-01-29 Kevin O'ConnorGo back to using 0xf0000000 for PCI memory start.
2010-01-17 Kevin O'ConnorAdd CONFIG_ATA_DMA option; default to off for now.
2010-01-01 Kevin O'ConnorImplement native 32bit APM support.
2009-12-30 Kevin O'ConnorAdd support for 32bit PCI BIOS entry.
2009-12-24 Kevin O'ConnorAdd symbolic definitions for MTRR code.
2009-12-18 Anthony LiguoriDisable CONFIG_OPTIONROMS_DEPLOYED by default
2009-12-13 Kevin O'ConnorDistinguish between debug reports for unimplemented...
2009-12-10 Kevin O'ConnorMove ps2 specific keyboard and mouse code to ps2port.c.
2009-12-10 Kevin O'ConnorAdd experimental feature to run vga optionrom in parall...
2009-11-20 Kevin O'ConnorMove SeaBIOS post/boot stack to avoid conflict with...
2009-10-24 Kevin O'ConnorImprove debugging output from threads.
2009-10-24 Kevin O'ConnorAdd simple cooperative threading scheme to allow parall...
2009-10-18 Kevin O'ConnorExpand USB OHCI support.
2009-10-12 Kevin O'ConnorAdd stubs for USB OHCI support.
2009-10-09 Kevin O'ConnorRemove CONFIG_KVM compile option.
2009-09-29 Kevin O'ConnorInitial support for USB, UHCI, and USB Keyboards.
2009-09-25 Kevin O'ConnorAdd support for permanent low memory allocations.
2009-08-17 Kevin O'ConnorAdd support for using floppy images in CBFS.
2009-08-16 Kevin O'ConnorAdd floppy controllers to "drives" list also.
2009-08-12 Kevin O'ConnorSeparate ATA code from generic disk code.
2009-08-02 Kevin O'ConnorAdd option CONFIG_SCREEN_AND_DEBUG to control printf...
2009-08-01 Kevin O'ConnorAdd Post Memory Manager (PMM) support.
2009-07-26 Kevin O'ConnorAdd PMM stubs.
2009-07-26 Kevin O'ConnorAdd support for enabling ram in 0xc0000-0xf0000 area.
2009-07-25 Kevin O'ConnorAdd malloc_high/fseg() and rework bios table creation...
2009-07-25 Kevin O'ConnorWhen enabling write access to 0xf0000, just copy from...
2009-07-04 Kevin O'ConnorAdd option for running vga rom during s3 resume.
2009-04-30 Kevin O'ConnorAdd config option to set boot menu delay time.
2009-04-27 Kevin O'ConnorAdd LZMA decompression support to CBFS.
2009-04-13 Kevin O'ConnorAdd option CONFIG_DISABLE_A20 to control disabling...
2009-04-12 Kevin O'ConnorInitial support for finding option roms in coreboot...
2009-03-07 Kevin O'ConnorRegister int02 handler (nmi); disable NMI by default.
2009-02-28 Kevin O'ConnorSupport multiple independent root buses (if known at...
2009-02-28 Kevin O'ConnorDon't 'autodetect' ATA PIO32 mode - use compile def...
2009-02-08 Kevin O'ConnorIncrease default CONFIG_MAX_BIOSTABLE setting.
2009-02-06 Kevin O'ConnorDon't mask irqs in default hardware irq handler.
2009-01-30 Kevin O'ConnorDon't declare a handler for int 0x1c - the default...
2009-01-18 Kevin O'ConnorAdd CONFIG_S3_RESUME to control support for S3 resume.
2009-01-18 Kevin O'ConnorReserve space for buffers in f-segment; don't allocate...
2009-01-17 Kevin O'ConnorMove variables from assembler to C code.
2009-01-17 Kevin O'ConnorLayout fixed area using linker instead of assembler.
2009-01-05 Kevin O'ConnorInitial KVM support.
2009-01-02 Kevin O'ConnorThe BDA is at segment 0x0040 not 0x0000.
2008-12-27 Kevin O'ConnorSupport a relocatable ebda segment.
2008-12-21 Kevin O'ConnorInitial PnP bios call support.
2008-12-20 Kevin O'ConnorRework default hwirq handler so there is no confusion...
2008-12-19 Kevin O'ConnorAdd initial S3 resume support.
2008-12-14 Kevin O'ConnorDefine and consistently use BUILD_APIC_ADDR and BUILD_I...
2008-12-07 Kevin O'ConnorDon't overwrite memory on smm init.
2008-12-07 Kevin O'ConnorExecute smp detect code in place instead of copying it.
2008-12-06 Kevin O'ConnorCall option roms in "big real mode".
2008-12-06 Kevin O'ConnorAdd additional PCI option rom checks.
2008-11-12 Kevin O'ConnorMove POST stack from 0xfffe to 0x7c00.
2008-11-09 Kevin O'ConnorOverhaul PCI config functions.
2008-11-09 Kevin O'ConnorOverhaul option rom processing.
2008-11-09 Kevin O'ConnorMove 32bit segment defines from romlayout.S to config.h.
2008-11-08 Kevin O'ConnorUpdate e820 map in place instead of copying it.
2008-11-08 Kevin O'ConnorPlace .bss section in 0xf0000 segment.
2008-08-17 Kevin O'ConnorReturn max bus number in int 1a/b101 call.
2008-08-17 Kevin O'ConnorRemove CONFIG_QEMU option - breakout into other options.
2008-07-22 Kevin O'ConnorAdd config option to disable scanning for option roms.
2008-07-22 Kevin O'ConnorAdd additional config options to remove parts of code.
2008-07-12 Kevin O'ConnorAdd option to disable mptable generation.
2008-07-04 Kevin O'ConnorDefine 16bit OFFSET_x to be 32bit addresses; introduce...
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-07-04 Kevin O'ConnorClean up #ifdefs.
2008-06-21 Kevin O'ConnorAdd code (currently disabled) to mask run away irqs.
2008-06-13 Kevin O'ConnorSupport config driven debugging of each irq handler.
2008-06-13 Kevin O'ConnorAdd config option CONFIG_ACPI for turning off ACPI...
2008-06-12 Kevin O'ConnorMove acpi code out of rombios32.c; clean up use of...
2008-06-07 Kevin O'ConnorMisc minor updates.
2008-05-26 Kevin O'ConnorSupport config option to disable APM BIOS calls.
2008-05-25 Kevin O'ConnorImprove control of debug messages.
2008-05-25 Kevin O'ConnorPCI enhancements.
2008-05-18 Kevin O'ConnorInitial support for coreboot.
2008-05-12 Kevin O'ConnorUse a linker script for 16bit code.
2008-05-08 Kevin O'ConnorAdd support for sending debug messages to a serial...
2008-05-07 Kevin O'ConnorThis patch does:
next