summaryrefslogtreecommitdiff
path: root/src/config.h
Commit message (Expand)AuthorAgeFilesLines
* add serial console supportGerd Hoffmann2017-09-221-1/+0
* optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYEDKevin O'Connor2016-04-061-2/+0
* mptable: Don't create mptable if it is very largeKevin O'Connor2015-08-041-0/+2
* Implementation of the TCG BIOS extensionsStefan Berger2015-05-211-0/+1
* smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.Kevin O'Connor2014-06-041-0/+1
* smm: Use a C struct to define the layout of the SMM area.Kevin O'Connor2014-06-041-3/+2
* smm: Replace SMI assembler code with C code.Kevin O'Connor2014-06-041-0/+1
* Minor - replace some tab characters that slipped into the code.Kevin O'Connor2014-04-111-1/+1
* Increase maximum size of permanent high memory area.Kevin O'Connor2014-01-291-1/+1
* mptable: Use same PCI irqs as ACPI code.Kevin O'Connor2013-03-181-0/+3
* Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.Kevin O'Connor2013-03-031-1/+1
* Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.Kevin O'Connor2013-02-201-14/+14
* Eliminate separate BiosTableSpace[] space for f-segment allocations.Kevin O'Connor2013-02-191-2/+0
* seabios: make mttr UC area setup dynamicJason Baron2012-12-011-1/+0
* report real I/O APIC ID (0) on MADT and MP-table (v3)Eduardo Habkost2012-08-011-0/+1
* Allow optionroms and "low mem" to share space.Kevin O'Connor2012-05-211-1/+0
* Add mechanism to declare variables as "low mem" and use for extra stack.Kevin O'Connor2012-05-201-0/+1
* Use the e-segment instead of the 9-segment for bios "low mem".Kevin O'Connor2012-05-131-0/+1
* pciinit: Migrate 64bit entries to 64bit pci regionsAlexey Korolev2012-04-261-0/+2
* Minor - move ACPI_HPET_ADDRESS definition to config.h.Kevin O'Connor2011-09-201-8/+7
* Allow allocation of SMBIOS table in f-segment if it is small.Kevin O'Connor2011-08-031-0/+2
* pci: set BUILD_PCIMEM_START to 0xe0000000Gerd Hoffmann2011-07-121-1/+1
* pci: cleanup config.hGerd Hoffmann2011-07-121-14/+0
* Remove support for compiling in OPTIONROM_VENDEV_1/2.Kevin O'Connor2011-06-201-7/+0
* Expand user configurable parameters in Kconfig.Kevin O'Connor2011-01-301-104/+0
* Support non-local build directory - allow "make OUT=abc/" to work.Kevin O'Connor2011-01-291-1/+1
* Start using Kconfig to configure SeaBIOS settings.Kevin O'Connor2011-01-291-9/+2
* add ahci supportGerd Hoffmann2010-12-051-0/+2
* Move the 32bit init code to high memory at runtime.Kevin O'Connor2010-09-251-0/+2
* Default bootsplash on (for coreboot users).Kevin O'Connor2010-07-301-1/+1
* Autodetect video mode based on bootsplash jpeg dimensions.Kevin O'Connor2010-07-301-8/+0
* seabios: pciinit: make pci bar assigner preferchable memory aware.Isaku Yamahata2010-07-041-0/+17
* Initial bootsplash support.Kevin O'Connor2010-06-281-0/+10
* Support for booting from virtio disksGleb Natapov2010-05-101-0/+3
* Add support for USB mice.Kevin O'Connor2010-05-011-0/+2
* Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT.Kevin O'Connor2010-03-201-1/+1
* Add USB EHCI controller support.Kevin O'Connor2010-03-091-0/+2
* Dynamically allocate ata_channel info; introduce custom atadrive_s struct.Kevin O'Connor2010-02-281-3/+0
* Initial support for booting from USB drives.Kevin O'Connor2010-02-171-0/+2
* Dynamically allocate each drive_g with malloc_fseg().Kevin O'Connor2010-02-151-3/+1
* Initial support for USB hubs.Kevin O'Connor2010-02-151-0/+2
* Go back to using 0xf0000000 for PCI memory start.Kevin O'Connor2010-01-281-0/+1
* Add CONFIG_ATA_DMA option; default to off for now.Kevin O'Connor2010-01-171-0/+2
* Implement native 32bit APM support.Kevin O'Connor2010-01-011-0/+1
* Add support for 32bit PCI BIOS entry.Kevin O'Connor2009-12-301-0/+1
* Add symbolic definitions for MTRR code.Kevin O'Connor2009-12-231-0/+1
* Disable CONFIG_OPTIONROMS_DEPLOYED by defaultAnthony Liguori2009-12-181-1/+1
* Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor2009-12-131-4/+7
* 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