summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel
Commit message (Expand)AuthorAgeFilesLines
* CAR simplifications, typos, readability improvements (trivial).Uwe Hermann2010-10-011-7/+6
* Various cosmetic and coding style fixes in CAR code (trivial).Uwe Hermann2010-09-301-65/+80
* Use existing, readable MTRR #defines instead of hardcoding numbers.Uwe Hermann2010-09-301-0/+2
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-3030-32/+32
* Factor out fill_processor_name() and strcpy() functions.Uwe Hermann2010-09-2912-192/+14
* This patch moves one of the CAR configs to the socket from the singleWarren Turkal2010-09-271-0/+16
* drop double include (trivial)Stefan Reinauer2010-09-271-2/+0
* Normalize the config option for the Intel Atom CPU.Warren Turkal2010-09-261-1/+1
* Drop <cpu/amd/mtrr.h> #include from Intel CPUs.Uwe Hermann2010-09-253-3/+0
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-1/+1
* mPGA479M Sockets can take Intel Mobile Celeron.Andreas Schultz2010-08-302-0/+3
* My forgotten CAR cleanup patch...Stefan Reinauer2010-08-144-197/+44
* Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer2010-08-031-1/+0
* This patch adds support for the Intel D810E2CB (i810e/ICH2) desktop board. Hu...Joseph Smith2010-06-211-0/+13
* Create new socket for FCPGA370 and PGA370 CPU's for CAR. Add CAR support for ...Joseph Smith2010-06-2127-0/+3229
* Add Intel Atom microcodeStefan Reinauer2010-05-287-0/+2137
* Update Intel microcode include files from their web page.Stefan Reinauer2010-05-261-0/+107
* Use the microcode files as created by the new microcode update script. (Fixes...Stefan Reinauer2010-05-2635-59/+59
* Drop problematically licensed Intel microcode filesStefan Reinauer2010-05-2617-3386/+2127
* cosmetical changes on intel's microcode.cStefan Reinauer2010-05-261-15/+14
* also rename the config option.Stefan Reinauer2010-05-258-18/+18
* Long ago we agreed on kicking the _direct appendix because everything inStefan Reinauer2010-05-254-4/+4
* license header fixes Nils Jacobs2010-05-143-6/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-2728-89/+89
* I meant SSE. Reported by Dustin Harrison.Myles Watson2010-04-261-1/+1
* Enable SSE2 for ep80579. Reported by Dustin Harrison.Myles Watson2010-04-261-0/+1
* a single place for the romstage stack for copy_and_run.Stefan Reinauer2010-04-254-40/+8
* these cpus are explicitly supported by model_6bxStefan Reinauer2010-04-241-3/+0
* move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list.Stefan Reinauer2010-04-143-90/+420
* fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need toStefan Reinauer2010-04-133-0/+6
* update atom car code in the same way that 6ex/6fx was updated.Stefan Reinauer2010-04-133-232/+135
* port latest model 6ex car changes to 6fx car, which is almost identical andStefan Reinauer2010-04-124-223/+142
* move model_6ex car to a single file. No more .c files that only consist of aStefan Reinauer2010-04-123-217/+133
* Move the CPU specific includes fromPatrick Georgi2010-04-124-0/+8
* The ADL855PC was never confirmed working (in fact it's pretty sure that codeStefan Reinauer2010-04-111-0/+1
* 1. This patch adds CAR for Intel P6 series processors.Joseph Smith2010-04-0915-1/+902
* copy_and_run.c is not needed twice, and it is used on non-car too.Stefan Reinauer2010-04-093-3/+3
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-013-3/+0
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-312-6/+6
* cpu_driver structs need to be const, too...Stefan Reinauer2010-03-291-1/+1
* drop some unused files and fix warnings on i945 based systems.Stefan Reinauer2010-03-222-4/+8
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-229-21/+21
* Remove remaining uses ofPatrick Georgi2010-03-183-9/+0
* Remove fallback/normal handling in mainboards'Patrick Georgi2010-03-183-72/+0
* more warning fixes.Stefan Reinauer2010-03-171-0/+7
* fix dell s1850, ROMCC didn't seem to like SSE2 memtest here.Stefan Reinauer2010-03-176-5/+8
* Source all Kconfig files for Intel® CPU models..Myles Watson2010-03-171-2/+9
* Add support for the 0x06B1 CPU ID for Celeron (Tualatin).Keith Hui2010-03-061-0/+1
* Add proper Slot 1 CPU support code/infrastructure.Keith Hui2010-03-056-0/+114
* HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case.Stefan Reinauer2010-02-259-9/+12
OpenPOWER on IntegriCloud