summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/sr5650
Commit message (Expand)AuthorAgeFilesLines
* amdfam_10h-15h: Use ENV_PCI_SIMPLE_DEVICEKyösti Mälkki2019-09-291-14/+14
* nb/amd/pi,sb/amd/sr5650: Remove unnecessary allocationJacob Garber2019-08-201-11/+2
* sb/amd/sr5650: Add fine-grained bounds checkingJacob Garber2019-07-171-10/+22
* sb/amd/sr5650: Use 32 bit integers when disabling portsJacob Garber2019-06-211-2/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-083-6/+6
* sb/amd: Use simple PCI IO config accessKyösti Mälkki2019-03-061-5/+8
* 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-041-1/+0
* device/pci_ops: Drop unused parameterKyösti Mälkki2019-03-031-5/+4
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-012-0/+2
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-063-10/+10
* device: Replace ugly cases of dev_find_slot()Kyösti Mälkki2019-01-041-2/+2
* southbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-192-2/+0
* src/southbridge: Get rid of device_tElyes HAOUAS2018-12-071-19/+85
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* reset: Finalize move to new APINico Huber2018-10-311-1/+1
* {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macrosElyes HAOUAS2018-10-301-2/+2
* src: Add missing include <stdint.h>Elyes HAOUAS2018-10-301-0/+2
* src: Remove unneeded whitespaceElyes HAOUAS2018-10-231-3/+3
* cpu/amd: Use common AMD's MSRElyes HAOUAS2018-10-182-3/+5
* sb/amd/sr5650/sr5650.h: Get rid of device_tElyes HAOUAS2018-09-181-30/+35
* src/southbridge: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-9/+11
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-143-11/+11
* src: Use of device_t is deprecatedElyes HAOUAS2018-06-141-13/+13
* sb/amd/sr5650: Fix invalid function declarationsKyösti Mälkki2018-06-042-3/+4
* sb/amd/sr5650: Get rid of device_tKyösti Mälkki2018-05-233-49/+49
* src/southbridge: Add required space before the open parenthesisElyes HAOUAS2018-05-081-1/+1
* AMD boards: Fix function name (soft_reset) in messageJonathan Neuschäfer2017-10-311-1/+1
* AGESA f15: Remove f10 referencesKyösti Mälkki2017-08-281-17/+12
* southbridge/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-301-3/+6
* southbridge/amd/sr5650/sr5650.c: Update acpi_fill_ivrsMartin Roth2016-09-151-23/+35
* amd/sr5650: Update add_ivrs_device_entriesMartin Roth2016-09-151-79/+71
* include/arch/acpi.h: change IVRS efr field to iommu_feature_infoMartin Roth2016-09-071-1/+1
* src/southbridge: Code formatingElyes HAOUAS2016-08-312-19/+19
* src/southbridge: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-312-3/+3
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-181-1/+1
* sb/amd/sr5650: Correctly locate CPU MMCONFIG resourceTimothy Pearson2016-01-041-4/+4
* southbridge/amd/sr5650: Add MCFG ACPI table supportTimothy Pearson2015-12-184-0/+130
* amd/[nb/fam10|sb/sr5650]: Minor cosmetic changesTimothy Pearson2015-12-131-3/+3
* sb/amd/sr5650: Allow resource allocator to assign bus numbersTimothy Pearson2015-12-081-3/+4
* southbridge/amd/sr5650: Use correct PCI configuration block offsetTimothy Pearson2015-11-261-2/+2
* southbridge/amd/sr5650: Hide clock configuration device after setup is completeTimothy Pearson2015-11-232-8/+11
* southbridge/amd/sr5650: Add IOMMU supportTimothy Pearson2015-11-234-10/+536
* src/southbridge/amd/sr5650: Always configure lane director on startupTimothy Pearson2015-11-151-10/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3110-40/+0
* southbridge/amd/sr5650: Add AMD Family 15h CPU supportTimothy Pearson2015-10-261-0/+2
* southbridge/amd/sr5650: Fix hardcoded printk() function names in pcie.cTimothy Pearson2015-10-241-5/+5
* southbridge/amd/sr5650: Fix boot failure on ASUS KGPE-D16Timothy Pearson2015-10-245-30/+456
* southbridge/amd/sr5650: Add optional delay after link trainingTimothy Pearson2015-10-242-0/+7
* southbridge/amd/sr5650: Fix GPP3a link training in higher width modesTimothy Pearson2015-10-231-4/+47