summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* CAR simplifications, typos, readability improvements (trivial).Uwe Hermann2010-10-013-41/+32
* Various cosmetic and coding style fixes in CAR code (trivial).Uwe Hermann2010-09-303-257/+284
* Use existing, readable MTRR #defines instead of hardcoding numbers.Uwe Hermann2010-09-303-30/+29
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-3059-81/+83
* 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
* Move VIA C7 board CAR config to VIA C7 instead of boards.Warren Turkal2010-09-301-1/+7
* Forgot to 'svn add' src/cpu/x86/name (trivial).Uwe Hermann2010-09-292-0/+71
* Factor out fill_processor_name() and strcpy() functions.Uwe Hermann2010-09-2913-198/+14
* 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
* This patch moves one of the CAR configs to the socket from the singleWarren Turkal2010-09-271-0/+16
* drop some dead code from model_fxx_init.cStefan Reinauer2010-09-271-16/+1
* Add a few missing license headers based on svn logs, and also add aUwe Hermann2010-09-274-17/+110
* drop double include (trivial)Stefan Reinauer2010-09-271-2/+0
* drop some more unneeded ../../..Stefan Reinauer2010-09-262-3/+3
* Normalize the config option for the Intel Atom CPU.Warren Turkal2010-09-261-1/+1
* dumpmmcr utility is available under util and shares most of the code.Stefan Reinauer2010-09-262-450/+0
* Drop <cpu/amd/mtrr.h> #include from Intel CPUs.Uwe Hermann2010-09-253-3/+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-233-5/+5
* 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
* Adapt comment, too. (trivial)Patrick Georgi2010-09-091-1/+1
* 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
* Make timer2 the default choice for TSC initialization.Patrick Georgi2010-09-082-3/+3
* It should not be necessary to read in the rom during CAR setup.Kevin O'Connor2010-09-081-0/+2
* 2ms is enough time to accurately obtain the clock rate.Kevin O'Connor2010-09-071-2/+2
* 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-307-7/+7
* mPGA479M Sockets can take Intel Mobile Celeron.Andreas Schultz2010-08-302-0/+3
* 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
* My forgotten CAR cleanup patch...Stefan Reinauer2010-08-144-197/+44
* clean up comment in entry32.incStefan Reinauer2010-08-141-5/+6
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-034-4/+0
* make early_mtrr_init() invisible for cache as ram targets as it breaks them.Stefan Reinauer2010-08-011-0/+2
* - fix SMM code relocation raceStefan Reinauer2010-08-011-8/+12
* 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
OpenPOWER on IntegriCloud