summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/amdfam10/northbridge.c
Commit message (Expand)AuthorAgeFilesLines
* nb/amd/fam10: Drop supportArthur Heymans2019-11-201-1928/+0
* src/[northbridge,security]: change "unsigned" to "unsigned int"Martin Roth2019-10-271-21/+21
* device,nb/amd: Deduplicate add_more_links()Jacob Garber2019-06-281-36/+0
* nb/amd/amdfam10: Use 64 bits in multiplicationJacob Garber2019-06-211-1/+1
* nb/amd/amdfam10/northbridge.c: Remove variable set but not usedElyes HAOUAS2019-06-211-29/+2
* src/northbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-2/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-27/+27
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-11/+13
* amdfam10 boards: Add temporary pirq_router_bus variableKyösti Mälkki2019-01-041-0/+1
* amdfam10 boards: Drop AMD_SB_CIMXKyösti Mälkki2019-01-041-8/+0
* cpu/amd: Use common AMD's MSRElyes HAOUAS2018-10-181-2/+1
* src: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-06-041-2/+4
* nb/amd/amdfam10: Get rid of device_tKyösti Mälkki2018-05-241-46/+46
* {mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber2018-05-081-1/+0
* device: acpi_name() should take a const struct deviceAaron Durbin2017-09-141-2/+2
* nb/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-081-11/+11
* amd/amdfam10: Remove dead codeStefan Reinauer2017-06-271-7/+0
* [nb|sb]/amd/[amdfam10|sb700]: Add LPC bridge ACPI names for NB/SBTimothy Pearson2017-04-171-1/+22
* amdfam10: Perform major include ".c" cleanupDamien Zammit2017-01-041-15/+0
* AMD fam10 binaryPI: Remove invalid PCI ops on CPU domainKyösti Mälkki2016-12-071-6/+1
* MMCONF_SUPPORT: Drop redundant loggingKyösti Mälkki2016-12-071-4/+0
* MMCONF_SUPPORT: Consolidate resource registrationKyösti Mälkki2016-12-071-8/+1
* PCI ops: MMCONF_SUPPORT_DEFAULT is requiredKyösti Mälkki2016-12-071-13/+12
* northbridge/amd/amdfam10: Remove commented codeElyes HAOUAS2016-10-091-2/+0
* src/northbridge: Remove unnecessary whitespaceElyes HAOUAS2016-10-041-2/+2
* src/northbridge: Remove whitespace after sizeofElyes HAOUAS2016-10-041-4/+4
* northbridge/amd/amdfam10: Improve code formattingElyes HAOUAS2016-09-201-15/+14
* northbridge/amd: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-48/+48
* nb/amd/mct_ddr3: Report correct DIMM size in SMBIOS structureTimothy Pearson2016-05-091-3/+18
* nb/amd/amdfam10: Write MCT variables to flash after PCI configurationTimothy Pearson2016-04-111-4/+7
* northbridge/amd/amdfam10: Add family15h model10h-1fh (Trinity)Damien Zammit2016-03-301-3/+7
* cpu/amd/fam10h-fam15h: Correctly create APIC ID on single node systemsTimothy Pearson2016-01-291-1/+3
* southbridge/amd/sr5650: Add MCFG ACPI table supportTimothy Pearson2015-12-181-1/+4
* amd/[nb/fam10|sb/sr5650]: Minor cosmetic changesTimothy Pearson2015-12-131-10/+10
* nb/amd/amdfam10: Fix incorrect channel buffer count configurationTimothy Pearson2015-12-011-8/+5
* nb/amd/amdfam10: Work around sporadic lockups when CC6 enabledTimothy Pearson2015-11-281-0/+14
* amd/amdfam10: Control Fam15h cache partitioning via nvramTimothy Pearson2015-11-241-0/+22
* northbridge/amd/amdfam10: Add Family 15h cache partitioning supportTimothy Pearson2015-11-231-0/+94
* cpu/amd: de-duplicate MSR include filesStefan Reinauer2015-11-231-1/+1
* northbridge/amd/amdfam10: Fix poor performance on Family 15h CPUsTimothy Pearson2015-11-221-0/+21
* nb/amd/amdfam10: Add HyperTransport probe filter supportTimothy Pearson2015-11-201-1/+143
* northbridge/amd/amdfam10: Properly indicate node and channel in SMBIOS tablesTimothy Pearson2015-11-141-1/+6
* cpu/amd: Add CC6 supportTimothy Pearson2015-11-111-31/+27
* northbridge/amd/amdfam10: Enable CC6 DRAM save area setupTimothy Pearson2015-11-111-0/+70
* cpu/amd: Add initial AMD Family 15h supportTimothy Pearson2015-11-021-45/+188
* cpu/amd: Move model_10xxx to family_10h-family_15hTimothy Pearson2015-11-021-1/+1
* northbridge/amd/amdfam10: Set DIMM voltage based on SPD dataTimothy Pearson2015-11-021-0/+30