summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/amd/fam10: Drop supportArthur Heymans2019-11-211-268/+0
* AUTHORS: Move src/cpu/amd copyrights into AUTHORS fileMartin Roth2019-09-101-3/+0
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-3/+6
* cpu: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS2018-12-181-1/+0
* {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macrosElyes HAOUAS2018-10-301-1/+1
* cpu/amd: Use common AMD's MSRElyes HAOUAS2018-10-181-6/+4
* src: Get rid of non-local header treated as localElyes HAOUAS2018-08-131-1/+1
* cpu/amd: Correct number of MCA banks clearedMarshall Dawson2018-08-081-1/+4
* cpu/amd: Improve formattingMarshall Dawson2018-08-081-2/+1
* cpu/amd: Rename MCA status registerMarshall Dawson2018-08-081-2/+2
* cpu/amd: Remove duplicated includesElyes HAOUAS2018-06-141-1/+0
* cpu/amd: Get rid of device_tElyes HAOUAS2018-04-301-1/+1
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-231-1/+1
* src/cpu: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-281-3/+3
* cpu/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-281-2/+2
* amdfam10: Perform major include ".c" cleanupDamien Zammit2017-01-041-15/+0
* src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS2016-08-231-1/+1
* src/cpu: Capitalize CPUElyes HAOUAS2016-07-311-1/+1
* cpu/amd: de-duplicate MSR include filesStefan Reinauer2015-11-231-1/+1
* nb/amd/amdfam10: Add HyperTransport probe filter supportTimothy Pearson2015-11-201-0/+22
* cpu/amd/fam10h-fam15h: Set northbridge throttle valuesTimothy Pearson2015-11-201-0/+44
* cpu/amd: Add initial AMD Family 15h supportTimothy Pearson2015-11-021-17/+75
* cpu/amd: Move model_10xxx to family_10h-family_15hTimothy Pearson2015-11-021-0/+161