summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* Don't mix int and boolean for kconfig variables. It might work, it might not.Patrick Georgi2009-09-151-2/+2
* Use driver-y instead of obj-y for model_6xx_init.o.Uwe Hermann2009-09-041-1/+1
* File I missed committing.Ronald G. Minnich2009-08-291-0/+8
* This is the final set of changes to allow rumba to build. Rumba is notRonald G. Minnich2009-08-293-5/+2
* Fixes per Uwe's comments.Ronald G. Minnich2009-08-291-1/+1
* This is the beginning of support for Geode and Kconfig in v2. Ronald G. Minnich2009-08-283-721/+191
* Move DCACHE support into the cpu family for AMD model_fxx.Myles Watson2009-08-282-3/+33
* Added support for the AMD S1G1 socket in kconfigCristi Magherusan2009-08-274-1/+41
* Clean up some DCACHE related options.Patrick Georgi2009-08-271-0/+4
* Add microcode to socket_940 and socket_F. Part of the last reverting commit.Myles Watson2009-08-252-0/+2
* Revert socket abstraction.Myles Watson2009-08-254-13/+36
* Add support for AMD Socket 940. Move common files to model_fxx.Myles Watson2009-08-259-30/+35
* Add kconfig support for ASUS P2B-F.Uwe Hermann2009-08-254-1/+59
* Fix copy-paste error in src/cpu/x86/Kconfig.Uwe Hermann2009-08-251-1/+1
* 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
OpenPOWER on IntegriCloud