summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/model_10xxx/model_10xxx_init.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/amd: Move model_10xxx to family_10h-family_15hTimothy Pearson2015-11-021-161/+0
* 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-0/+2
* cpu/amd/model_10xxx: Do not initialize SMM memory if SMM is disabledTimothy Pearson2015-08-141-9/+25
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* AMD: Drop six copies of wrmsr_amd and rdmsr_amdKyösti Mälkki2013-04-041-20/+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-2/+2
* Add AMD Family 10h PH-E0 supportQingPei Wang2011-09-241-0/+1
* Make AMD SMM SMP awareRudolf Marek2011-07-131-1/+12
* Add AMD C32 support.Zheng Bao2011-03-281-0/+1
* Remove some duplicate #include files (trivial).Uwe Hermann2010-10-071-2/+0
* drop some more unneeded ../../..Stefan Reinauer2010-09-261-1/+1
* Clear bit 35 of msr c001_102a in Fam10 rev C cores.Arne Georg Gleditsch2010-09-171-1/+3
* Apparently, it's not crucial to clear this at the exact moment we switchArne Georg Gleditsch2010-09-091-0/+5
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-6/+6
* AMD Socket ASB2 and AM3 support.Zheng Bao2010-04-231-0/+2
* Remove a few more warnings from fam10.Myles Watson2010-04-151-2/+0
* Indent model_fxx_init and model_10xx_init.Myles Watson2010-04-091-20/+19
* Cosmetically make init_cpus more similar for fam10 and K8.Myles Watson2010-04-081-5/+1
* cpu_driver structs need to be const, too...Stefan Reinauer2010-03-291-1/+1
* 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-2/+2
* Replace clear_memory with memset.Myles Watson2010-03-111-1/+0
* The following patch implements Opteron Fam 10 rev D (aka Istanbul)Arne Georg Gleditsch2010-03-101-0/+1
* dd the family10h Rev C0-C2 support to coreboot.Vincent Lim vincent.lim2009-04-281-0/+4
* Add CPUID processor name string support for Fam10 CPUs.Marc Jones2008-04-241-3/+5
* Clean up and remove late initialization code that is no longer needed.Marc Jones2008-04-221-327/+16
* Update the FAM10 microcode to current versions.Marc Jones2008-04-221-5/+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/+463