summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/family_10h-family_15h/init_cpus.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/amd/fam10: Drop supportArthur Heymans2019-11-211-1849/+0
* nb/amd/fam10: Drop supportArthur Heymans2019-11-201-1/+1
* sb/amd/sb800: Drop supportArthur Heymans2019-11-201-35/+0
* sb/amd/sb700: Drop supportArthur Heymans2019-11-201-5/+1
* AUTHORS: Move src/cpu/amd copyrights into AUTHORS fileMartin Roth2019-09-101-3/+0
* amdfam10-15: Rename DCACHE_BSP_STACK_SIZEKyösti Mälkki2019-08-181-5/+12
* cpu/amd/family_10h-family_15h: Fix 'if' condition identical branchesElyes HAOUAS2019-06-211-3/+2
* cpu/amd/family_10h-family_15h: Remove variable set but not usedElyes HAOUAS2019-06-031-14/+8
* src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+2
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-20/+20
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* Revert "cpu/amd: Use `get_option()`"Paul Menzel2019-01-111-16/+6
* cpu/amd: Use `get_option()`Paul Menzel2019-01-091-6/+16
* reset: Finalize move to new APINico Huber2018-10-311-0/+2
* cpu/amd: Use common AMD's MSRElyes HAOUAS2018-10-181-22/+23
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* complier.h: add __always_inline and use it in code baseAaron Durbin2018-09-141-1/+2
* src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-2/+2
* AMD K8 fam10-15: Tidy up CAR disableKyösti Mälkki2017-08-221-2/+2
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+1
* cpu/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-281-14/+14
* amdfam10: Perform major include ".c" cleanupDamien Zammit2017-01-041-21/+16
* cpu/amd/family_10h-family_15h: transition away from device_tAntonello Dettori2016-09-131-1/+1
* src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS2016-08-231-1/+1
* src/cpu: Capitalize CPUElyes HAOUAS2016-07-311-1/+1
* Ignore RAMTOP for MTRRsKyösti Mälkki2016-06-221-1/+1
* cpu/amd/fam10h-fam15h: Honor CMOS option to disable CPB (core boost)Timothy Pearson2016-02-051-0/+14
* cpu/amd/fam10h-fam15h: Add new wait_ap_stopped functionTimothy Pearson2016-02-011-0/+20
* cpu/amd/fam10h-15h: Fix Family 15h boot hang when BSP lift enabledTimothy Pearson2016-02-011-1/+7
* cpu/amd/fam10h-fam15h: Correctly create APIC ID on single node systemsTimothy Pearson2016-01-291-1/+5
* cpu/amd/family_10h-family_15h: Set LDT tristate correctly on C32 socketsTimothy Pearson2016-01-241-0/+39
* cpu/amd/fam10h-15h: Fix link type detection and XCS buffer count setupTimothy Pearson2015-12-011-14/+19
* cpu/amd/fam10h-15h: Force iolink detect to either 1 or 0Timothy Pearson2015-12-011-2/+2
* northbridge/amd/amdht: Add isochronous setup supportTimothy Pearson2015-11-241-0/+61
* amd/amdfam10: Control Fam15h cache partitioning via nvramTimothy Pearson2015-11-241-2/+14
* cpu/amd/fam15h: Set up Link Base Channel Buffer Count registersTimothy Pearson2015-11-231-4/+127
* cpu/amd/fam10h15h: Set up SRI to XCS Token Count registers on Family 15hTimothy Pearson2015-11-221-0/+40
* cpu/amd/family_10h-family_15h: Set up link XCS token counts on Family 15hTimothy Pearson2015-11-221-0/+304
* amd/family_10h-family_15h: Fix poor performance on Family 15h CPUsTimothy Pearson2015-11-211-3/+42
* nb/amd/amdfam10: Add HyperTransport probe filter supportTimothy Pearson2015-11-201-2/+16
* cpu/amd/fam10h-fam15h: Set northbridge throttle valuesTimothy Pearson2015-11-201-20/+1
* cpu/amd/fam10h-fam15h: Update Fam15h APIC config and startup sequenceTimothy Pearson2015-11-181-7/+59
* cpu/amd: Fix AMD Family 15h ECC initialization reliability issuesTimothy Pearson2015-11-151-0/+16
* cpu/amd: Add CC6 supportTimothy Pearson2015-11-111-0/+81
* cpu/amd: Add initial AMD Family 15h supportTimothy Pearson2015-11-021-59/+173
* cpu/amd: Move model_10xxx to family_10h-family_15hTimothy Pearson2015-11-021-0/+964