aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge
AgeCommit message (Expand)Author
2015-02-25amd/sb600: Fix NULL test after use issuePatrick Georgi
2015-02-24Intel ibexpeak: Fix SATA configurationKyösti Mälkki
2015-02-23AMD cimx/sb800: Disconnect PCI bridge 0:14.4 from pinsKyösti Mälkki
2015-02-16nvidia/ck804: Minor cleanup on dead codeKyösti Mälkki
2015-02-16nvidia/ck804: Fix redundant configuration definesKyösti Mälkki
2015-02-16Revert "nvidia/ck804: Add ability to override CK804 base unit ID"Kyösti Mälkki
2015-02-16acpi: Generate valid ACPI processor objectsTimothy Pearson
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2015-02-14AMD cimx/sb800: Initially enable all GPP portsKyösti Mälkki
2015-02-14AMD cimx/sb800: Move cimx init for ramstageKyösti Mälkki
2015-02-14AMD cimx/sb800: Fix PCI-to-PCI bridge 0:14.4 configurationKyösti Mälkki
2015-02-14AMD cimx/sb800: Fix console outputKyösti Mälkki
2015-02-14southbridge/amd/pi: Combine and correct the IRQ text stringsDave Frodin
2015-02-09Intel FSP platforms: Fix timestampsKyösti Mälkki
2015-02-05southbridge/amd/pi: write_hpet requires additional config optionDave Frodin
2015-02-05southbridge/amd/pi: Update Kconfig and makefiles for boltonDave Frodin
2015-02-05southbridge/amd/pi: Add the bolton definitionsDave Frodin
2015-02-05AMD8131: Remove obsolete directoryKyösti Mälkki
2015-02-03nvidia/ck804: make Message Signaled Interrupts workJonathan A. Kollasch
2015-02-01bd82x6x/xhci: Set mask of ports switchable between USB2 and USB3.Vladimir Serbinenko
2015-01-31southbridge/intel/bd82x6x native usb init: replace some magic valuesNicolas Reinecke
2015-01-28nvidia/ck804: Enable AMD Family 0Fh/10h dynamic ACPI _PSS objectsTimothy Pearson
2015-01-28nvidia/ck804: Add ability to override CK804 base unit IDTimothy Pearson
2015-01-28nvidia/ck804: Fix FTBFS with AMD Family 10h systemsTimothy Pearson
2015-01-28nvidia/ck804: Add ability to enable/disable PCIe PME# wake eventsTimothy Pearson
2015-01-28nvidia/ck804: Fix cosmetics in KconfigTimothy Pearson
2015-01-28nvidia/ck804: Add ability to bypass register 0x78 initializationTimothy Pearson
2015-01-27southbridge/amd/pi: Clean up whitespace in KconfigDave Frodin
2015-01-27southbridge/amd/pi: Rename Avalon to HudsonDave Frodin
2015-01-27southbridge/amd/pi: Correct several path namesDave Frodin
2015-01-27southbridge/amd/pi: Correct several yangtze/avalon typosDave Frodin
2015-01-27nvidia/ck804/lpc.c: Fix power restoration controlTimothy Pearson
2015-01-12southbridge/intel/lynxpoint/me_9.x.c: Avoid unused func warnEdward O'Callaghan
2015-01-10ACPI: Add acpi_is_wakeup_s3() for romstageKyösti Mälkki
2015-01-10AMD binaryPI: Drop ramtop via nvramKyösti Mälkki
2015-01-09AMD binaryPI 00730F01: Switch to per-device ACPIKyösti Mälkki
2015-01-06southbridge: Drop print_ implementation from non-romcc boardsStefan Reinauer
2015-01-06Drop VIA VT8235 southbridgeStefan Reinauer
2015-01-06AMD platforms: fix callout_entry doxygen errorsMartin Roth
2015-01-06doxygen fixes: change @var to @param varMartin Roth
2015-01-06Remove AMD's "Release Content" doxygen from coreboot filesMartin Roth
2015-01-05timestamps: Switch from tsc_t to uint64_tStefan Reinauer
2015-01-04smihandler.c: Fix doxygen errors in southbridge_smi_handlerMartin Roth
2014-12-30drivers/pc80/mc146818rtc: Assume we always have ALTCENTURYGabe Black
2014-12-30Intel FSP: Fix GPI status outputKyösti Mälkki
2014-12-20AGESA: Add amd_initcpuio() and amd_initmmio()Kyösti Mälkki
2014-12-19AMD 00730F01: Change Makefile to use BLOB sizes for packingBruce Griffith
2014-12-19southbridge/amd/cimx/sbX00/early.c: Update grammar in commentsMartin Roth
2014-12-18i82371eb & qemu: Move to per-device ACPI.Vladimir Serbinenko
2014-12-18Drop VIA Epia mainboardStefan Reinauer
2014-12-18Drop Intel E7520 and E7525 and related boardsStefan Reinauer
2014-12-17x86: Initialize SPI controller explicitly during PCH initDavid Hendricks
2014-12-17southbridge/amd rs690 & rs780 spelling fixesMartin Roth
2014-12-17southbridge/amd agesa & cimx spelling fixesMartin Roth
2014-12-17southbridge/amd amd81XX, cs553X & sr5650 spelling fixesMartin Roth
2014-12-17southbridge/amd sb600, sb700 & sb900 spelling fixesMartin Roth
2014-12-17southbridge/nvidia: Spelling/comment fixMartin Roth
2014-12-17southbridge/via: Spelling fixesMartin Roth
2014-12-17southbridge/ricoh: Spelling fixesMartin Roth
2014-12-17southbridge/sis: Spelling/comment fixesMartin Roth
2014-12-16Drop GX1, CS5330 and related boardsStefan Reinauer
2014-12-16CBMEM console: Fix boards with BROKEN_CAR_MIGRATEKyösti Mälkki
2014-12-16southbridge/amd/pi/avalon/pci_devs.h: Correct define `EHCI3_DEV`Paul Menzel
2014-12-15southbridge/amd/agesa/hudson: Correct incorrect #defineDave Frodin
2014-12-09spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.Gabe Black
2014-12-09spi: Remove the spi_set_speed and spi_cs_is_valid functions.Gabe Black
2014-12-09southbridge/amd/sr5650/sr5650.c: Fix bitwise logic and mask in loopEdward O'Callaghan
2014-12-09fsp platfoms: add prototype & consolidate main entry-pointMartin Roth
2014-12-07southbridge/dmp/vortex86ex/southbridge.c: Silence bitwise op warnsEdward O'Callaghan
2014-12-07early_me_native.c: Remove unused pci_write_dword_ptr.Vladimir Serbinenko
2014-12-06vendorcode/amd/agesa: Make Porting.h common between familiesEdward O'Callaghan
2014-12-06sb/amd/agesa/hudson/: Don't include IMC and XHCI blobs by defaultEdward O'Callaghan
2014-12-06southbridge/hudson: Disable USB controllers if devicetree says soAlexandru Gagniuc
2014-12-04southbridge/amd/agesa/hudson/Kconfig: Fix space/tab usageEdward O'Callaghan
2014-12-03i945: Consolidate acpi/platform.aslVladimir Serbinenko
2014-12-03i82801gx: Enable upper CMOS in bootblock.Vladimir Serbinenko
2014-12-03AGESA fam15tn / fam15rl / fam16kb: Common agesawrapperKyösti Mälkki
2014-12-03AGESA Hudson/Yangtze: Remove unused GPP configuration in devicetreeKyösti Mälkki
2014-12-03AGESA Hudson/Yangtze: Remove obsolete devicetree parametersKyösti Mälkki
2014-12-02southbridge/amd/agesa/hudson/early_setup.c: Use IS_ENABLED macroEdward O'Callaghan
2014-12-02Replace hlt with halt()Patrick Georgi
2014-11-30Replace hlt() loops with halt()Patrick Georgi
2014-11-28ACPI: Remove CBMEM TOC from GNVSKyösti Mälkki
2014-11-27southbridge/amd/agesa/hudson/pci.c: Use DEVICE_NOOP macroEdward O'Callaghan
2014-11-26ibexpeak: Don't check for CONFIG_HAVE_SMI_HANDLER.Vladimir Serbinenko
2014-11-26agesa/family12: Switch to per-device ACPIVladimir Serbinenko
2014-11-26agesa/family15tn: Switch to per-device ACPIVladimir Serbinenko
2014-11-26agesa/family15: Switch to per-device ACPIVladimir Serbinenko
2014-11-25intel: Remove IRQ1 from possible PIRQ assignemnt.Vladimir Serbinenko
2014-11-23sandy/ivy/nehalem: Remerge interrupt handlingVladimir Serbinenko
2014-11-22amdfam10: Move to per-device ACPIVladimir Serbinenko
2014-11-20AGESA: Remove redundant Avalon support from HudsonKyösti Mälkki
2014-11-20AMD: Isolate AGESA and PI build environments for southbridgeKyösti Mälkki
2014-11-20AMD: Isolate AGESA and PI build environmentsKyösti Mälkki
2014-11-20AGESA: Refactor HUDSON_SATA_MODEKyösti Mälkki
2014-11-20Replace includes of build.h with version.hKyösti Mälkki
2014-11-19sb700: Make enable_fid_change_on_sb into normal functionVladimir Serbinenko
2014-11-19i82801ix,bd82x6x,ibexpeak: rewrite expresscard hotplugVladimir Serbinenko
2014-11-16amd/sb800: Make sb800_setup_sata_phys into regular functionVladimir Serbinenko
2014-11-16agesa/hudson: Remove stale declaration hudson_setup_sata_physVladimir Serbinenko