Drop unused DCACHE_RAM_BASE from intel/car/cache_as_ram.inc-using sockets.
[coreboot.git] / src / cpu / intel /
2010-10-15 Uwe HermannDrop unused DCACHE_RAM_BASE from intel/car/cache_as_ram...
2010-10-13 Keith HuiMove out Katmai Slot 1 CPUs (model_67x) from model_6xx...
2010-10-13 Uwe HermannConvert all Intel i810 boards to CAR.
2010-10-12 Keith HuiAdd missing include of model_6bx for slot_1.
2010-10-12 Warren TurkalReduce duplicate definition in CAR code.
2010-10-07 Uwe HermannRemove some duplicate #include files (trivial).
2010-10-06 Uwe HermannConvert all Intel 440BX boards to Cache-as-RAM (CAR).
2010-10-04 Uwe HermannAdd missing Intel Pentium II/III era CPU IDs.
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-10-01 Myles WatsonFix some breakage from 5890.
2010-10-01 Uwe HermannCAR simplifications, typos, readability improvements...
2010-09-30 Uwe HermannVarious cosmetic and coding style fixes in CAR code...
2010-09-30 Uwe HermannUse existing, readable MTRR #defines instead of hardcod...
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-27 Warren TurkalThis patch moves one of the CAR configs to the socket...
2010-09-27 Stefan Reinauerdrop double include (trivial)
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-30 Stefan ReinauerWe call this cache as ram everywhere, so let's call...
2010-08-30 Andreas SchultzmPGA479M Sockets can take Intel Mobile Celeron.
2010-08-14 Stefan ReinauerMy forgotten CAR cleanup patch...
2010-08-03 Stefan ReinauerDrop the USE_PRINTK_IN_CAR option. It's a bogus decisio...
2010-06-21 Joseph SmithThis patch adds support for the Intel D810E2CB (i810e...
2010-06-21 Joseph SmithCreate new socket for FCPGA370 and PGA370 CPU's for...
2010-05-28 Stefan ReinauerAdd Intel Atom microcode
2010-05-26 Stefan ReinauerUpdate Intel microcode include files from their web...
2010-05-26 Stefan ReinauerUse the microcode files as created by the new microcode...
2010-05-26 Stefan ReinauerDrop problematically licensed Intel microcode files
2010-05-26 Stefan Reinauercosmetical changes on intel's microcode.c
2010-05-25 Stefan Reinaueralso rename the config option.
2010-05-25 Stefan ReinauerLong ago we agreed on kicking the _direct appendix...
2010-05-14 Nils Jacobslicense header fixes
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-26 Myles WatsonI meant SSE. Reported by Dustin Harrison.
2010-04-26 Myles WatsonEnable SSE2 for ep80579. Reported by Dustin Harrison.
2010-04-25 Stefan Reinauera single place for the romstage stack for copy_and_run.
2010-04-24 Stefan Reinauerthese cpus are explicitly supported by model_6bx
2010-04-14 Stefan Reinauermove cpu/x86/car to cpu/intel/car as previously discuss...
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 Stefan Reinauerport latest model 6ex car changes to 6fx car, which...
2010-04-12 Stefan Reinauermove model_6ex car to a single file. No more .c files...
2010-04-12 Patrick GeorgiMove the CPU specific includes from
2010-04-11 Stefan ReinauerThe ADL855PC was never confirmed working (in fact it...
2010-04-09 Joseph Smith1. This patch adds CAR for Intel P6 series processors.
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-29 Stefan Reinauercpu_driver structs need to be const, too...
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-03-17 Stefan Reinauermore warning fixes.
2010-03-17 Stefan Reinauerfix dell s1850, ROMCC didn't seem to like SSE2 memtest...
2010-03-17 Myles WatsonSource all Kconfig files for Intel® CPU models..
2010-03-06 Keith HuiAdd support for the 0x06B1 CPU ID for Celeron (Tualatin).
2010-03-05 Keith HuiAdd proper Slot 1 CPU support code/infrastructure.
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-15 Uwe HermannVarious license header consistency fixes (trivial).
2010-02-07 Patrick Georginewconfig is no more.
2010-02-04 Stefan Reinauertypo
2010-02-04 Stefan ReinauerMove CAR settings for all GX1, GX2, LX and Intel Slot2...
2010-01-25 Patrick GeorgiFix ACPI build on a couple of boards (now that it's...
2010-01-18 Patrick GeorgiMove all IOAPIC selection to southbridges, and remove...
2010-01-16 Stefan ReinauerMake internal functions static in speedstep ACPI genera...
2010-01-16 Stefan ReinauerFix stack base for Atom CPUs, the resume mechanism...
2010-01-16 Stefan ReinauerMicro-optimization: movl $0 --> xorl.
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]
2010-01-04 Patrick Georgi- use LAPIC timer if selected (instead of TSC all the...
2009-12-02 Myles WatsonTrivial fix for kconfig socket 441 (typo was 411) so...
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.
2009-10-26 Stefan ReinauerCBMEM high table memory manager.
2009-10-26 Stefan Reinauerintel core and core 2:
2009-10-24 Stefan ReinauerSome ACPI implementations don't like to see full paths...
2009-10-17 Myles WatsonRemove CONFIG_ from #defines that aren't config variabl...
2009-10-17 Peter StugeRemove some more instances of including previous empty...
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-15 Myles WatsonAdd CONFIG_GENERATE_* for tables so that the user can...
2009-10-09 Myles WatsonRemove default n statements to simplify .config and...
2009-10-08 Ronald G. MinnichSet MMX and SSE where needed. Note that many boards...
2009-10-06 Patrick GeorgiVarious fixes to Kconfig: All kconfig-boards should...
2009-10-01 Peter StugeAdd some trivial numbers for 945, and Core2 Duo E8200...
2009-09-29 Patrick GeorgiMore consistent use of "default n" and "select XYZ" in
2009-09-25 Patrick Georgisome progress on kconfig:
2009-09-04 Uwe HermannUse driver-y instead of obj-y for model_6xx_init.o.
2009-08-25 Uwe HermannAdd kconfig support for ASUS P2B-F.
2009-08-25 Uwe HermannVarious Kconfig and Makefile.inc fixes and cosmetics.
2009-08-21 Ronald G. MinnichChange the intel cpu makefile.inc so that it fits the...
next