Age | Commit message (Expand) | Author |
2010-05-14 | license header fixes | Nils Jacobs |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-26 | I meant SSE. Reported by Dustin Harrison. | Myles Watson |
2010-04-26 | Enable SSE2 for ep80579. Reported by Dustin Harrison. | Myles Watson |
2010-04-25 | a single place for the romstage stack for copy_and_run. | Stefan Reinauer |
2010-04-24 | these cpus are explicitly supported by model_6bx | Stefan Reinauer |
2010-04-14 | move cpu/x86/car to cpu/intel/car as previously discussed on the mailing list. | Stefan Reinauer |
2010-04-13 | fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to | Stefan Reinauer |
2010-04-13 | update atom car code in the same way that 6ex/6fx was updated. | Stefan Reinauer |
2010-04-12 | port latest model 6ex car changes to 6fx car, which is almost identical and | Stefan Reinauer |
2010-04-12 | move model_6ex car to a single file. No more .c files that only consist of a | Stefan Reinauer |
2010-04-12 | Move the CPU specific includes from | Patrick Georgi |
2010-04-11 | The ADL855PC was never confirmed working (in fact it's pretty sure that code | Stefan Reinauer |
2010-04-09 | 1. This patch adds CAR for Intel P6 series processors. | Joseph Smith |
2010-04-09 | copy_and_run.c is not needed twice, and it is used on non-car too. | Stefan Reinauer |
2010-04-01 | -Â get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files. | Stefan Reinauer |
2010-03-31 | Drop \r\n and \n\r as both print_XXX and printk now do this internally. | Stefan Reinauer |
2010-03-29 | cpu_driver structs need to be const, too... | Stefan Reinauer |
2010-03-22 | drop some unused files and fix warnings on i945 based systems. | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-18 | Remove remaining uses of | Patrick Georgi |
2010-03-18 | Remove fallback/normal handling in mainboards' | Patrick Georgi |
2010-03-17 | more warning fixes. | Stefan Reinauer |
2010-03-17 | fix dell s1850, ROMCC didn't seem to like SSE2 memtest here. | Stefan Reinauer |
2010-03-17 | Source all Kconfig files for Intel® CPU models.. | Myles Watson |
2010-03-06 | Add support for the 0x06B1 CPU ID for Celeron (Tualatin). | Keith Hui |
2010-03-05 | Add proper Slot 1 CPU support code/infrastructure. | Keith Hui |
2010-02-25 | HAVE_MOVNTI really means SSE2. Also add sfence in the MOVNTI case. | Stefan Reinauer |
2010-02-22 | This is a general cleanup patch | Stefan Reinauer |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2010-02-07 | newconfig is no more. | Patrick Georgi |
2010-02-04 | typo | Stefan Reinauer |
2010-02-04 | Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU. | Stefan Reinauer |
2010-01-25 | Fix ACPI build on a couple of boards (now that it's active) | Patrick Georgi |
2010-01-18 | Move all IOAPIC selection to southbridges, and remove them | Patrick Georgi |
2010-01-16 | Make internal functions static in speedstep ACPI generation code. | Stefan Reinauer |
2010-01-16 | Fix stack base for Atom CPUs, the resume mechanism (cbmem etc) expects this. | Stefan Reinauer |
2010-01-16 | Micro-optimization: movl $0 --> xorl. | Stefan Reinauer |
2010-01-16 | new microcode for Intel Core 2(tm) CPUs | Stefan Reinauer |
2010-01-04 | - Fix UDELAY options and HAVE_INIT_TIMER [kconfig] | Patrick Georgi |
2010-01-04 | - use LAPIC timer if selected (instead of TSC all the time) [kconfig] | Patrick Georgi |
2009-12-02 | Trivial fix for kconfig socket 441 (typo was 411) so that d945gclf builds. | Myles Watson |
2009-12-01 | Atom only supports 32bit MTRRs (trivial) | Stefan Reinauer |
2009-11-04 | Fix up typo in Socket 441 CPUs, and add a few (trivial) Kconfig files for them. | Stefan Reinauer |
2009-11-03 | Some fixes. | Patrick Georgi |
2009-10-28 | Make d945gclf build. | Myles Watson |
2009-10-28 | Add some missing license headers, consistency fixes for others (trivial). | Uwe Hermann |
2009-10-28 | preliminary Intel D945GCLF Atom+i945 support. | Stefan Reinauer |
2009-10-26 | CBMEM high table memory manager. | Stefan Reinauer |
2009-10-26 | intel core and core 2: | Stefan Reinauer |
2009-10-24 | Some ACPI implementations don't like to see full paths within a scope for | Stefan Reinauer |
2009-10-17 | Remove CONFIG_ from #defines that aren't config variables. Trivial. | Myles Watson |
2009-10-17 | Remove some more instances of including previous empty x86/fpu/Makefile.inc | Peter Stuge |
2009-10-17 | Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also empty | Peter Stuge |
2009-10-16 | Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove references | Peter Stuge |
2009-10-15 | Add CONFIG_GENERATE_* for tables so that the user can select which tables not | Myles Watson |
2009-10-09 | Remove default n statements to simplify .config and ldoptions files. | Myles Watson |
2009-10-08 | Set MMX and SSE where needed. Note that many boards don't even bother | Ronald G. Minnich |
2009-10-06 | Various fixes to Kconfig: All kconfig-boards should have a | Patrick Georgi |
2009-10-01 | Add some trivial numbers for 945, and Core2 Duo E8200 Intel parts | Peter Stuge |
2009-09-29 | More consistent use of "default n" and "select XYZ" in | Patrick Georgi |
2009-09-25 | some progress on kconfig: | Patrick Georgi |
2009-09-04 | Use driver-y instead of obj-y for model_6xx_init.o. | Uwe Hermann |
2009-08-25 | Add kconfig support for ASUS P2B-F. | Uwe Hermann |
2009-08-25 | Various Kconfig and Makefile.inc fixes and cosmetics. | Uwe Hermann |
2009-08-21 | Change the intel cpu makefile.inc so that it fits the model better. | Ronald G. Minnich |
2009-08-12 | Kconfig! | Patrick Georgi |
2009-07-21 | add intel speedstep support and some PM fixes. | Stefan Reinauer |
2009-07-01 | Add support for the Intel Eagle Heights development board. | Thomas Jourdan |
2009-07-01 | Fix typo and only output post code if the work was done. | Myles Watson |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-06-03 | Revert "CMOS: Add set_option and rework get_option." | Luc Verhaegen |
2009-06-03 | CMOS: Add set_option and rework get_option. | Luc Verhaegen |
2009-05-02 | Run dos2unix on all files: | Stefan Reinauer |
2009-04-30 | * Use latest version of intel microcodes from their Linux drivers page for | Stefan Reinauer |
2009-04-30 | Refactor copy_and_run so that it uses a single code base instead of | Patrick Georgi |
2009-04-22 | argh... never redo parts of the original patch on the fly. This fixes the tree | Stefan Reinauer |
2009-04-22 | This patch unifies the socket_mPGA604_800Mhz and socket_mPGA604_533Mhz to a | Stefan Reinauer |
2009-04-22 | Trivial removal of a freudian slip. | Patrick Georgi |
2009-04-01 | Drop CONFIG_CHIP_NAME. Those config statements in Config.lb should | Stefan Reinauer |
2009-03-06 | Some updates for core/core duo/core2/core2 duo cpus. | Stefan Reinauer |
2009-02-28 | coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3 | Stefan Reinauer |
2009-01-20 | Fix register typo for core 2 cpus (trivial) | Stefan Reinauer |
2009-01-20 | fix compiler warnings (trivial) | Stefan Reinauer |
2009-01-19 | First shot at factoring SMM code into generic parts and southbridge specific | Stefan Reinauer |
2008-12-19 | Fix a LOT of implicit function declarations before they become errors. | Corey Osgood |
2008-10-29 | Support for Intel Core Duo and Core 2 Duo (tm) CPUs. | Stefan Reinauer |
2008-08-25 | This patch implements support for the CPU core of the Intel EP80579 | Ed Swierk |
2008-08-01 | match against all steppings of a CPU model, because these are _model_ drivers. | Stefan Reinauer |
2008-08-01 | drop unused code (trivial) | Stefan Reinauer |
2008-07-15 | Add missing Intel CPU (trivial). | Uwe Hermann |
2007-10-24 | analog changes for the cpu_driver structures... | Stefan Reinauer |
2007-10-23 | Add support for the Intel mFCPGA 478 socket. (trivial) | Stefan Reinauer |
2007-10-15 | This patch adds support for the Mobile Intel Celeron CPU (Micro-FC-BGA) | Joseph Smith |
2007-06-14 | This patch adds support for the Intel i82810 northbridge and various i82801xx | Corey Osgood |
2006-12-14 | Add mtrr support for pentium m cpus | Jon Dufresne |
2006-11-05 | Use the canonical name of the vendors/devices and the | Uwe Hermann |
2006-07-24 | add framework for i440bx chipset | Richard Smith |
2005-09-14 | Print a failure message if a sibling CPU fails to start. | Steven J. Magnani |
2005-07-08 | eric patch | Yinghai Lu |