aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb600
AgeCommit message (Expand)Author
2015-06-05device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens
2015-06-04devicetree: Discriminate device ops scan_bus()Kyösti Mälkki
2015-05-26acpi: Remove monolithic ACPIVladimir Serbinenko
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-28Kconfig whitespace fixesMartin Roth
2015-04-27kbuild: automatically include southbridgesStefan Reinauer
2015-04-06global: Refactor get_option usageVarad Gautam
2015-02-25amd/sb600: Fix NULL test after use issuePatrick Georgi
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2014-12-30drivers/pc80/mc146818rtc: Assume we always have ALTCENTURYGabe Black
2014-12-17southbridge/amd sb600, sb700 & sb900 spelling fixesMartin Roth
2014-11-05soutbridge/*/bootblock: Use pci_dev_t over device_t typedefEdward O'Callaghan
2014-10-22cmos: Rename the CMOS related functions.Gabe Black
2014-10-19amd: rename model_fxx_powernow to powernow.Vladimir Serbinenko
2014-10-17Fix mismerge of ACPI patchesVladimir Serbinenko
2014-10-16amdk8: Move to per-device ACPIVladimir Serbinenko
2014-07-08southbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-02-16usbdebug: Remove EHCI_DEBUG_OFFSETKyösti Mälkki
2014-02-06usbdebug: Move under drivers/usbKyösti Mälkki
2013-12-24Remove PCI_ROM_RUN optionVladimir Serbinenko
2013-12-02global: Fix usage of get_option() to make use of CB_CMOS_ codesAlexandru Gagniuc
2013-10-22usbdebug: Fix boards without EARLY_CBMEM_INITKyösti Mälkki
2013-08-29usbdebug: Support choice of EHCI controllerKyösti Mälkki
2013-08-29usbdebug: Change debug port scanningKyösti Mälkki
2013-08-24Add pci_devfn_t and use with __SIMPLE_DEVICE__Kyösti Mälkki
2013-08-23usbdebug: Do not support logging from SMMKyösti Mälkki
2013-08-13Fix some wait_for_valid functions return value from 1 to -1.Andrew Wu
2013-08-07usbdebug: Use __SIMPLE_DEVICE__ on early enableKyösti Mälkki
2013-08-02Remove unnecessary space characters.Andrew Wu
2013-08-01Add directive __SIMPLE_DEVICE__Kyösti Mälkki
2013-07-01usbdebug: Drop duplicates of EHCI BAR relocation codeKyösti Mälkki
2013-03-22x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2012-11-28Remove assembly coded log2 functionRonald G. Minnich
2012-11-27Get rid of drivers classPatrick Georgi
2012-10-08hpet: common ACPI generationPatrick Georgi
2012-08-22Auto-declare chip_operationsKyösti Mälkki
2012-08-05AMD SB: Call the rtc update if needed (Propagation)zbao
2012-07-26Refactor driver structsPatrick Georgi
2012-05-08Clean up #ifsPatrick Georgi
2012-02-22amd/sb600: Move HAVE_HARD_RESET to southbridgePatrick Georgi
2012-02-20Force SB600 bootblock to use I/O for PCI configDave Frodin
2011-11-01remove trailing whitespaceStefan Reinauer
2011-10-31Fix usb debug dongle supportSven Schnelle
2011-10-28Get rid of the old romstage-as-bootblock ROM layoutPatrick Georgi
2011-10-28sb600: Implement EHCI workaroundPatrick Georgi
2011-10-13amd/sb600: Enable COM2 at all times in early setupPatrick Georgi
2011-04-18* Set USBDEBUG_DEFAULT_PORT in all southbridges and use that valueStefan Reinauer
2011-03-17Fix power_on_after_fail handling on AMD SB600Josef Kellermann
2011-02-24Add new option 'sata_mode' to CMOS and 'SATA_MODE' to Kconfig for AMD SB600Josef Kellermann
2011-02-12Attached patch fixes the LPC decode ranges of SB600/SB800. We enable early on...Rudolf Marek
2010-12-14Set the ROMSIZE as 4MB.Zheng Bao
2010-12-09Merge enable_rom.c files into bootblock.c files.Uwe Hermann
2010-12-08first round name simplification. drop the <component>_ prefix.stepan
2010-11-26AMD SB600: Add TINY_BOOTBLOCK support.Uwe Hermann
2010-10-12We define IO_APIC_ADDR in <arch/ioapic.h>, let's use it.Uwe Hermann
2010-10-10Same applies for SB600.Rudolf Marek
2010-10-10Trivial. Spelling check.Zheng Bao
2010-10-05- move EHCI_BAR_INDEX to ehci.h - it's constant as per EHCI spec 2.3.1Patrick Georgi
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-26Only show the USB Debug Port kconfig option to the user if a mainboardUwe Hermann
2010-09-25Various Debug Port southbridge implementation fixes / cosmetics.Uwe Hermann
2010-09-24Make SB600/SB700 more similar for easier diffs (trivial).Uwe Hermann
2010-09-24Hook up all AMD SB600/SB700 boards to the EHCI Debug Port infrastructure.Uwe Hermann
2010-09-07Remove unused ide0_enable and sata0_enable entries from SB7xx Rudolf Marek
2010-07-07fix some more warningsStefan Reinauer
2010-06-17Always enable parent resources before child resources.Myles Watson
2010-06-09Same conversion as with resources from static arrays to lists, exceptMyles Watson
2010-05-25also rename the config option.Stefan Reinauer
2010-05-25fix most usbdebug warnings and fix function names.Stefan Reinauer
2010-05-25Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer
2010-05-21Use lists instead of arrays for resources in devices to reduce memory usage.Myles Watson
2010-04-30get rid of some more warnings..Stefan Reinauer
2010-04-20As Myles suggested a while back: Switch long time #warnings to be commentsStefan Reinauer
2010-04-16fix up sb600 and it8712f tree.Stefan Reinauer
2010-04-09zero warning days.Stefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-23Removing build warning of sb600 & rs690.Wang Qing Pei
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-18trivial. Delelte double blank line.Zheng Bao
2010-03-17more warnings gone...Stefan Reinauer
2010-03-17The SB600 also has the BootFailTimer. We should disable it,Zheng Bao
2010-03-16pci drivers should be const.Stefan Reinauer
2010-03-09sb600 has problems with the virtual wire mode setup in setup_ioapic(). It cau...Marc Jones
2010-02-07newconfig is no more.Patrick Georgi
2010-01-18Move all IOAPIC selection to southbridges, and remove themPatrick Georgi
2010-01-16coreboot has 13 instances of IOAPIC setup distributed across a lotStefan Reinauer
2010-01-16coreboot used to have two different "APIs" for memory accesses:Stefan Reinauer
2009-10-14delete white trailing spaces. It is done by the perl command.Zheng Bao
2009-10-13This patch support for the Technexion Tim-5690 mainboard.Libra Li
2009-10-09Remove default n statements to simplify .config and ldoptions files.Myles Watson
2009-08-27Added support for the AMD RS690 and SB600 southbridges in KconfigCristi Măgherușan
2009-08-27The new resource allocator helped me find a bug in SB600 diagnostics.Carl-Daniel Hailfinger
2009-08-26Remove a couple of CONFIG_ prefixes that shouldn't have happened.Patrick Georgi
2009-07-14trivial fixes to function declarations (and build system test)Stefan Reinauer
2009-07-10This seems to be a more official, common, simple way to check if the CPU is d...Zheng Bao
2009-07-02Move the v3 resource allocator to v2.Myles Watson
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-03Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen
2009-06-03CMOS: Add set_option and rework get_option.Luc Verhaegen