summaryrefslogtreecommitdiff
path: root/src/southbridge
AgeCommit message (Expand)Author
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2010-02-09Port of CS5536 early UART setup from v3.Edwin Beasant
2010-02-08janitor task: unify and cleanup naming.Stefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-02-03The UART2 on the AMD cs5536 is incorrectly configured in two places.Stefan Reinauer
2010-01-27reformat Kconfig file, too.Patrick Georgi
2010-01-27Add the MSR writes that are needed to provide VGA legacy routing for the Geod...Edwin Beasant
2010-01-18Move all IOAPIC selection to southbridges, and remove themPatrick Georgi
2010-01-17Add support for the Texas Instruments Cardbus+Firewire bridge TI PCI7420Stefan Reinauer
2010-01-17ICH7 updateStefan Reinauer
2010-01-16coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer
2010-01-16coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer
2010-01-16(trivial) cosmetics for i82801gx cmos failover.Stefan Reinauer
2010-01-16* drop reset files from 945 mainboards (and use southbridge specific reset)Stefan Reinauer
2010-01-06Kconfig builds all boards now.Patrick Georgi
2009-12-31romcc:Patrick Georgi
2009-11-27Eliminate special case id.inc/id.lds in favor of a configuration variable ID_...Patrick Georgi
2009-11-06Remove drivers/pci/onboard. The only purpose was for option ROMs, which areMyles Watson
2009-11-06Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb.Uwe Hermann
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-10-30Remove some warnings from the tyan s2895.Myles Watson
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-26Kontron 986LCD-M updateStefan Reinauer
2009-10-24s/object-y/obj-y/ in two southbridges, since otherwise kbuild will not pick u...Stefan Reinauer
2009-10-23Remove left-overs from Winbond southbridge removal (trivial).Uwe Hermann
2009-10-23drop a lot of dead code, including an old winbond southbridge from our removedStefan Reinauer
2009-10-22minimal whitespace fix (trivial)Stefan Reinauer
2009-10-20Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA.Myles Watson
2009-10-19Clean up some #ifdef CONFIG_*Myles Watson
2009-10-18Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann
2009-10-16Add CONFIG_VGA_ROM_RUN to dbm690t and pistachio, otherwise theZheng Bao
2009-10-15Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson
2009-10-14delete white trailing spaces. It is done by the perl command.Zheng Bao
2009-10-14Use CAR ck804 code with the s2892.Myles Watson
2009-10-13White space change in preparation for a patch to unify handling of ck804.Myles Watson
2009-10-13This patch support for the Technexion Tim-5690 mainboard.Libra Li
2009-10-09This change allows us to see the spd on the s850, finally. Ronald G. Minnich
2009-10-09Remove default n statements to simplify .config and ldoptions files.Myles Watson
2009-10-09More kconfig cleanups:Uwe Hermann
2009-10-08Fix CS5535 build for kconfig, more kconfig boards (lippert, artec)Patrick Georgi
2009-10-08Disable x86emu for via based boards which bringPatrick Georgi
2009-10-07Enable full ROM access on AMD CS5530(A) (needed for CBFS).Uwe Hermann
2009-10-04The new CBFS based build system requires the whole ROM to be accessibleUwe Hermann
2009-10-04This does away with CONFIG_ROM_PAYLOAD_START and CONFIG_PAYLOAD_SIZE.Patrick Georgi
2009-10-04Add initial kconfig support for all AMD GX1 boards.Uwe Hermann
2009-09-29Remove some warnings.Myles Watson
2009-09-25some progress on kconfig:Patrick Georgi
2009-09-22src/Kconfig: Remove HT-specific options.Myles Watson
2009-09-22failoverR.diff: Revert my failover change since Kconfig only supports fallback.Myles Watson