summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/model_10xxx
Commit message (Expand)AuthorAgeFilesLines
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-4/+4
* 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-172-2/+4
* Add more Fam10 CPUID strings from the AMD revision guide. IncludesMarc Jones2010-09-161-0/+35
* Move initialization of MMCONF BAR to cache_as_ram setup phase, in orderArne Georg Gleditsch2010-09-131-27/+0
* Please find appended. This patch gets rid of the %gs magic altogether,Arne Georg Gleditsch2010-09-091-17/+13
* Apparently, it's not crucial to clear this at the exact moment we switchArne Georg Gleditsch2010-09-091-0/+5
* Trivial - remove stray characters from a comment block.Marc Jones2010-09-081-1/+1
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-1/+1
* I've checked Revision Guide for AMD Family10h processors (#41322) revXavi Drudis Ferran2010-08-221-1/+1
* RB_C3 should also apply the workaround for errata 354, according toXavi Drudis Ferran2010-08-221-19/+19
* RB_C3 and HY-D0 should also apply the workaround for errata 344, according toXavi Drudis Ferran2010-08-221-2/+2
* Complete code for errata 343. Revision Guide for AMD Family10hXavi Drudis Ferran2010-08-221-0/+4
* Include RB_C3 in erratum 346Xavi Drudis Ferran2010-08-221-2/+2
* Add RB_C3 to AMD_FAM10_ALL so that it gets its MSR right for mtrs, ht, etc.Xavi Drudis Ferran2010-08-221-10/+10
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-031-1/+0
* Fix all warnings in the tree Stefan Reinauer2010-07-081-1/+1
* get rid of even more fam10 and k8 warnings.Stefan Reinauer2010-07-081-9/+6
* fix some more warningsStefan Reinauer2010-07-071-1/+1
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-061-5/+4
* Get rid of this warning:Myles Watson2010-05-211-1/+1
* Remove another set of includes from Fam10 romstages:Patrick Georgi2010-05-142-1/+6
* Move includes to where they are needed. This allows to simplifyPatrick Georgi2010-05-092-0/+8
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-273-8/+8
* AMD Socket ASB2 and AM3 support.Zheng Bao2010-04-235-41/+375
* Remove a few more warnings from fam10.Myles Watson2010-04-153-3/+2
* fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need toStefan Reinauer2010-04-131-1/+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-082-199/+158
* Clean up fidvid files using indent.Myles Watson2010-04-082-128/+115
* Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix so...Myles Watson2010-04-081-1/+1
* No warnings day, next round.Stefan Reinauer2010-04-061-4/+4
* reduce warnings in MCP55 and Fam10 codeStefan Reinauer2010-03-302-8/+9
* 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
* Fix reading HT link offsets.Maximilian Thuermer2010-03-231-6/+8
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-225-34/+34
* Replace clear_memory with memset.Myles Watson2010-03-112-2/+1
* The following patch implements Opteron Fam 10 rev D (aka Istanbul)Arne Georg Gleditsch2010-03-102-24/+25
* HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer2010-02-251-1/+1
* janitor task: unify and cleanup naming.Stefan Reinauer2010-02-081-1/+1
* newconfig is no more.Patrick Georgi2010-02-071-38/+0
* Kconfig builds all boards now.Patrick Georgi2010-01-061-0/+5
* romcc:Patrick Georgi2009-12-311-0/+1
* Split the two usages of __ROMCC__:Myles Watson2009-11-062-4/+4
* Remove some warnings from the tyan s2895.Myles Watson2009-10-301-0/+1
* Define some variables that were not defined. There are a couple left.Myles Watson2009-10-262-8/+2
* Simplify Kconfig files by using "select" where possible (trivial).Uwe Hermann2009-10-181-20/+4
* Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also emptyPeter Stuge2009-10-171-1/+0
* Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove referencesPeter Stuge2009-10-161-2/+0
OpenPOWER on IntegriCloud