summaryrefslogtreecommitdiff
path: root/src/southbridge
AgeCommit message (Expand)Author
2009-05-02Run dos2unix on all files:Stefan Reinauer
2009-05-02Trivial, update email address. Joseph Smith
2009-05-01This is a patch to use another IRQ besides IRQ12 to fix conflicts with i8042 ...Joseph Smith
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-28fix warning: no return statement in function returning non-voidStefan Reinauer
2009-04-22This patch adds support for the BCM21000 (aka HT-2100)Mondrian nuessle
2009-04-13Fix the build. This error was introduced by change in acpi.c, the acpi_slp_ty...Rudolf Marek
2009-04-13Following patch adds support for resume on VT8237 based motherboards. The NBRudolf Marek
2009-04-06(trivial) fix some warningsStefan Reinauer
2009-04-05two more totalimpact briq fixes. Gets us back to the romfs breakage on PPCStefan Reinauer
2009-04-04fix this warning for the embedded planet ep405pcStefan Reinauer
2009-03-21To make use of HAVE_HIGH_TABLES following patch is needed. Also, it movesRudolf Marek
2009-03-13This, ladies and gentlement, is commit #4000.Stefan Reinauer
2009-03-13ACPI implementation for i945, ICH7, Kontron 986LCD-MStefan Reinauer
2009-03-11This patch contains some significant updates to the i82801gx component and willStefan Reinauer
2009-03-10This patch adds common elements for ck804-based boards.Myles Watson
2009-03-06* fix a minor power state issue in the ich7 smm handlerStefan Reinauer
2009-03-06use include file for i8259 where appropriate (trivial)Stefan Reinauer
2009-03-04I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-15- Fix up amd pistachio and dbm690t.Stefan Reinauer
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson
2009-02-05Use the correct device for switching on HDA.Dan Lykowski
2009-01-23Fix rs690 bug about GPPSB configuration.Maggie Li
2009-01-20forgot to svn addStefan Reinauer
2009-01-20Update Kontron boardStefan Reinauer
2009-01-19First shot at factoring SMM code into generic parts and southbridge specificStefan Reinauer
2009-01-15Adds a retry/faildown to SB600 SATA detection logic.Dan Lykowski
2008-12-29The SB600 RPR documentation does not mention what to do if SATA_BAR0+6Carl-Daniel Hailfinger
2008-12-23Handle RS690 quirks for 1 GHz noncoherent HyperTransport.Carl-Daniel Hailfinger
2008-12-23Fix implicit declarations of pci_read_config32 and pci_write_config32 inMaggie Li
2008-12-22Fix implicit udelay src/southbridge/nvidia/mcp55/mcp55_aza.cCarl-Daniel Hailfinger
2008-12-19Fix a LOT of implicit function declarations before they become errors.Corey Osgood
2008-12-18Fix implicit declaration in cn700/vt8237 codeCorey Osgood
2008-12-18This patch gets rid of all the implicit definition warnings for serengeti exc...Myles Watson
2008-12-17Add 690G and 690(MT) internal graphics support.Zheng Bao
2008-12-13Move mainboard specific changes to the coreboot memory table into theStefan Reinauer
2008-12-12Improve comments in early SB600 setup, handle non-LPC strapping andCarl-Daniel Hailfinger
2008-12-04The patch changes the LDTSTOP length as well mostly default content of 0xec,Rudolf Marek
2008-12-01Add AMD rs690 VID DID reporting and some minor cleanups.Joe Bao
2008-12-01Add AMD sb600 HPET setup and some minor cleanups.Joe Bao
2008-11-14drop dead code in sb600 hdaStefan Reinauer
2008-11-06Drop #defines for registers that are not existant on the ICH7.Uwe Hermann
2008-11-06The enable_hpet() code in intel/i82801gx will not work with theUwe Hermann
2008-11-02Trim down the list of southbridges supported by the i82801xx driverUwe Hermann
2008-10-31Revert i945/ICH7 PCI IDs to be hard-coded numbers instead of #defines.Uwe Hermann
2008-10-29i945/ICH7: Use #defines from pci_ids.h (trivial).Uwe Hermann
2008-10-29Support for the Intel ICH7 southbridge.Stefan Reinauer
2008-10-21I/O ports are 16bit, so change 'unsigned long port_base' to 'u16 port_base'.Uwe Hermann