summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann2009-08-2510-20/+17
* Add support for AM2 CPUs (I fixed the 0x11 issue).Myles Watson2009-08-246-2/+46
* The variable is already checked when including the socketF subdirectory.Myles Watson2009-08-241-14/+14
* This patch is about the DA-C2 and RB-C2. Chip with install processorZheng Bao2009-08-242-41/+43
* Change the intel cpu makefile.inc so that it fits the model better.Ronald G. Minnich2009-08-214-38/+32
* This goes a surprisingly long way to building the epia-n. It also hasRonald G. Minnich2009-08-204-13/+26
* - AMD selected a couple of options that are incompatible with QEmu (andPatrick Georgi2009-08-131-0/+3
* Fix some conflicting types of variablesPatrick Georgi2009-08-131-4/+4
* This now builds. Ronald G. Minnich2009-08-127-1/+27
* Fix multiple missing files and errors from the recent commit. This happenedRonald G. Minnich2009-08-124-8/+54
* Kconfig!Patrick Georgi2009-08-1240-0/+277
* cpu/amd/model_lx used its own routine for copying coreboot_ram. ThisPatrick Georgi2009-08-111-95/+20
* The code between #if and #endif is only about UMA mode. The CONFIG_GFXUMA sho...Zheng Bao2009-08-111-1/+1
* Don't put .o files in the source tree. (trivial)Stefan Reinauer2009-07-221-1/+1
* this bug sneaked in during conversionStefan Reinauer2009-07-211-1/+1
* add intel speedstep support and some PM fixes.Stefan Reinauer2009-07-216-18/+202
* * rework tsc based timer code to use inb instead of outb for calibrationStefan Reinauer2009-07-214-3/+78
* coding style fixes for powernow (trivial)Stefan Reinauer2009-07-181-2/+4
* Bring S1g1 cpu names up to date with the officialWard Vandewege2009-07-171-0/+25
* Bring Socket F cpu names up to date with the officialWard Vandewege2009-07-171-0/+4
* Bring AM2 cpu names up to date with the officialWard Vandewege2009-07-171-0/+45
* Apparently I'm not the only one who forgets which way the outb andEd Swierk2009-07-101-4/+4
* Move the v3 resource allocator to v2.Myles Watson2009-07-023-73/+45
* 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
* Add AMD family 10 AM2r2 support.Zheng Bao2009-07-013-0/+102
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-3064-334/+334
* This patch adds a proper namestring generation to our ACPIgen generator.Rudolf Marek2009-06-211-1/+1
* Patch AMD Fam10 C2 for errata 327, 344, 346, 354, 351.Marc Jones2009-06-171-5/+141
* Maximilian Thuermer found a bug where the HT link capability code was alwaysMarc Jones2009-06-161-17/+20
* Fix for Erratum 343 for AMD Fam10h CPUs.Marco Schmidt2009-06-062-0/+32
* Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen2009-06-034-8/+8
* CMOS: Add set_option and rework get_option.Luc Verhaegen2009-06-034-8/+8
* Move coreboot_ram and coreboot_apc to CBFS. This allows to Patrick Georgi2009-05-272-0/+44
* Update equivalent processor revision ID to load latest microcode patches andMarc Jones2009-05-142-60/+62
* This patch adds high table support to qemu. It was already added toMyles Watson2009-05-111-1/+13
* Trivial white space fixes so that the next patches are easier to read.Myles Watson2009-05-111-12/+12
* The rev 4099 broke ECC boards, they need to have tidy the ECC tags. Myles rev...Rudolf Marek2009-05-041-1/+6
* Run dos2unix on all files:Stefan Reinauer2009-05-021-1024/+1024
* Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson2009-04-303-8/+5
* * 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-304-169/+36
* dd the family10h Rev C0-C2 support to coreboot.Vincent Lim vincent.lim2009-04-281-0/+4
* Create a valid stack pointer after leaving CAR, so function calls don'tPatrick Georgi2009-04-271-4/+7
* Revert 4099 patch that causes an ECC error. Memory has to be written while ECCMyles Watson2009-04-271-1/+2
* makes the smi handler a little bit less verboseStefan Reinauer2009-04-221-1/+5
* 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
* Add VIA CX700 support, plus VIA vt8454c reference board support.Stefan Reinauer2009-04-174-5/+121