summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/model_6fx
Commit message (Expand)AuthorAgeFilesLines
...
* Intel cpus: delete dead CAR code and whitespace fixesKyösti Mälkki2012-07-041-272/+0
* Intel cpus: use CPU_ADDR_BITS from Kconfig during CARKyösti Mälkki2012-07-041-2/+1
* Use broadcast SIPI to startup siblingsSven Schnelle2012-07-022-4/+0
* Enable Intel PECI on Model 6fx CPUsSven Schnelle2012-06-191-0/+8
* Replace cache control magic numbers with symbolsPatrick Georgi2012-04-251-7/+8
* Intel cpus: use CPU_PHYSMASK_HI define in CARKyösti Mälkki2012-02-161-3/+6
* Intel cpus: apply un-written naming rulesKyösti Mälkki2012-02-101-1/+1
* MTRR: get physical address size from CPUIDSven Schnelle2012-01-101-1/+1
* Remove XIP_ROM_BASEPatrick Georgi2011-11-011-2/+2
* Fix slow CAR execution introduced by 7c7d87182feb78cb2bc02fb3558bef56a41682c9Rudolf Marek2011-10-301-1/+1
* Get rid of AUTO_XIP_ROM_BASEPatrick Georgi2011-10-281-8/+3
* Crank up CPU speed on Intel Core and Core2 CPUsPatrick Georgi2011-09-091-0/+14
* more ifdef -> if fixesStefan Reinauer2011-04-211-2/+2
* Use symbolic names for some MTRR bits instead of numbers in CAR codeStefan Reinauer2011-04-141-6/+6
* Unify use of post_codeAlexandru Gagniuc2011-04-111-2/+3
* Revert r5902 to make code more readable again. At least three people like toStefan Reinauer2011-01-191-15/+46
* factor out cpu power management base into a separate file. And fix a bug inStefan Reinauer2010-12-111-9/+1
* Remove some duplicate #include files (trivial).Uwe Hermann2010-10-071-1/+0
* Add comments to make it clear why these two lines are written like that:Uwe Hermann2010-10-021-0/+5
* Factor out common CAR asm snippets.Uwe Hermann2010-10-011-46/+15
* Cosmetics, whitespace and coding-style fixes for Intel CAR (trivial).Uwe Hermann2010-10-011-69/+69
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-1/+1
* Factor out fill_processor_name() and strcpy() functions.Uwe Hermann2010-09-292-32/+2
* Drop <cpu/amd/mtrr.h> #include from Intel CPUs.Uwe Hermann2010-09-251-1/+0
* My forgotten CAR cleanup patch...Stefan Reinauer2010-08-141-27/+0
* Use the microcode files as created by the new microcode update script. (Fixes...Stefan Reinauer2010-05-2617-34/+34
* also rename the config option.Stefan Reinauer2010-05-252-4/+4
* Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer2010-05-251-1/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-272-13/+13
* a single place for the romstage stack for copy_and_run.Stefan Reinauer2010-04-251-10/+2
* fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need toStefan Reinauer2010-04-131-0/+2
* port latest model 6ex car changes to 6fx car, which is almost identical andStefan Reinauer2010-04-123-223/+141
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-091-1/+1
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-011-1/+0
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-222-5/+5
* Remove remaining uses ofPatrick Georgi2010-03-181-3/+0
* Remove fallback/normal handling in mainboards'Patrick Georgi2010-03-181-24/+0
* HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer2010-02-251-1/+4
* This is a general cleanup patchStefan Reinauer2010-02-221-1/+1
* newconfig is no more.Patrick Georgi2010-02-071-11/+0
* new microcode for Intel Core 2(tm) CPUsStefan Reinauer2010-01-169-1168/+1168
* - Fix UDELAY options and HAVE_INIT_TIMER [kconfig]Patrick Georgi2010-01-042-1/+9
* CBMEM high table memory manager.Stefan Reinauer2009-10-261-33/+27
* intel core and core 2:Stefan Reinauer2009-10-261-2/+7
* Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson2009-10-171-2/+2
* 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
* Add some trivial numbers for 945, and Core2 Duo E8200 Intel partsPeter Stuge2009-10-011-0/+1
* Kconfig!Patrick Georgi2009-08-122-0/+2
* add intel speedstep support and some PM fixes.Stefan Reinauer2009-07-211-4/+18