aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge
AgeCommit message (Expand)Author
2011-02-28add functions to set Subsystem Vendor/Device to rl5c746Sven Schnelle
2011-02-26It adds support for automatic PSS object generation for AMD pre fam Fh CPU. T...Rudolf Marek
2011-02-24Add new option 'sata_mode' to CMOS and 'SATA_MODE' to Kconfig for AMD SB600Josef Kellermann
2011-02-16Fix build errors introduced in r6367Alexandru Gagniuc
2011-02-16Extended K8T890 driver to include the K8T800 and K8M800 northbridgesAlexandru Gagniuc
2011-02-15SERIAL_POST was renamed to CONSOLE_POST a while agoStefan Reinauer
2011-02-14Removed LPC DMA Deadlock workaround...Josef Kellermann
2011-02-14 This code provides southbridge initialization for SB800 south bridges. It is...Frank Vibrans
2011-02-12Attached patch fixes the LPC decode ranges of SB600/SB800. We enable early on...Rudolf Marek
2011-02-10RS690: Provide support for MMCONF.Josef Kellermannseppk
2011-02-03Fix subvendor/subdevice programming on RS690Josef Kellermann
2011-02-03Wrap CONFIG_MAINBOARD_PCI_SUBSYSTEM_{VENDOR,DEVICE}_ID in weak functionsPatrick Georgi
2011-01-30Inverse two arguments of cbfs-files-y and adapts its users (one of which alre...Patrick Georgi
2011-01-28Attached patch fixes the LPC decode ranges of SB700. We enable early only Ser...Rudolf Marek
2011-01-28Fix Bimini buildStefan Reinauer
2011-01-27Trivial. Re-indent the code.Zheng Bao
2011-01-27Set the phy via weak function.Zheng Bao
2011-01-25Set the SB800 SATA PHY correctly.Zheng Bao
2011-01-24Change fadt revision back to 3.Zheng Bao
2011-01-21Now bimini can boot linux to login.Zheng Bao
2011-01-20S3 feanture of SB800. Compiliant with SB700.Zheng Bao
2011-01-20Move some board specific functions to sb800.h.Zheng Bao
2011-01-20This sb800 code is derived from sb700.Zheng Bao
2011-01-18remove the code which is not ready to release.Zheng Bao
2011-01-18remove the code which is not ready to release.Zheng Bao
2011-01-12drop unused filesStefan Reinauer
2011-01-11change a readable way to fix SB800 CIMX "multi-character constant warning".Kerry She
2011-01-04MCP55: Cosmetic fixes, switch to u8 et al.Uwe Hermann
2011-01-04CK804: Cosmetic fixes, switch to u8 et al.Uwe Hermann
2011-01-01src/southbridge/amd/cimx_wrapper: Run dos2unix on the files.Uwe Hermann
2011-01-01AMD SB800: Drop component prefix from filenames.Uwe Hermann
2011-01-01Add AMD SB800 southbridge support via cimx_wrapper.Kerry She
2010-12-31Add RS785(RS880) support. Just few pci_ids.Zheng Bao
2010-12-30Remove duplicated GX2 processor IIOC mode setting on CS5535 southbridge codeNils Jacobs
2010-12-29-Change the remaining GLIU1 port 5 register names from VIP (Video Input Port)Nils Jacobs
2010-12-29-Clean up some comments.Nils Jacobs
2010-12-27Intel SCH: make state machine binary selection available in Kconfig for now.Stefan Reinauer
2010-12-26Random fixes for TI pci1x2x / Nokia IP530 / others.Uwe Hermann
2010-12-18SMM on AMD K8 Part 2/2Rudolf Marek
2010-12-18SMM for AMD K8 Part 1/2Stefan Reinauer
2010-12-18Fix a few whitespace and coding style issues.Uwe Hermann
2010-12-18A couple of Poulsbo fixes:Patrick Georgi
2010-12-18Support Intel SCH (Poulsbo) and add iwave/iWRainbowG6 boardPatrick Georgi
2010-12-16Add TINY_BOOTBLOCK support for the SiS966 southbridge.Uwe Hermann
2010-12-14Set the ROMSIZE as 4MB.Zheng Bao
2010-12-13Following patch adds support for suspend/resume functions. I had to change th...Rudolf Marek
2010-12-11I was bitten by the rename, this is part of r6165.Rudolf Marek
2010-12-11Following patch makes just one fadt.c file. For SB700.Rudolf Marek
2010-12-10Add TINY_BOOTBLOCK support for AMD SB700.Uwe Hermann
2010-12-09Merge enable_rom.c files into bootblock.c files.Uwe Hermann
2010-12-09Add missing instruction break.Zheng Bao
2010-12-08Tobias Diedrich wrote:Tobias Diedrich
2010-12-08first round name simplification. drop the <component>_ prefix.stepan
2010-12-07Get rid of some unneeded function prototypes in romstage.c files.Uwe Hermann
2010-12-06Before lane reversal,Zheng Bao
2010-11-30Trivial. Reindent and dos2unix.Zheng Bao
2010-11-29Tobias Diedrich wrote:Tobias Diedrich
2010-11-29fix typoStefan Reinauer
2010-11-27After finding the missing bit poweroff works now.Tobias Diedrich
2010-11-26Broadcom BCM5785: Add TINY_BOOTBLOCK support.Uwe Hermann
2010-11-26AMD SB600: Add TINY_BOOTBLOCK support.Uwe Hermann
2010-11-26AMD-8111: Add TINY_BOOTBLOCK support.Uwe Hermann
2010-11-25MCP55: Add TINY_BOOTBLOCK support.Uwe Hermann
2010-11-24With low serial console loglevels a pcie graphics card is notTobias Diedrich
2010-11-24This patch solves crashes and BSODs that occur when booting Win7 withScott Duplichan
2010-11-221) wraps the s3 parts of chipset code/memory init code with if CONFIG_HAVE_AC...Rudolf Marek
2010-11-22Printing coreboot debug messages on VGA console is pretty much useless, sinceStefan Reinauer
2010-11-21Move CK804_PCI_E_X and CK804B_PCI_E_X defines (which have been 4 byJonathan Kollasch
2010-11-21Move MCP55_PCI_E_X_* to Kconfig. Any useless values in romstage.cs werePatrick Georgi
2010-11-20Some more DIMM0 related cleanups and deduplication.Uwe Hermann
2010-11-20Unify DIMM SPD addressing. For Geode, change thePatrick Georgi
2010-11-18Fix/drop some obsolete comments,Uwe Hermann
2010-11-18Move register block definitions out of board code intoPatrick Georgi
2010-11-17Linux also needs the MMCONF area to be reserved either in E820 orTobias Diedrich
2010-11-17The only southbridge having a pirq_assign_irqs function (needed forTobias Diedrich
2010-11-14Add a target for the ASUS A8V-E Deluxe (trivial).Uwe Hermann
2010-11-14Move cable detect logic to a weak function in vt8237r_ide.c and addTobias Diedrich
2010-11-14Currently the Tobias Diedrich
2010-11-11Add VT8237A id to src/southbridge/via/vt8237r/bootblock.cTobias Diedrich
2010-11-11Add pci id and ops for VT8237A SATA controllerTobias Diedrich
2010-11-08We can't print this early.Ward Vandewege
2010-11-07Depends on the "Introduce get_vt8237_lpc() function" andTobias Diedrich
2010-11-07This adds the VT8237A LPC pci_locate_device call in vt8237r_early_smbus.cTobias Diedrich
2010-11-07Use get_vt8237_lpc() in vt8237_sb_enable_fid_vid() too.Tobias Diedrich
2010-11-07Instead of duplicating the pci_locate_device calls multiple times,Tobias Diedrich
2010-11-07Add pointer to public PCIe bridge documentation onTobias Diedrich
2010-11-07This adds VT8237A specific VLINK/LPC init functions in vt8237_ctrl.cTobias Diedrich
2010-11-07This adds the VT8237A LPC device id and the pci_driver struct inTobias Diedrich
2010-11-04Add a rom_enable() function to via/vt8231 and call it from via/epia/romstage.cUwe Hermann
2010-11-02Need to clear downstream read cycle retry bit, or the bus scan willTobias Diedrich
2010-11-02This adds pci device ids and pci_driver structs for the K8T890 CFTobias Diedrich
2010-10-29Use common code to set PCI subsystem in mcp55.Jonathan Kollasch
2010-10-29Deduplicate ck804 subsystem-setting functionality.Jonathan Kollasch
2010-10-28The no point in having a non-NULL ops_pci pointer when the set_subsystem oper...Jonathan Kollasch
2010-10-28Fix broken build due to missing #if CONFIG_IOAPIC.Uwe Hermann
2010-10-28Add IOAPIC support for Intel 82371EB and fixup SMP on ASUS P2B-D.Uwe Hermann
2010-10-27Correct an apparent copy-paste error that shows up at compile time onJonathan Kollasch
2010-10-27Convert ck804_early_smbus.c to a separately compiled unit.Jonathan Kollasch
2010-10-26Convert some comments to proper Doxygen syntax.Uwe Hermann
2010-10-26Convert all ck804-based boards to tiny bootblock.Jonathan Kollasch