Add constants for fast path resume copying
[coreboot.git] / src / cpu / intel / model_106cx /
2012-02-16 Kyösti MälkkiIntel cpus: use CPU_PHYSMASK_HI define in CAR
2012-02-15 Kyösti MälkkiIntel model_106cx: Use symbolic names for MTRR bits
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-04-21 Stefan Reinauermore ifdef -> if fixes
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-12 Stefan Reinauerfix model 106cx
2010-12-11 Stefan Reinauerfactor out cpu power management base into a separate...
2010-10-18 Stefan Reinauerupdate intel microcode files.
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-26 Warren TurkalNormalize the config option for the Intel Atom CPU.
2010-09-25 Uwe HermannDrop <cpu/amd/mtrr.h> #include from Intel CPUs.
2010-08-14 Stefan ReinauerMy forgotten CAR cleanup patch...
2010-05-28 Stefan ReinauerAdd Intel Atom 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-13 Stefan Reinauerupdate atom car code in the same way that 6ex/6fx was...
2010-04-12 Patrick GeorgiMove the CPU specific includes from
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-31 Stefan ReinauerDrop \r\n and \n\r as both print_XXX and printk now...
2010-03-22 Stefan Reinauerdrop some unused files and fix warnings on i945 based...
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-07 Patrick Georginewconfig is no more.
2010-01-16 Stefan ReinauerFix stack base for Atom CPUs, the resume mechanism...
2010-01-16 Stefan ReinauerMicro-optimization: movl $0 --> xorl.
2010-01-04 Patrick Georgi- Fix UDELAY options and HAVE_INIT_TIMER [kconfig]
2010-01-04 Patrick Georgi- use LAPIC timer if selected (instead of TSC all the...
2009-12-01 Stefan ReinauerAtom only supports 32bit MTRRs (trivial)
2009-11-04 Stefan ReinauerFix up typo in Socket 441 CPUs, and add a few (trivial...
2009-11-03 Patrick GeorgiSome fixes.
2009-10-28 Myles WatsonMake d945gclf build.
2009-10-28 Uwe HermannAdd some missing license headers, consistency fixes...
2009-10-28 Stefan Reinauerpreliminary Intel D945GCLF Atom+i945 support.