aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
2009-06-03Revert "CMOS: Add set_option and rework get_option."Luc Verhaegen
2009-06-03CMOS: Add set_option and rework get_option.Luc Verhaegen
2009-05-27Move coreboot_ram and coreboot_apc to CBFS. This allows to Patrick Georgi
2009-05-14Update equivalent processor revision ID to load latest microcode patches andMarc Jones
2009-05-11This patch adds high table support to qemu. It was already added toMyles Watson
2009-05-11Trivial white space fixes so that the next patches are easier to read.Myles Watson
2009-05-04The rev 4099 broke ECC boards, they need to have tidy the ECC tags. Myles rev...Rudolf Marek
2009-05-02Run dos2unix on all files:Stefan Reinauer
2009-04-30Remove warnings from compilation of the s2892 with and without CBFS.Myles Watson
2009-04-30* Use latest version of intel microcodes from their Linux drivers page forStefan Reinauer
2009-04-30Refactor copy_and_run so that it uses a single code base instead ofPatrick Georgi
2009-04-28dd the family10h Rev C0-C2 support to coreboot.Vincent Lim vincent.lim
2009-04-27Create a valid stack pointer after leaving CAR, so function calls don'tPatrick Georgi
2009-04-27Revert 4099 patch that causes an ECC error. Memory has to be written while ECCMyles Watson
2009-04-22makes the smi handler a little bit less verboseStefan Reinauer
2009-04-22argh... never redo parts of the original patch on the fly. This fixes the treeStefan Reinauer
2009-04-22This patch unifies the socket_mPGA604_800Mhz and socket_mPGA604_533Mhz to aStefan Reinauer
2009-04-22Trivial removal of a freudian slip.Patrick Georgi
2009-04-17Add VIA CX700 support, plus VIA vt8454c reference board support.Stefan Reinauer
2009-04-15r4097 broke the tree and it remains unfixed :-( Stefan Reinauer
2009-04-13Following patch adds resume (exit from self refresh) support for AMD K8 revFRudolf Marek
2009-04-13Following patch adds necessary hooks and as well the compile time checks forRudolf Marek
2009-04-03drop unused variables in generic smm handler. (trivial)Stefan Reinauer
2009-04-03drop another shadow variable (trivial)Stefan Reinauer
2009-04-01Fix typo.Marc Jones
2009-04-01Updated microcode for for AMD Fam10 DR-B2 and B3.Zheng Bao
2009-04-01Drop CONFIG_CHIP_NAME. Those config statements in Config.lb shouldStefan Reinauer
2009-03-31fix typoStefan Reinauer
2009-03-25The latest ucode patches for Family 10h:Zeng Bao
2009-03-19fix totalimpact briq compilation. the target had a cpu specific and a mainboardStefan Reinauer
2009-03-06Some updates for core/core duo/core2/core2 duo cpus.Stefan Reinauer
2009-03-06* fix a minor power state issue in the ich7 smm handlerStefan Reinauer
2009-03-06fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer
2009-03-04I just went on a bugfix frenzy and fixed all printk format warningsCarl-Daniel Hailfinger
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-28With this patch the v2 build system will create a directory hierarchyStefan Reinauer
2009-02-27This patch makes several CMOS/NVRAM reads dependent on whether there's a tabl...Myles Watson
2009-02-17Unify CAR so the same compiled code does the right thing on bothPatrick Georgi
2009-02-14Bellongs to r3946 Rudolf Marek
2009-02-14Following patch adds dynamically generated P-States infrastructure as well asRudolf Marek
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2009-02-12Fix mtrr setup for UMA architectures.Stefan Reinauer
2009-02-11Print a loud warning message if we run out of MTRRs.Carl-Daniel Hailfinger
2009-02-09Remove some warnings, mainly from format strings which didn't match theMyles Watson
2009-02-03Following patch adds missing CPU names. Please checkRudolf Marek
2009-01-20Fix register typo for core 2 cpus (trivial)Stefan Reinauer
2009-01-20fix compiler warnings (trivial)Stefan Reinauer
2009-01-19First shot at factoring SMM code into generic parts and southbridge specificStefan Reinauer
2008-12-19Fix a LOT of implicit function declarations before they become errors.Corey Osgood
2008-12-18This patch gets rid of all the implicit definition warnings for serengeti exc...Myles Watson
2008-12-18Add another CPUID to the Via C7's table, the one on my Jetway J7F2.Corey Osgood
2008-11-12Add another AM2 cpuid to the name string. Also, colapse the cases for duplica...Marc Jones
2008-11-03Update K8 FID/VID setup. Add support for 100MHz FIDs (revG).Marc Jones
2008-10-29Support for Intel Core Duo and Core 2 Duo (tm) CPUs.Stefan Reinauer
2008-10-22Speed up copying coreboot to ram by using "movsl" instead of "movsb".Jens Rottmann
2008-10-03Thanks to Jason Zhao we got a skeleton CAR code for VIA C7. I have triedCarl-Daniel Hailfinger
2008-10-01The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger
2008-09-19Add AMD K8 S1G1 socket support.Michael Xie Michael.Xie
2008-08-25This patch implements support for the CPU core of the Intel EP80579Ed Swierk
2008-08-13Fix outb to 0x80 delay functions to use inb instead (fixes excessive post codesStefan Reinauer
2008-08-07Clean up whitespace and comments style. (trivial)Marc Jones
2008-08-02adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot"Stefan Reinauer
2008-08-02Go back to SIPI WAIT state for those CPUS defining the newly introducedStefan Reinauer
2008-08-02This patch Stefan Reinauer
2008-08-01match against all steppings of a CPU model, because these are _model_ drivers.Stefan Reinauer
2008-08-01same spelling in all mtrr output.. (trivial)Stefan Reinauer
2008-08-01drop unused code (trivial)Stefan Reinauer
2008-07-23Add AMD Fam10 B3 default settings to match AMD example code.Marc Jones
2008-07-23Update to the latest AMD Fam10 microcode patches.Marc Jones
2008-07-17Add Fam10 Gart table walk enable for MCA reporting to match AMD example code.Marc Jones
2008-07-15Add missing Intel CPU (trivial).Uwe Hermann
2008-04-25Remove inline from FAM10 CPU initialization functions.Marc Jones
2008-04-24Add CPUID processor name string support for Fam10 CPUs.Marc Jones
2008-04-24On APs the ClLinesToNbDis was being left enabled from CAR setup.Marc Jones
2008-04-22Clean up and remove late initialization code that is no longer needed.Marc Jones
2008-04-22Find matching settings for each CPUs FID, VID, and P-state registers and init...Marc Jones
2008-04-22Update the FAM10 microcode to current versions.Marc Jones
2008-04-22Missed this file in the previous check-in, r3248.Marc Jones
2008-04-22Add early MSR and PCI register initialization. Marc Jones
2008-04-07Re-add files I deleted by mistake in r3219. They are meant for a differentMarc Jones (marc.jones
2008-04-07Don't check exclusive IRQ fieldin the PIR table.Marc Jones(marc.jones
2008-04-04Add a workaround for a bug in some binutils version which strictlyCarl-Daniel Hailfinger
2008-03-18* split model_centaur into model_c3 and model_c7Stefan Reinauer
2008-03-13Update AMD CPU list based on Revision Guide for AMD NPT Family 0Fh Processors,Uwe Hermann
2008-03-12Formatting fixes, no content changes (trivial).Uwe Hermann
2008-02-07Change references to qemu in Coreboot-v2 calls to qemu-x86.Myles Watson
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2008-01-12Via C3 datasheets don't make any mention of microcode updates, and theCorey Osgood
2008-01-10Add a workaround for a bug in some binutils version which strictlyCarl-Daniel Hailfinger
2008-01-10This patch introduces 4k CAR size granularity for the AMD x86 CAR code.Carl-Daniel Hailfinger
2008-01-08Fix compilation of Tyan S2735 which was broken by accident in r3038.Carl-Daniel Hailfinger
2008-01-08Remove some DOS line endings accidentially introduced in r3014.Carl-Daniel Hailfinger
2008-01-08This patch is an attempt at introducing 4k CAR size granularity for theCarl-Daniel Hailfinger
2007-12-19Initial AMD Barcelona support for rev Bx.Marc Jones
2007-12-19Whitespace and other code cleanup in peperation for AMD Barcelona support.Marc Jones
2007-11-29Update AMD CPU IDs in model_fxx_init.c with information fromUwe Hermann
2007-11-07This patch adds the pci ids of c7 cpus to the existing model_centaur. c3 Corey Osgood
2007-10-31Use the preferred order of 'static const' instead of 'const static'.Uwe Hermann
2007-10-26This code gets us to a working linux boot on the alix1c. I have not tested Ronald G. Minnich