summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/amdht/ht_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* nb/amd/fam10: Drop supportArthur Heymans2019-11-201-384/+0
* nb/amd/amdht: Use standard coreboot assertionsJacob Garber2019-07-301-3/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* src: Add required space after "switch"Elyes HAOUAS2018-11-191-1/+1
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-0/+1
* src/northbridge: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-2/+3
* 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-041-28/+16
* src/northbridge: Remove unnecessary whitespaceElyes HAOUAS2016-10-041-1/+1
* northbridge/amd/amdht: transition away from device_tAntonello Dettori2016-09-131-1/+1
* src/northbridge: Improve code formattingElyes HAOUAS2016-09-121-2/+2
* 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
* cpu/amd/fam10h-fam15h: Update Fam15h APIC config and startup sequenceTimothy Pearson2015-11-181-9/+123
* cpu/amd: Add initial AMD Family 15h supportTimothy Pearson2015-11-021-18/+25
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* cpu/amd: Add initial support for AMD Socket G34 processorsTimothy Pearson2015-10-241-2/+105
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* northbridge/amd/amdht: Allow mainboards to set HT frequency limitTimothy Pearson2015-03-131-1/+2
* amd/amdht: Compile in multiprocessor support when selectedTimothy Pearson2015-01-271-1/+6
* northbridge: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-081-4/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Clean up #ifsPatrick Georgi2012-05-081-1/+1
* Enable mahogany_fam10 and Kino family 10h to run the SB HT link at the expect...Scott Duplichan2011-03-081-36/+0
* Mark read-only data as read-only, so the global vars test doesn't fail on it.Patrick Georgi2010-09-251-2/+2
* Move includes to where they are needed. This allows to simplifyPatrick Georgi2010-05-091-0/+3
* Remove a few more warnings from fam10.Myles Watson2010-04-151-4/+4
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-7/+7
* Fix amdht on newer compilers.Patrick Georgi2010-01-061-1/+1
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-3/+3
* Missed a const in my previous checkin, r3426 (trivial).Marc Jones2008-07-211-1/+1
* Add manual HT BUID fixup to detect previously set BUIDs in early init. This f...Marc Jones2008-07-171-6/+47
* Add early MSR and PCI register initialization. Marc Jones2008-04-221-21/+2
* Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer2008-01-181-1/+1
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-181-1/+1
* Initial AMD Barcelona support for rev Bx.Marc Jones2007-12-191-0/+160