summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer2009-04-018-34/+8
* fix typoStefan Reinauer2009-03-311-1/+1
* The latest ucode patches for Family 10h:Zeng Bao2009-03-252-0/+326
* fix totalimpact briq compilation. the target had a cpu specific and a mainboardStefan Reinauer2009-03-191-2/+4
* Some updates for core/core duo/core2/core2 duo cpus.Stefan Reinauer2009-03-064-5/+817
* * fix a minor power state issue in the ich7 smm handlerStefan Reinauer2009-03-061-1/+12
* fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer2009-03-062-5/+6
* I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger2009-03-042-3/+3
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-286-23/+23
* With this patch the v2 build system will create a directory hierarchyStefan Reinauer2009-02-281-2/+2
* This patch makes several CMOS/NVRAM reads dependent on whether there's a tabl...Myles Watson2009-02-272-4/+5
* Unify CAR so the same compiled code does the right thing on bothPatrick Georgi2009-02-171-18/+56
* Bellongs to r3946 Rudolf Marek2009-02-141-0/+386
* Following patch adds dynamically generated P-States infrastructure as well asRudolf Marek2009-02-141-0/+1
* This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson2009-02-124-19/+19
* Fix mtrr setup for UMA architectures.Stefan Reinauer2009-02-121-4/+29
* Print a loud warning message if we run out of MTRRs.Carl-Daniel Hailfinger2009-02-111-2/+9
* Remove some warnings, mainly from format strings which didn't match theMyles Watson2009-02-094-10/+10
* Following patch adds missing CPU names. Please checkRudolf Marek2009-02-031-0/+60
* 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-1923-2/+692
* Fix a LOT of implicit function declarations before they become errors.Corey Osgood2008-12-191-0/+1
* This patch gets rid of all the implicit definition warnings for serengeti exc...Myles Watson2008-12-181-0/+2
* Add another CPUID to the Via C7's table, the one on my Jetway J7F2.Corey Osgood2008-12-181-0/+1
* Add another AM2 cpuid to the name string. Also, colapse the cases for duplica...Marc Jones2008-11-121-12/+1
* Update K8 FID/VID setup. Add support for 100MHz FIDs (revG).Marc Jones2008-11-031-53/+135
* Support for Intel Core Duo and Core 2 Duo (tm) CPUs.Stefan Reinauer2008-10-2917-5/+1323
* Speed up copying coreboot to ram by using "movsl" instead of "movsb".Jens Rottmann2008-10-221-0/+9
* Thanks to Jason Zhao we got a skeleton CAR code for VIA C7. I have triedCarl-Daniel Hailfinger2008-10-032-0/+203
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-013-6/+6
* Add AMD K8 S1G1 socket support.Michael Xie Michael.Xie2008-09-193-0/+29
* This patch implements support for the CPU core of the Intel EP80579Ed Swierk2008-08-254-0/+144
* Fix outb to 0x80 delay functions to use inb instead (fixes excessive post codesStefan Reinauer2008-08-131-1/+1
* Clean up whitespace and comments style. (trivial)Marc Jones2008-08-071-245/+263
* adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot"Stefan Reinauer2008-08-022-7/+8
* Go back to SIPI WAIT state for those CPUS defining the newly introducedStefan Reinauer2008-08-021-1/+68
* This patch Stefan Reinauer2008-08-021-7/+10
* match against all steppings of a CPU model, because these are _model_ drivers.Stefan Reinauer2008-08-013-3/+9
* same spelling in all mtrr output.. (trivial)Stefan Reinauer2008-08-011-1/+1
* drop unused code (trivial)Stefan Reinauer2008-08-012-4/+0
* Add AMD Fam10 B3 default settings to match AMD example code.Marc Jones2008-07-232-15/+50
* Update to the latest AMD Fam10 microcode patches.Marc Jones2008-07-233-89/+99
* Add Fam10 Gart table walk enable for MCA reporting to match AMD example code.Marc Jones2008-07-171-0/+4
* Add missing Intel CPU (trivial).Uwe Hermann2008-07-151-0/+1
* Remove inline from FAM10 CPU initialization functions.Marc Jones2008-04-254-19/+19
* Add CPUID processor name string support for Fam10 CPUs.Marc Jones2008-04-243-3/+243
* On APs the ClLinesToNbDis was being left enabled from CAR setup.Marc Jones2008-04-241-0/+7
* Clean up and remove late initialization code that is no longer needed.Marc Jones2008-04-224-1096/+16
* Find matching settings for each CPUs FID, VID, and P-state registers and init...Marc Jones2008-04-221-167/+563