summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/model_fxx/model_fxx_init.c
Commit message (Expand)AuthorAgeFilesLines
* Remove AMD K8 cpu and northbridge supportKyösti Mälkki2018-05-311-649/+0
* cpu/amd: Get rid of device_tElyes HAOUAS2018-04-301-4/+4
* Constify struct cpu_device_id instancesJonathan Neuschäfer2017-11-231-1/+1
* cpu/amd: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-281-5/+5
* src/cpu: Improve code formattingElyes HAOUAS2016-09-041-3/+3
* src/cpu: Capitalize CPU, APIC and IOAPIC typo fixElyes HAOUAS2016-08-231-1/+1
* src/cpu: Capitalize CPUElyes HAOUAS2016-07-311-4/+4
* Ignore RAMTOP for MTRRsKyösti Mälkki2016-06-221-2/+2
* cpu/amd: Update/Add license headersDamien Roth2016-02-141-3/+14
* cpu/amd: de-duplicate MSR include filesStefan Reinauer2015-11-231-1/+1
* cpu/amd/model_fxx: Clear out unused / stale MTRRs in ramstageTimothy Pearson2015-10-301-0/+12
* cpu/amd/model_fxx: Backport APIC code and debug aids from Family 10hTimothy Pearson2015-10-301-0/+1
* cpu/mtrr.h: Fix macro names for MTRR registersAlexandru Gagniuc2015-10-151-11/+11
* global: Refactor get_option usageVarad Gautam2015-04-061-3/+2
* AMD K8: Remove some excessive preprocessor useKyösti Mälkki2015-02-051-22/+22
* cpu/amd (non-AGESA): Load microcode updates from CBFSKyösti Mälkki2015-02-031-1/+1
* AMD K8: Define MEM_TRAIN_SEQ only with K8_REV_F_SUPPORTKyösti Mälkki2013-12-301-0/+2
* global: Fix usage of get_option() to make use of CB_CMOS_ codesAlexandru Gagniuc2013-12-021-3/+1
* cpu: Fix spellingMartin Roth2013-07-111-1/+1
* usbdebug: Drop temporary disables of log outputKyösti Mälkki2013-06-141-14/+0
* AMD: Drop six copies of wrmsr_amd and rdmsr_amdKyösti Mälkki2013-04-041-20/+0
* amdk8/amdfam10: Use CAR_GLOBAL for sysinfoPatrick Georgi2012-11-281-1/+1
* Clean up #ifsPatrick Georgi2012-05-081-10/+10
* remove trailing whitespaceStefan Reinauer2011-11-011-4/+4
* Make AMD SMM SMP awareRudolf Marek2011-07-131-0/+16
* Add compile-time defaults to some K8 CMOS options in case they're absent in CMOSJosef Kellermann2011-02-241-1/+4
* Implemented workaround for erratum 169, obsoleting erratum 131.Alexandru Gagniuc2011-02-101-14/+22
* Fix a potential system hang by handling AMD Model F Erratum 89Josef Kellermann2011-02-101-17/+21
* SMM for AMD K8 Part 1/2Stefan Reinauer2010-12-181-5/+0
* Remove some duplicate #include files (trivial).Uwe Hermann2010-10-071-4/+2
* drop some dead code from model_fxx_init.cStefan Reinauer2010-09-271-16/+1
* drop some more unneeded ../../..Stefan Reinauer2010-09-261-2/+2
* also rename the config option.Stefan Reinauer2010-05-251-3/+3
* Enable the cache before initializing the processor name, like model_10 does.Myles Watson2010-04-271-2/+2
* Indent model_fxx_init and model_10xx_init.Myles Watson2010-04-091-161/+159
* No warnings day, next round.Stefan Reinauer2010-04-061-1/+2
* dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer2010-03-291-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-221-10/+10
* The parameters of memset() should beZheng Bao2010-03-191-26/+26
* trivial warning fixes, mostly for ACPI codeStefan Reinauer2010-03-171-2/+1
* Replace clear_memory with memset.Myles Watson2010-03-111-2/+1
* Remove some warnings from the tyan s2895.Myles Watson2009-10-301-3/+3
* New revision guide September 2009 3.46Rudolf Marek2009-10-231-0/+2
* Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE.Myles Watson2009-10-161-4/+4
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-301-14/+14
* Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen2009-06-031-2/+2
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-031-2/+2
* Remove some warnings, mainly from format strings which didn't match theMyles Watson2009-02-091-2/+4
* Update AMD CPU list based on Revision Guide for AMD NPT Family 0Fh Processors,Uwe Hermann2008-03-131-0/+15
* Formatting fixes, no content changes (trivial).Uwe Hermann2008-03-121-54/+56