summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel
Commit message (Expand)AuthorAgeFilesLines
* Remove some more instances of including previous empty x86/fpu/Makefile.incPeter Stuge2009-10-179-9/+0
* Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also emptyPeter Stuge2009-10-1712-12/+0
* Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove referencesPeter Stuge2009-10-1621-42/+0
* Add CONFIG_GENERATE_* for tables so that the user can select which tables notMyles Watson2009-10-151-1/+1
* Remove default n statements to simplify .config and ldoptions files.Myles Watson2009-10-0919-19/+0
* Set MMX and SSE where needed. Note that many boards don't even botherRonald G. Minnich2009-10-083-0/+5
* Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi2009-10-061-1/+1
* Add some trivial numbers for 945, and Core2 Duo E8200 Intel partsPeter Stuge2009-10-011-0/+1
* More consistent use of "default n" and "select XYZ" inPatrick Georgi2009-09-297-7/+7
* some progress on kconfig:Patrick Georgi2009-09-2530-26/+177
* Use driver-y instead of obj-y for model_6xx_init.o.Uwe Hermann2009-09-041-1/+1
* Add kconfig support for ASUS P2B-F.Uwe Hermann2009-08-254-1/+59
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-252-4/+4
* Change the intel cpu makefile.inc so that it fits the model better.Ronald G. Minnich2009-08-214-38/+32
* Kconfig!Patrick Georgi2009-08-1216-0/+133
* add intel speedstep support and some PM fixes.Stefan Reinauer2009-07-215-17/+195
* Add support for the Intel Eagle Heights development board.Thomas Jourdan2009-07-015-0/+293
* Fix typo and only output post code if the work was done.Myles Watson2009-07-011-2/+2
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-3011-34/+34
* Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen2009-06-031-2/+2
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-031-2/+2
* Run dos2unix on all files:Stefan Reinauer2009-05-021-1024/+1024
* * Use latest version of intel microcodes from their Linux drivers page forStefan Reinauer2009-04-3022-12/+5044
* Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi2009-04-302-0/+10
* argh... never redo parts of the original patch on the fly. This fixes the treeStefan Reinauer2009-04-222-3/+3
* This patch unifies the socket_mPGA604_800Mhz and socket_mPGA604_533Mhz to aStefan Reinauer2009-04-226-16/+3
* Trivial removal of a freudian slip.Patrick Georgi2009-04-221-1/+1
* Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer2009-04-011-4/+1
* Some updates for core/core duo/core2/core2 duo cpus.Stefan Reinauer2009-03-064-5/+817
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-281-6/+6
* Fix register typo for core 2 cpus (trivial)Stefan Reinauer2009-01-201-1/+1
* fix compiler warnings (trivial)Stefan Reinauer2009-01-201-4/+4
* First shot at factoring SMM code into generic parts and southbridge specificStefan Reinauer2009-01-1911-0/+11
* Fix a LOT of implicit function declarations before they become errors.Corey Osgood2008-12-191-0/+1
* Support for Intel Core Duo and Core 2 Duo (tm) CPUs.Stefan Reinauer2008-10-2915-0/+1312
* This patch implements support for the CPU core of the Intel EP80579Ed Swierk2008-08-254-0/+144
* match against all steppings of a CPU model, because these are _model_ drivers.Stefan Reinauer2008-08-013-3/+9
* drop unused code (trivial)Stefan Reinauer2008-08-012-4/+0
* Add missing Intel CPU (trivial).Uwe Hermann2008-07-151-0/+1
* analog changes for the cpu_driver structures...Stefan Reinauer2007-10-248-8/+8
* Add support for the Intel mFCPGA 478 socket. (trivial)Stefan Reinauer2007-10-233-0/+15
* This patch adds support for the Mobile Intel Celeron CPU (Micro-FC-BGA)Joseph Smith2007-10-151-0/+1
* This patch adds support for the Intel i82810 northbridge and various i82801xxCorey Osgood2007-06-141-0/+1
* Add mtrr support for pentium m cpusJon Dufresne2006-12-143-0/+3
* Use the canonical name of the vendors/devices and theUwe Hermann2006-11-056-6/+6
* add framework for i440bx chipsetRichard Smith2006-07-243-0/+14
* Print a failure message if a sibling CPU fails to start.Steven J. Magnani2005-09-141-1/+5
* eric patchYinghai Lu2005-07-088-4/+1099
* Fix typo in microcode header file includeEric Biederman2005-01-201-1/+1
* mpspec.h: Tweak the write_smp_table macro so that it is safe if passed a comp...Eric Biederman2004-11-118-10/+11