summaryrefslogtreecommitdiffstats
path: root/src/southbridge
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing license header.Uwe Hermann2008-10-211-0/+19
* Final fix for C7 boards, which are still using ROMCC, to be able toCorey Osgood2008-10-171-0/+2
* ROMCC chokes on vt8237_early_network_init(). Since that function is onlyCarl-Daniel Hailfinger2008-10-172-0/+10
* Revision 3567 introduced __attribute__((packed)) for a structured whichCarl-Daniel Hailfinger2008-10-161-1/+5
* Move AMD RS690 and SB600 PCI IDs to pci_ids.h where they should be.Uwe Hermann2008-10-132-26/+2
* Remove an extra bracket left by the vt8237r cleanup patch (trivial)Corey Osgood2008-10-121-1/+1
* VIA VT8237R cleanups (trivial).Uwe Hermann2008-10-126-180/+205
* Added comment about sb600 wideio setting for clarity and a minor witespace c...Marc Jones2008-10-091-1/+2
* [PATCH] coreboot: Don't loop forever waiting for HDA codecsJordan Crouse2008-10-071-12/+57
* Ron has been doing really good work over in v3. The problem is that the work ...Marc Jones2008-10-0325-2798/+26
* CK804 coding-style fixed based on an 'indent' run (trivial).Uwe Hermann2008-10-0223-922/+861
* This is so that people can see it. This is the sb600 for v3. It almost Ronald G. Minnich2008-10-0225-26/+2798
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-019-22/+28
* Patch for AMD SB600 chipset.Michael Xie2008-09-2217-0/+2914
* Patch for AMD RS690 chipset.Michael Xie2008-09-229-0/+2324
* Attached patch fixes at least one issue ;) During the PCI BAR sizing must b...Rudolf Marek2008-09-193-13/+22
* ck804 whitespace fixesMyles Watson2008-09-1820-778/+770
* This patch adds support for the VIA VT8237S south bridge. The VT8237R program...Rudolf Marek2008-09-056-41/+619
* Tidy up identifiers, per Uwe's suggestion. Trivial.Ed Swierk2008-09-031-4/+4
* This patch gets the Epia-CN working without ACPI or APIC.Bari Ari2008-09-012-7/+21
* This patch adds PCI device IDs for the Intel EP80579 Integrated Processor,Ed Swierk2008-08-252-7/+7
OpenPOWER on IntegriCloud