summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdht
Commit message (Expand)AuthorAgeFilesLines
* src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS2019-10-211-1/+0
* src: Include <stdint.h> instead of <inttypes.h>Jacob Garber2019-08-103-3/+3
* nb/amd/amdht: Use standard coreboot assertionsJacob Garber2019-07-306-76/+3
* src/northbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-3/+3
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-013-0/+3
* northbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-193-3/+0
* src: Add required space after "switch"Elyes HAOUAS2018-11-192-2/+2
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-123-2/+3
* src: Replace common MSR addresses with macrosElyes HAOUAS2018-11-082-15/+3
* src: Typo fix (cosmetic)Peter Lemenkov2018-10-231-1/+1
* cpu/amd: Use common AMD's MSRElyes HAOUAS2018-10-181-14/+0
* src/northbridge: Fix typoElyes HAOUAS2018-08-092-3/+3
* src/northbridge: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-092-3/+4
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-141-1/+1
* src: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-06-041-19/+19
* nb/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-081-2/+2
* nb/amd/amdht: Use variable for function namePaul Menzel2017-03-071-6/+10
* amd/amdht: Fix format security errorsPaul Menzel2017-01-261-6/+6
* amdfam10: Perform major include ".c" cleanupDamien Zammit2017-01-0410-85/+70
* src/northbridge: Remove unnecessary whitespaceElyes HAOUAS2016-10-042-3/+3
* northbridge/amd: Improve code formattingElyes HAOUAS2016-09-215-44/+44
* northbridge/amd/amdht: transition away from device_tAntonello Dettori2016-09-131-1/+1
* src/northbridge: Improve code formattingElyes HAOUAS2016-09-122-26/+26
* northbridge/amd: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-11/+11
* src/northbridge: Capitalize CPU, RAM and ROMElyes HAOUAS2016-07-311-3/+3
* northbridge/amd/amdfam10: Add family15h model10h-1fh (Trinity)Damien Zammit2016-03-301-0/+5
* northbridge/amd/amdht: Reduce excessive romstage array sizeTimothy Pearson2015-12-041-25/+41
* nb/amd/amdht: Fix XCS buffer count setup on AMD Family 15h CPUsTimothy Pearson2015-12-011-2/+92
* northbridge/amd/amdht: Add isochronous setup supportTimothy Pearson2015-11-244-4/+68
* northbridge/amd/amdht: Add comment for HT Freq write orderingTimothy Pearson2015-11-201-0/+4
* northbridge/amd/amdht: Add support for HT3 2.8GHz and up link frequenciesTimothy Pearson2015-11-205-69/+133
* nb/amd/amdfam10: Add HyperTransport probe filter supportTimothy Pearson2015-11-201-0/+22
* cpu/amd/fam10h-fam15h: Update Fam15h APIC config and startup sequenceTimothy Pearson2015-11-183-15/+204
* cpu/amd: Add CC6 supportTimothy Pearson2015-11-111-1/+2
* cpu/amd: Add initial AMD Family 15h supportTimothy Pearson2015-11-022-21/+193
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3114-56/+0
* cpu/amd: Add initial support for AMD Socket G34 processorsTimothy Pearson2015-10-242-2/+130
* Kconfig: Remove EXPERT modeAlexandru Gagniuc2015-08-301-2/+2
* Remove address from GPLv2 headersPatrick Georgi2015-05-2113-13/+13
* northbridge/amd/amdht/h3finit.c: Fix boot failureTimothy Pearson2015-03-151-2/+2
* northbridge/amd/amdht: Allow mainboards to set HT frequency limitTimothy Pearson2015-03-133-4/+42
* northbridge/amd/amdht: Get maximum HT link frequency from NVRAMTimothy Pearson2015-02-161-0/+29
* northbridge/amd/amdfam10: Remove HT link frequency from Kconfig menuTimothy Pearson2015-02-161-32/+3
* northbridge/amd/amdht: Initialize variable `currentBUID`Timothy Pearson2015-01-281-0/+2
* amd/amdht: Compile in multiprocessor support when selectedTimothy Pearson2015-01-271-1/+6
* northbridge/amd: Doxygen fixesMartin Roth2015-01-082-243/+221
* Uniformly spell frequency unit symbol as HzElyes HAOUAS2014-07-292-3/+3