summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/amd8111
Commit message (Expand)AuthorAgeFilesLines
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-081-1/+1
* southbridge: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-152-2/+0
* amdfam10: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-263-7/+3
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-0/+2
* sb/{amd,broadcom,nvidia}: Make use of generic set_subsystem()Kyösti Mälkki2019-03-221-8/+1
* sb/amd8111: Drop unused codeKyösti Mälkki2019-03-221-16/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-083-7/+7
* arch/io.h: Drop includes in fam10 romstagesKyösti Mälkki2019-03-053-0/+3
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-044-4/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-014-0/+4
* device/pci_ops: Move questionable pci_locate() variantsKyösti Mälkki2019-02-112-0/+16
* Kconfig: Unify power-after-failure optionsNico Huber2019-01-062-6/+2
* device: Use pcidev_path_behind()Kyösti Mälkki2019-01-061-2/+2
* southbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+2
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-165-5/+0
* reset: Finalize move to new APINico Huber2018-10-311-0/+1
* sb/amd: Use 'unsigned int' to bare use of 'unsigned'Elyes HAOUAS2018-10-2410-34/+42
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-232-5/+5
* amdfam10: Convert to `board_reset()`Nico Huber2018-10-223-3/+2
* src/southbridge: Add and update license headersMartin Roth2018-05-2915-3/+195
* sb/amd/amd8111: Get rid of device_tElyes HAOUAS2018-05-2110-23/+33
* smbus: Fix a typo ("Set the device I'm talking too")Jonathan Neuschäfer2017-09-271-6/+6
* sb/amd/amd8111: Define ACPI sleep statesKyösti Mälkki2017-08-231-0/+39
* southbridge/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-302-3/+3
* Consolidate reset API, add generic reset_prepare mechanismJulius Werner2017-06-132-3/+3
* amdfam10: Perform major include ".c" cleanupDamien Zammit2017-01-041-1/+1
* PCI ops: Remove conflicting duplicate declarationsKyösti Mälkki2016-12-061-36/+20
* src/southbridge: Remove unnecessary whitespaceElyes HAOUAS2016-10-071-1/+1
* southbridge/amd: Add space around operatorsElyes HAOUAS2016-09-201-2/+2
* southbridge/amd/amd8111: transition away from device_tAntonello Dettori2016-09-133-5/+7
* src/southbridge: Code formatingElyes HAOUAS2016-08-315-40/+40
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-312-8/+0
* amd8111, ck804, mcp55: use CONFIG_HPET_ADDRESSJonathan A. Kollasch2015-08-091-1/+1
* device_ops: add device_t argument to acpi_fill_ssdt_generatorAlexander Couzens2015-06-051-1/+1
* devicetree: Discriminate device ops scan_bus()Kyösti Mälkki2015-06-044-5/+3
* acpi: Remove monolithic ACPIVladimir Serbinenko2015-05-261-3/+3
* Remove address from GPLv2 headersPatrick Georgi2015-05-212-2/+2
* kbuild: automatically include southbridgesStefan Reinauer2015-04-271-0/+4
* x86: Fix pointer arithmetic regressions from MMIO changesKevin Paul Herbert2015-02-271-1/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-152-4/+4
* southbridge: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-061-1/+1
* southbridge/amd amd81XX, cs553X & sr5650 spelling fixesMartin Roth2014-12-171-1/+1
* Use 'pci_devfn_t' over 'device_t' mixed type in 'reset.c'Edward O'Callaghan2014-11-051-8/+6
* soutbridge/*/bootblock: Use pci_dev_t over device_t typedefEdward O'Callaghan2014-11-051-1/+1
* cmos: Rename the CMOS related functions.Gabe Black2014-10-221-1/+1
* amd: rename model_fxx_powernow to powernow.Vladimir Serbinenko2014-10-191-2/+2
* Fix mismerge of ACPI patchesVladimir Serbinenko2014-10-171-3/+3
* amdk8: Move to per-device ACPIVladimir Serbinenko2014-10-161-0/+30