summaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
2009-10-09Remove default n statements to simplify .config and ldoptions files.Myles Watson
2009-10-09More Kconfig-supported boards, and also kconfig supportPatrick Georgi
2009-10-09More kconfig cleanups:Uwe Hermann
2009-10-08Set MMX and SSE where needed. Note that many boards don't even botherRonald G. Minnich
2009-10-08More kconfig:Patrick Georgi
2009-10-08Oops, wrong type for Kconfig value. Trivial fixPatrick Georgi
2009-10-08Kconfig: AMD Fam10, all Tyan boards.Patrick Georgi
2009-10-07Kconfig:Patrick Georgi
2009-10-06Various fixes to Kconfig: All kconfig-boards should have aPatrick Georgi
2009-10-04Add initial kconfig support for all AMD GX1 boards.Uwe Hermann
2009-10-03Remove:Patrick Georgi
2009-10-01Support variables for MMX and SSE. These would be used inRonald G. Minnich
2009-10-01Add some trivial numbers for 945, and Core2 Duo E8200 Intel partsPeter Stuge
2009-10-01Fix Kconfig build for K8 boards.Myles Watson
2009-09-29Remove some warnings.Myles Watson
2009-09-29More consistent use of "default n" and "select XYZ" inPatrick Georgi
2009-09-25some progress on kconfig:Patrick Georgi
2009-09-24Make all Kconfig enabled boards build (tested with kbuildall).Patrick Georgi
2009-09-23fix some wrong versions of the FSF's address (trivial)Stefan Reinauer
2009-09-22src/Kconfig: Remove HT-specific options.Myles Watson
2009-09-22tables.diff: Add Kconfig dialogues for ACPI, MP_TABLE, ...Myles Watson
2009-09-17Remove warnings from Kconfig. Trivial.Myles Watson
2009-09-15Don't mix int and boolean for kconfig variables. It might work, it might not.Patrick Georgi
2009-09-04Use driver-y instead of obj-y for model_6xx_init.o.Uwe Hermann
2009-08-29File I missed committing.Ronald G. Minnich
2009-08-29This is the final set of changes to allow rumba to build. Rumba is notRonald G. Minnich
2009-08-29Fixes per Uwe's comments.Ronald G. Minnich
2009-08-28This is the beginning of support for Geode and Kconfig in v2. Ronald G. Minnich
2009-08-28Move DCACHE support into the cpu family for AMD model_fxx.Myles Watson
2009-08-27Added support for the AMD S1G1 socket in kconfigCristi Magherusan
2009-08-27Clean up some DCACHE related options.Patrick Georgi
2009-08-25Add microcode to socket_940 and socket_F. Part of the last reverting commit.Myles Watson
2009-08-25Revert socket abstraction.Myles Watson
2009-08-25Add support for AMD Socket 940. Move common files to model_fxx.Myles Watson
2009-08-25Add kconfig support for ASUS P2B-F.Uwe Hermann
2009-08-25Fix copy-paste error in src/cpu/x86/Kconfig.Uwe Hermann
2009-08-25Various Kconfig and Makefile.inc fixes and cosmetics.Uwe Hermann
2009-08-24Add support for AM2 CPUs (I fixed the 0x11 issue).Myles Watson
2009-08-24The variable is already checked when including the socketF subdirectory.Myles Watson
2009-08-24This patch is about the DA-C2 and RB-C2. Chip with install processorZheng Bao
2009-08-21Change the intel cpu makefile.inc so that it fits the model better.Ronald G. Minnich
2009-08-20This goes a surprisingly long way to building the epia-n. It also hasRonald G. Minnich
2009-08-13- AMD selected a couple of options that are incompatible with QEmu (andPatrick Georgi
2009-08-13Fix some conflicting types of variablesPatrick Georgi
2009-08-12This now builds. Ronald G. Minnich
2009-08-12Fix multiple missing files and errors from the recent commit. This happenedRonald G. Minnich
2009-08-12Kconfig!Patrick Georgi
2009-08-11cpu/amd/model_lx used its own routine for copying coreboot_ram. ThisPatrick Georgi
2009-08-11The code between #if and #endif is only about UMA mode. The CONFIG_GFXUMA sho...Zheng Bao
2009-07-22Don't put .o files in the source tree. (trivial)Stefan Reinauer