summaryrefslogtreecommitdiffstats
path: root/src/mainboard
Commit message (Expand)AuthorAgeFilesLines
* Align several kconfig options to match newconfig:Patrick Georgi2010-01-2587-220/+118
* Kontron 986LCD-M MP table:Stefan Reinauer2010-01-191-17/+40
* Add Yabel support (int 15 5fXX callbacks for vga bios) on the kontron 986lcd-mStefan Reinauer2010-01-191-0/+49
* Move all IOAPIC selection to southbridges, and remove themPatrick Georgi2010-01-1838-37/+1
* run preprocessor on DSDT of D945GCLF, otherwise Stefan Reinauer2010-01-181-1/+2
* get rid of Kconfig warning.Stefan Reinauer2010-01-181-2/+2
* Add support for the Roda RK886EX a.k.a Rocky III+ ruggedised notebookStefan Reinauer2010-01-1733-0/+4715
* coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer2010-01-166-5/+9
* coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer2010-01-169-19/+26
* Intel D945GCLF: Enable SMI and ACPI in Kconfig, too (it's enabled in newconfig)Stefan Reinauer2010-01-162-2/+6
* * drop reset files from 945 mainboards (and use southbridge specific reset)Stefan Reinauer2010-01-1613-431/+19
* Make qemu use the udelay function in src/pc80/udelay_io.cPatrick Georgi2010-01-112-10/+2
* - Makefile.romccboard.inc supports tinybootblock romcc boards, too.Patrick Georgi2010-01-084-145/+15
* Kconfig builds all boards now.Patrick Georgi2010-01-066-44/+79
* - Let AMD CAR code pick the right XIP areaRudolf Marek2010-01-052-9/+3
* * Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer2010-01-0573-5/+78
* - Fix UDELAY options and HAVE_INIT_TIMER [kconfig]Patrick Georgi2010-01-042-13/+2
* romcc:Patrick Georgi2009-12-312-6/+11
* Fix technexion tim5690 build failure - REALMODE option required for x86.c mai...Marc Jones2009-12-231-0/+2
* newconfig compilation failed withStefan Reinauer2009-12-231-0/+1
* Add mainboard x86emu interrupt function support. Add tim5690 VGA BIOS functio...Libra Li2009-12-235-15/+243
* Tiny Bootblock, step 1/n.Patrick Georgi2009-12-232-6/+1
* Clean up amd/dbm690t and kontron/986lcd-m some more (notPatrick Georgi2009-12-182-11/+32
* The drivers for the k8t890 weren't being built. Increased heapsize.Myles Watson2009-12-142-7/+15
* Trivial fixes for kconfig. They fix all non-fam10 build failures.Myles Watson2009-12-0212-22/+29
* Trivial fix for kconfig socket 441 (typo was 411) so that d945gclf builds.Myles Watson2009-12-021-1/+1
* Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...Patrick Georgi2009-11-2744-54/+115
* Really hook up s2850 and s2875. Trivial.Patrick Georgi2009-11-271-0/+2
* Make newconfig and kconfig agree on MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_IDPatrick Georgi2009-11-2734-7/+284
* Trivial style changes, replace a few C++ type comments, and some code reusePeter Stuge2009-11-252-25/+7
* This patch is buzzer of TechNexion TIM-5690.Libra Li2009-11-252-0/+127
* This patch is buzzer of TechNexion TIM-5690.Libra Li2009-11-256-6/+59
* This is a patch to control the DIP switch and digital I/O.Libra Li2009-11-181-0/+15
* Add CONFIG_WARNINGS_ARE_ERRORS and set it for qemu.Myles Watson2009-11-121-0/+1
* These are post codes for TIM-5690 LED debug message.Libra Li2009-11-096-1/+245
* Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson2009-11-0691-528/+138
* Remove some white space and comment differences from devicetree.cb and Config.lbMyles Watson2009-11-065-257/+234
* Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb.Uwe Hermann2009-11-0672-124/+0
* Split the two usages of __ROMCC__:Myles Watson2009-11-0669-74/+75
* Remove hard coded bus numbers from arima/hdama mptable code and fix warnings.Myles Watson2009-11-061-27/+36
* fix length field in dmi tables. Newer DMI versions through errorsStefan Reinauer2009-11-053-10/+12
* Set SB_HT_CHAIN_ON_BUS0 correctly for arima/hdama. Trivial. Myles Watson2009-10-311-1/+1
* Fix, um... a typo.Uwe Hermann2009-10-301-1/+1
* Allow per-northbridge and per-board VGA BIOS file name and PCI ID defaults.Uwe Hermann2009-10-303-0/+22
* Fix some builds with Kconfig.Myles Watson2009-10-2813-22/+28
* Make d945gclf build.Myles Watson2009-10-281-4/+9
* Add some missing license headers, consistency fixes for others (trivial).Uwe Hermann2009-10-2827-106/+71
* preliminary Intel D945GCLF Atom+i945 support.Stefan Reinauer2009-10-2829-0/+3023
* Update arima/hdama to detect how many nodes there are. Compare to tyan/s2892.Myles Watson2009-10-271-73/+71
* cp src/mainboard/tyan/Makefile.k8_CAR.inc to src/mainboard/Makefile.k8_ck804.incMyles Watson2009-10-2624-742/+95