Add constants for fast path resume copying
[coreboot.git] / src / cpu / intel / model_6fx /
2012-02-16 Kyösti MälkkiIntel cpus: use CPU_PHYSMASK_HI define in CAR
2012-02-10 Kyösti MälkkiIntel cpus: apply un-written naming rules
2012-01-10 Sven SchnelleMTRR: get physical address size from CPUID
2011-11-01 Patrick GeorgiRemove XIP_ROM_BASE
2011-10-30 Rudolf MarekFix slow CAR execution introduced by 7c7d87182feb78cb2b...
2011-10-28 Patrick GeorgiGet rid of AUTO_XIP_ROM_BASE
2011-09-09 Patrick GeorgiCrank up CPU speed on Intel Core and Core2 CPUs
2011-04-21 Stefan Reinauermore ifdef -> if fixes
2011-04-14 Stefan ReinauerUse symbolic names for some MTRR bits instead of number...
2011-04-11 Alexandru GagniucUnify use of post_code
2011-01-19 Stefan ReinauerRevert r5902 to make code more readable again. At least...
2010-12-11 Stefan Reinauerfactor out cpu power management base into a separate...
2010-10-07 Uwe HermannRemove some duplicate #include files (trivial).
2010-10-02 Uwe HermannAdd comments to make it clear why these two lines are...
2010-10-01 Uwe HermannFactor out common CAR asm snippets.
2010-10-01 Uwe HermannCosmetics, whitespace and coding-style fixes for Intel...
2010-09-30 Patrick GeorgiRename build system variables to be more intuitive...
2010-09-29 Uwe HermannFactor out fill_processor_name() and strcpy() functions.
2010-09-25 Uwe HermannDrop <cpu/amd/mtrr.h> #include from Intel CPUs.
2010-08-14 Stefan ReinauerMy forgotten CAR cleanup patch...
2010-05-26 Stefan ReinauerUse the microcode files as created by the new microcode...
2010-05-25 Stefan Reinaueralso rename the config option.
2010-05-25 Stefan ReinauerLong ago we agreed on kicking the _direct appendix...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-25 Stefan Reinauera single place for the romstage stack for copy_and_run.
2010-04-13 Stefan Reinauerfix timer choice in Kconfig. HAVE_INIT_TIMER is selecte...
2010-04-12 Stefan Reinauerport latest model 6ex car changes to 6fx car, which...
2010-04-09 Stefan Reinauercopy_and_run.c is not needed twice, and it is used...
2010-04-01 Stefan Reinauer- get rid of ASM_CONSOLE_LOGLEVEL except in two assemb...
2010-03-22 Stefan Reinauerprintk_foo -> printk(BIOS_FOO, ...)
2010-03-18 Patrick GeorgiRemove remaining uses of
2010-03-18 Patrick GeorgiRemove fallback/normal handling in mainboards'
2010-02-25 Stefan ReinauerHAVE_MOVNTI really means SSE2. Also add sfence in the...
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-07 Patrick Georginewconfig is no more.
2010-01-16 Stefan Reinauernew microcode for Intel Core 2(tm) CPUs
2010-01-04 Patrick Georgi- Fix UDELAY options and HAVE_INIT_TIMER [kconfig]
2009-10-26 Stefan ReinauerCBMEM high table memory manager.
2009-10-26 Stefan Reinauerintel core and core 2:
2009-10-17 Myles WatsonRemove CONFIG_ from #defines that aren't config variabl...
2009-10-17 Peter StugeDrop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since...
2009-10-16 Peter StugeDrop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc...
2009-10-01 Peter StugeAdd some trivial numbers for 945, and Core2 Duo E8200...
2009-08-12 Patrick GeorgiKconfig!
2009-07-21 Stefan Reinaueradd intel speedstep support and some PM fixes.
2009-07-01 Myles WatsonFix typo and only output post code if the work was...
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-04-30 Stefan Reinauer* Use latest version of intel microcodes from their...
2009-04-30 Patrick GeorgiRefactor copy_and_run so that it uses a single code...
2009-03-06 Stefan ReinauerSome updates for core/core duo/core2/core2 duo cpus.
2009-01-20 Stefan ReinauerFix register typo for core 2 cpus (trivial)
2009-01-19 Stefan ReinauerFirst shot at factoring SMM code into generic parts...
2008-10-29 Stefan ReinauerSupport for Intel Core Duo and Core 2 Duo (tm) CPUs.