aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-04smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.Kevin O'Connor1-0/+1
2014-06-04smm: Use a C struct to define the layout of the SMM area.Kevin O'Connor1-3/+2
2014-06-04smm: Replace SMI assembler code with C code.Kevin O'Connor1-0/+1
2014-04-11Minor - replace some tab characters that slipped into the code.Kevin O'Connor1-1/+1
2014-01-29Increase maximum size of permanent high memory area.Kevin O'Connor1-1/+1
2013-03-18mptable: Use same PCI irqs as ACPI code.Kevin O'Connor1-0/+3
2013-03-03Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.Kevin O'Connor1-1/+1
2013-02-20Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.Kevin O'Connor1-14/+14
2013-02-19Eliminate separate BiosTableSpace[] space for f-segment allocations.Kevin O'Connor1-2/+0
2012-12-01seabios: make mttr UC area setup dynamicJason Baron1-1/+0
2012-08-01report real I/O APIC ID (0) on MADT and MP-table (v3)Eduardo Habkost1-0/+1
2012-05-21Allow optionroms and "low mem" to share space.Kevin O'Connor1-1/+0
2012-05-20Add mechanism to declare variables as "low mem" and use for extra stack.Kevin O'Connor1-0/+1
2012-05-13Use the e-segment instead of the 9-segment for bios "low mem".Kevin O'Connor1-0/+1
2012-04-26pciinit: Migrate 64bit entries to 64bit pci regionsAlexey Korolev1-0/+2
2011-09-20Minor - move ACPI_HPET_ADDRESS definition to config.h.Kevin O'Connor1-8/+7
2011-08-03Allow allocation of SMBIOS table in f-segment if it is small.Kevin O'Connor1-0/+2
2011-07-12pci: set BUILD_PCIMEM_START to 0xe0000000Gerd Hoffmann1-1/+1
2011-07-12pci: cleanup config.hGerd Hoffmann1-14/+0
2011-06-20Remove support for compiling in OPTIONROM_VENDEV_1/2.Kevin O'Connor1-7/+0
2011-01-30Expand user configurable parameters in Kconfig.Kevin O'Connor1-104/+0
2011-01-29Support non-local build directory - allow "make OUT=abc/" to work.Kevin O'Connor1-1/+1
2011-01-29Start using Kconfig to configure SeaBIOS settings.Kevin O'Connor1-9/+2
2010-12-05add ahci supportGerd Hoffmann1-0/+2
2010-09-25Move the 32bit init code to high memory at runtime.Kevin O'Connor1-0/+2
2010-07-30Default bootsplash on (for coreboot users).Kevin O'Connor1-1/+1
2010-07-30Autodetect video mode based on bootsplash jpeg dimensions.Kevin O'Connor1-8/+0
2010-07-04seabios: pciinit: make pci bar assigner preferchable memory aware.Isaku Yamahata1-0/+17
2010-06-28Initial bootsplash support.Kevin O'Connor1-0/+10
2010-05-10Support for booting from virtio disksGleb Natapov1-0/+3
2010-05-01Add support for USB mice.Kevin O'Connor1-0/+2
2010-03-20Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT.Kevin O'Connor1-1/+1
2010-03-09Add USB EHCI controller support.Kevin O'Connor1-0/+2
2010-02-28Dynamically allocate ata_channel info; introduce custom atadrive_s struct.Kevin O'Connor1-3/+0
2010-02-17Initial support for booting from USB drives.Kevin O'Connor1-0/+2
2010-02-15Dynamically allocate each drive_g with malloc_fseg().Kevin O'Connor1-3/+1
2010-02-15Initial support for USB hubs.Kevin O'Connor1-0/+2
2010-01-28Go back to using 0xf0000000 for PCI memory start.Kevin O'Connor1-0/+1
2010-01-17Add CONFIG_ATA_DMA option; default to off for now.Kevin O'Connor1-0/+2
2010-01-01Implement native 32bit APM support.Kevin O'Connor1-0/+1
2009-12-30Add support for 32bit PCI BIOS entry.Kevin O'Connor1-0/+1
2009-12-23Add symbolic definitions for MTRR code.Kevin O'Connor1-0/+1
2009-12-18Disable CONFIG_OPTIONROMS_DEPLOYED by defaultAnthony Liguori1-1/+1
2009-12-13Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor1-4/+7
2009-12-09Move ps2 specific keyboard and mouse code to ps2port.c.Kevin O'Connor1-1/+3
2009-12-09Add experimental feature to run vga optionrom in parallel with init.Kevin O'Connor1-1/+3
2009-11-20Move SeaBIOS post/boot stack to avoid conflict with gPXE.Kevin O'Connor1-1/+1
2009-10-24Improve debugging output from threads.Kevin O'Connor1-0/+1
2009-10-24Add simple cooperative threading scheme to allow parallel hw init.Kevin O'Connor1-0/+2
2009-10-17Expand USB OHCI support.Kevin O'Connor1-1/+1