summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd
Commit message (Expand)AuthorAgeFilesLines
* CAR simplifications, typos, readability improvements (trivial).Uwe Hermann2010-10-011-10/+9
* Various cosmetic and coding style fixes in CAR code (trivial).Uwe Hermann2010-09-301-108/+116
* Use existing, readable MTRR #defines instead of hardcoding numbers.Uwe Hermann2010-09-301-8/+9
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-3020-29/+29
* fix Kontron KT690 and clean up socket S1G1 boards accordingly.Stefan Reinauer2010-09-301-2/+22
* Move CAR settings to board config for socket 940 boards.Warren Turkal2010-09-302-24/+24
* Factor out fill_processor_name() and strcpy() functions.Uwe Hermann2010-09-291-6/+0
* All these boards already had the CACHE_AS_RAM option in their individualWarren Turkal2010-09-271-6/+8
* Move CAR config from mainboard to CPU config for AMD GX2 boards.Warren Turkal2010-09-271-5/+8
* drop some dead code from model_fxx_init.cStefan Reinauer2010-09-271-16/+1
* drop some more unneeded ../../..Stefan Reinauer2010-09-262-3/+3
* dumpmmcr utility is available under util and shares most of the code.Stefan Reinauer2010-09-262-450/+0
* - Fix race condition in option_table.h generation by moving the includeStefan Reinauer2010-09-253-0/+10
* Whitespace/typo/cosmetic fixes (trivial).Uwe Hermann2010-09-232-4/+4
* 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
* This patch corrects a coding error in the original implementationScott Duplichan2010-09-141-2/+2
* CONFIG_MMCONF_SUPPORT is always defined. Fix build.Myles Watson2010-09-131-1/+1
* Move initialization of MMCONF BAR to cache_as_ram setup phase, in orderArne Georg Gleditsch2010-09-132-28/+15
* Move memory type information out of some AMD sockets.Myles Watson2010-09-106-36/+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
* Set up an arbitrary amount of system memory on Geode LX, soAurelien Guillaume2010-09-071-0/+13
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-304-4/+4
* 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-032-2/+0
* Add src/cpu/amd/model_gx2/cache_as_ram.inc missing from r5669Nils Jacobs2010-07-271-0/+207
* This patch converts the Geode GX2 boards to CAR.Nils Jacobs2010-07-264-133/+12
* Fix all warnings in the tree Stefan Reinauer2010-07-085-11/+12
* get rid of even more fam10 and k8 warnings.Stefan Reinauer2010-07-084-12/+11
* fix some more warningsStefan Reinauer2010-07-072-3/+3
* Re-integrate "USE_OPTION_TABLE" code.Edwin Beasant2010-07-064-13/+11
* This commit updates the Geode LX GLCP delay control setup from the v2 way to ...Edwin Beasant2010-06-102-172/+124
* Same conversion as with resources from static arrays to lists, exceptMyles Watson2010-06-091-3/+3
* replace outb -> port 0x80 with post_code() in some places.Stefan Reinauer2010-06-072-17/+9
* This patch replaces the headers of the following files:Frank Vibrans2010-06-041-41/+22
* also rename the config option.Stefan Reinauer2010-05-251-3/+3
* Get rid of this warning:Myles Watson2010-05-211-1/+1
* Following patch reworks car_disable into C. Tested, works here. I comparedRudolf Marek2010-05-161-36/+41
* Remove another set of includes from Fam10 romstages:Patrick Georgi2010-05-144-1/+10
* license header fixes Nils Jacobs2010-05-141-2/+1
* Move includes to where they are needed. This allows to simplifyPatrick Georgi2010-05-094-0/+10
* Enable the cache before initializing the processor name, like model_10 does.Myles Watson2010-04-271-2/+2
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2722-148/+148
OpenPOWER on IntegriCloud