summaryrefslogtreecommitdiffstats
path: root/src/southbridge
Commit message (Expand)AuthorAgeFilesLines
...
* Run dos2unix on all files:Stefan Reinauer2009-05-021-30/+30
* Trivial, update email address. Joseph Smith2009-05-021-1/+1
* This is a patch to use another IRQ besides IRQ12 to fix conflicts with i8042 ...Joseph Smith2009-05-011-7/+9
* Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson2009-04-303-5/+9
* fix warning: no return statement in function returning non-voidStefan Reinauer2009-04-281-2/+2
* This patch adds support for the BCM21000 (aka HT-2100)Mondrian nuessle2009-04-222-0/+83
* Fix the build. This error was introduced by change in acpi.c, the acpi_slp_ty...Rudolf Marek2009-04-131-0/+2
* Following patch adds support for resume on VT8237 based motherboards. The NBRudolf Marek2009-04-135-15/+128
* (trivial) fix some warningsStefan Reinauer2009-04-061-2/+2
* two more totalimpact briq fixes. Gets us back to the romfs breakage on PPCStefan Reinauer2009-04-051-2/+0
* fix this warning for the embedded planet ep405pcStefan Reinauer2009-04-042-4/+4
* To make use of HAVE_HIGH_TABLES following patch is needed. Also, it movesRudolf Marek2009-03-211-0/+11
* This, ladies and gentlement, is commit #4000.Stefan Reinauer2009-03-132-1/+4
* ACPI implementation for i945, ICH7, Kontron 986LCD-MStefan Reinauer2009-03-1310-0/+1801
* This patch contains some significant updates to the i82801gx component and willStefan Reinauer2009-03-1122-388/+733
* This patch adds common elements for ck804-based boards.Myles Watson2009-03-103-3/+158
* * fix a minor power state issue in the ich7 smm handlerStefan Reinauer2009-03-062-29/+13
* use include file for i8259 where appropriate (trivial)Stefan Reinauer2009-03-063-3/+3
* I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger2009-03-046-7/+7
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-2831-90/+90
* - Fix up amd pistachio and dbm690t.Stefan Reinauer2009-02-151-3/+3
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-128-17/+17
* Remove some warnings, mainly from format strings which didn't match theMyles Watson2009-02-092-3/+5
* Use the correct device for switching on HDA.Dan Lykowski2009-02-051-33/+54
* Fix rs690 bug about GPPSB configuration.Maggie Li2009-01-231-2/+2
* forgot to svn addStefan Reinauer2009-01-201-0/+316
* Update Kontron boardStefan Reinauer2009-01-208-29/+321
* First shot at factoring SMM code into generic parts and southbridge specificStefan Reinauer2009-01-196-598/+17
* Adds a retry/faildown to SB600 SATA detection logic.Dan Lykowski2009-01-151-0/+29
* The SB600 RPR documentation does not mention what to do if SATA_BAR0+6Carl-Daniel Hailfinger2008-12-291-26/+60
* Handle RS690 quirks for 1 GHz noncoherent HyperTransport.Carl-Daniel Hailfinger2008-12-231-3/+19
* Fix implicit declarations of pci_read_config32 and pci_write_config32 inMaggie Li2008-12-231-0/+24
* Fix implicit udelay src/southbridge/nvidia/mcp55/mcp55_aza.cCarl-Daniel Hailfinger2008-12-222-0/+2
* Fix a LOT of implicit function declarations before they become errors.Corey Osgood2008-12-195-0/+9
* Fix implicit declaration in cn700/vt8237 codeCorey Osgood2008-12-182-1/+2
* This patch gets rid of all the implicit definition warnings for serengeti exc...Myles Watson2008-12-182-1/+2
* Add 690G and 690(MT) internal graphics support.Zheng Bao2008-12-171-1/+11
* Move mainboard specific changes to the coreboot memory table into theStefan Reinauer2008-12-131-0/+2
* Improve comments in early SB600 setup, handle non-LPC strapping andCarl-Daniel Hailfinger2008-12-121-15/+41
* The patch changes the LDTSTOP length as well mostly default content of 0xec,Rudolf Marek2008-12-042-51/+5
* Add AMD rs690 VID DID reporting and some minor cleanups.Joe Bao2008-12-017-116/+50
* Add AMD sb600 HPET setup and some minor cleanups.Joe Bao2008-12-0110-60/+111
* drop dead code in sb600 hdaStefan Reinauer2008-11-141-2/+1
* Drop #defines for registers that are not existant on the ICH7.Uwe Hermann2008-11-061-25/+9
* The enable_hpet() code in intel/i82801gx will not work with theUwe Hermann2008-11-061-16/+1
* Trim down the list of southbridges supported by the i82801xx driverUwe Hermann2008-11-024-152/+0
* Revert i945/ICH7 PCI IDs to be hard-coded numbers instead of #defines.Uwe Hermann2008-10-3110-27/+27
* i945/ICH7: Use #defines from pci_ids.h (trivial).Uwe Hermann2008-10-2911-59/+60
* Support for the Intel ICH7 southbridge.Stefan Reinauer2008-10-2926-0/+3327
* I/O ports are 16bit, so change 'unsigned long port_base' to 'u16 port_base'.Uwe Hermann2008-10-213-17/+17
OpenPOWER on IntegriCloud