summaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
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
2007-10-24analog changes for the cpu_driver structures...Stefan Reinauer
2007-10-24Ever wondered where those "setting incorrect section attributes forStefan Reinauer
2007-10-23fix a whole bunch of warnings. (trivial)Stefan Reinauer
2007-10-23Add support for the Intel mFCPGA 478 socket. (trivial)Stefan Reinauer
2007-10-21Put the print in the right place. This is trivial patch but a veryRonald G. Minnich
2007-10-15This patch adds support for the Mobile Intel Celeron CPU (Micro-FC-BGA)Joseph Smith
2007-08-30Add support for the Athlon64 x2 5000+ CPU.Torsten Duwe
2007-06-14This patch adds support for the Intel i82810 northbridge and various i82801xxCorey Osgood
2007-05-29Use the common LinuxBIOS license header format.Uwe Hermann
2007-05-26This patch fixes the processor name string for Rev F. CPUs.Sven Kapferer
2007-05-22Add missing license headers, minor cosmetic fixes in existing headers.Uwe Hermann
2007-05-20Add additional CPU device ID:Jeremy Jackson
2007-05-10This patch cleans up and clarifies Geode source code comments.Marc Jones
2007-05-10indent is by no means as harmless as one might think ;-)Stefan Reinauer
2007-05-10Fix the indent and whitespace to match LinuxBIOS standardsJordan Crouse
2007-05-05This is the final patch to enable the msm800sev to build. This patchRonald G. Minnich
2007-05-04This patch adds support for the AMD Geode LX CPU. (rediffed)Marc Jones
2007-05-03Add missing license headers to some Geode LX related files.Jordan Crouse
2007-04-24trivial: fix filename in comment. Stefan Reinauer
2007-04-06This is part of the outstanding mcp55 commit from January 18th. It willYinghai Lu
2007-02-28This is (most of) the usb2 debug console code ripped out of Yinghai Lu
2007-01-16Change 'ram' to 'RAM' in user-visible output (closes #60).Uwe Hermann
2006-12-14Add mtrr support for pentium m cpusJon Dufresne
2006-12-05Use the common LinuxBIOS license header (trivial). Refs #5.Uwe Hermann
2006-11-05Use the canonical name of the vendors/devices and theUwe Hermann
2006-10-04CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu
2006-10-04socket 939Yinghai Lu
2006-10-04AMD Rev F supportYinghai Lu
2006-09-13changes for the lx and artecgroup moboIndrek Kruusa
2006-09-13fix for qemu northbridge, from Ed SwierkRonald G. Minnich
2006-08-16share decompression code.Stefan Reinauer
2006-08-03Changelog:Indrek Kruusa
2006-08-02Add newer Via Nehemiah stepping levels.Jonathan McDowell
2006-08-02Geode LX: this patch adds configuration/status/self-test MSR definitionsIndrek Kruusa
2006-07-28This patch adds support for the AMD LX cpu. Ron Minnich