aboutsummaryrefslogtreecommitdiff
path: root/src/include/cpu
AgeCommit message (Expand)Author
2010-11-18For completeness sake: License header.Patrick Georgi
2010-11-17Move Intel power management related defines to some central location.Patrick Georgi
2010-11-13MTRR related improvements for AMD family 10h and family 0Fh systemsScott Duplichan
2010-11-01Change Geode GX2 to use the auto DRAM detect code from Geode LX.Nils Jacobs
2010-11-01GX2: Clean up some white space and comments.Nils Jacobs
2010-10-12Reduce duplicate definition in CAR code.Warren Turkal
2010-10-01Factor out common CAR asm snippets.Uwe Hermann
2010-10-01CAR simplifications, typos, readability improvements (trivial).Uwe Hermann
2010-09-29Factor out fill_processor_name() and strcpy() functions.Uwe Hermann
2010-09-17AMD Fam10 code breaks with gcc 4.5.0.Scott Duplichan
2010-09-13Generate multiboot tables from coreboot tables.Juhana Helovuo
2010-08-30We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer
2010-08-03Drop the USE_PRINTK_IN_CAR option. It's a bogus decision to make for any user /Stefan Reinauer
2010-07-28Let Geode GX2 use geode_post_code.h just like Geode LXNils Jacobs
2010-07-26This patch converts the Geode GX2 boards to CAR.Nils Jacobs
2010-07-08Fix all warnings in the tree Stefan Reinauer
2010-07-08get rid of even more fam10 and k8 warnings.Stefan Reinauer
2010-07-07fix some more warningsStefan Reinauer
2010-06-10This commit updates the Geode LX GLCP delay control setup from the v2 way to ...Edwin Beasant
2010-05-19cosmetic comment changes.Stefan Reinauer
2010-05-16Sorry for this for second time. Now compile tested for both cases ;)Rudolf Marek
2010-05-16Sorry for this. I fixed that reverting the change for ROMCC.Rudolf Marek
2010-05-16Following patch reworks car_disable into C. Tested, works here. I comparedRudolf Marek
2010-05-14clean up some prototypesStefan Reinauer
2010-05-09Move includes to where they are needed. This allows to simplifyPatrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-25a single place for the romstage stack for copy_and_run.Stefan Reinauer
2010-04-25drop "arch/asm.h" and "arch/intel.h" and create "cpu/x86/post_code.h"Stefan Reinauer
2010-04-22None of the cs5536 settings in devicetree.cb were ever used and nobody noticed.Stefan Reinauer
2010-04-21* clean up all but two warnings on artecgroup dbe61Stefan Reinauer
2010-04-16Fix a typo to remove a few more warnings.Myles Watson
2010-04-15Remove a few more warnings from fam10.Myles Watson
2010-04-08Cosmetically make init_cpus more similar for fam10 and K8.Myles Watson
2010-04-07move amd K8/Fam10 "bus detection" function prototypes to a common place.Stefan Reinauer
2010-04-06No warnings day, next round.Stefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-29dualcore.h and quadcore.h are almost exactly the same. Stefan Reinauer
2010-03-28drop unneeded __ROMCC__ checks when the check for __PRE_RAM__ is moreStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17trivial warning fixes, mostly for ACPI codeStefan Reinauer
2010-03-17fix a couple of warningsStefan Reinauer
2010-03-11Replace clear_memory with memset.Myles Watson
2010-02-22mini update SMM:Stefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-15Various license header consistency fixes (trivial).Uwe Hermann
2009-11-06Split the two usages of __ROMCC__:Myles Watson
2009-10-30Remove some warnings from the tyan s2895.Myles Watson
2009-10-28Drop remainder of PPC portStefan Reinauer
2009-10-27Add few missing prototypes, and remove few unused (thus lonelly) variables.Maciej Pijanka
2009-10-17Remove CONFIG_ from #defines that aren't config variables. Trivial.Myles Watson
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-06-06Fix for Erratum 343 for AMD Fam10h CPUs.Marco Schmidt
2009-04-06(trivial) fix some warningsStefan Reinauer
2009-03-13This, ladies and gentlement, is commit #4000.Stefan Reinauer
2009-03-06* fix a minor power state issue in the ich7 smm handlerStefan Reinauer
2009-03-01Some changes required to get yabel working on v2 (and they generally makeStefan Reinauer
2009-02-14Change Log:Rudolf Marek
2009-01-20fix compiler warnings (trivial)Stefan Reinauer
2008-11-11[PATCH] coreboot-v2: Add multiboot supportRobert Millan
2008-10-29Support for the Intel ICH7 southbridge.Stefan Reinauer
2008-08-02Go back to SIPI WAIT state for those CPUS defining the newly introducedStefan Reinauer
2008-01-18Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer
2007-12-19Changed the stop_this_cpu() to just hlt.Marc Jones
2007-12-19Initial AMD Barcelona support for rev Bx.Marc Jones
2007-05-10This patch cleans up and clarifies Geode source code comments.Marc Jones
2007-05-04This repairs the other Geode mainboards so they'll build with the newMarc Jones
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-06two more directories from YhLu's mcp55 megapatch.Yinghai Lu
2007-02-01This fixes a small typo.Roman Kononov
2006-10-04CONFIG_USE_PRINTK_IN_CAR and ht chain id for HTX support inYinghai Lu
2006-10-04amdk8_sysconfYinghai Lu
2006-10-04AMD Rev F supportYinghai Lu
2006-09-13changes for the lx and artecgroup moboIndrek Kruusa
2006-08-25- USB P4 as host fixRichard Smith
2006-08-25- Added suport for enabling USB P4 on the olpcRichard Smith
2006-08-03Changelog:Indrek Kruusa
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
2006-07-21These changes incorporate steve goodrich'es fixes, and one bug that isRonald G. Minnich
2006-06-10changes from AMD for making OLPC video work.Ronald G. Minnich
2006-05-04mods for early printing on OLPCRonald G. Minnich
2006-05-02Fall back to pre-broken settings and setup for GX2. Ronald G. Minnich
2006-04-27code cleanup, comments addedLi-Ta Lo
2006-04-10added chipsetinit function, many defines. addec call to chipsetinit to Ronald G. Minnich
2006-04-10add cpureginit to romcc code.Ronald G. Minnich
2006-04-10clean up gx2def.h a bit. Ronald G. Minnich
2006-04-06add northbridgeinit, also add new constants.Ronald G. Minnich
2006-04-06fix constants styleRonald G. Minnich
2006-04-06add bug support for 2.1Ronald G. Minnich
2006-04-03new cache_as_ram support Yinghai Lu
2006-03-20fix conflichRonald G. Minnich
2006-03-20resolve conflictLi-Ta Lo
2006-03-20added definitions. added cpubug support. added object. Commented out Ronald G. Minnich
2006-03-20add a defineRonald G. Minnich
2006-03-13correct __ROMCC__Li-Ta Lo
2006-03-13failed attempt to do early init for cs5535. Almost there butLi-Ta Lo
2006-02-27more GX2 commitLi-Ta Lo
2006-02-06add this fileRonald G. Minnich
2005-12-021201_ht_bus0_dev0_fidvid_core.diffStefan Reinauer