summaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_gx2
AgeCommit message (Expand)Author
2011-04-21more ifdef -> if fixes.Stefan Reinauer
2011-04-11Unify use of post_codeAlexandru Gagniuc
2010-12-30Remove duplicated GX2 processor IIOC mode setting on CS5535 southbridge codeNils Jacobs
2010-12-26Remove dead and unused Geode GX2 codeNils Jacobs
2010-12-26Replace Geode GX2 MSR addresses for GLCP on GLIU1 with namesNils Jacobs
2010-12-26Clean up Geode GX2 comments, whitespace and coding style. Trivial.Nils Jacobs
2010-11-03Clean up some more comments and white space in model_gx2/cpureginit.c.Nils Jacobs
2010-10-07Remove some duplicate #include files (trivial).Uwe Hermann
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-27Move CAR config from mainboard to CPU config for AMD GX2 boards.Warren Turkal
2010-09-23Whitespace/typo/cosmetic fixes (trivial).Uwe Hermann
2010-08-30We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer
2010-07-27Add src/cpu/amd/model_gx2/cache_as_ram.inc missing from r5669Nils Jacobs
2010-07-26This patch converts the Geode GX2 boards to CAR.Nils Jacobs
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-21oops, sorry for the last commit. This commit changes the code to distinguishStefan Reinauer
2010-04-21* clean up all but two warnings on artecgroup dbe61Stefan Reinauer
2010-04-20Make VSA code selectable in KconfigStefan Reinauer
2010-04-02remove more warnings.Stefan Reinauer
2010-04-02remove some more warningsStefan Reinauer
2010-03-29trivial warning cleanupsStefan Reinauer
2010-03-22Fix all the format string warnings.Myles Watson
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-02-07newconfig is no more.Patrick Georgi
2010-02-04Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU.Stefan Reinauer
2009-12-21Make coreboot load VSA from CBFS on amd/gx2.Patrick Georgi
2009-10-17Remove some more instances of including previous empty x86/fpu/Makefile.incPeter Stuge
2009-10-17Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also emptyPeter Stuge
2009-10-16Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove referencesPeter Stuge
2009-10-09Remove default n statements to simplify .config and ldoptions files.Myles Watson
2009-09-23fix some wrong versions of the FSF's address (trivial)Stefan Reinauer
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-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-02-28coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2009-01-19First shot at factoring SMM code into generic parts and southbridge specificStefan Reinauer
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2007-10-24analog changes for the cpu_driver structures...Stefan Reinauer
2006-10-04AMD Rev F supportYinghai Lu
2006-08-16share decompression code.Stefan Reinauer
2006-06-20Fixes from AMD. Tested to build on rumba and olpc, and builds. Ronald G. Minnich
2006-06-14remove erroneous cache disable.Ronald G. Minnich
2006-06-10changes from AMD for making OLPC video work.Ronald G. Minnich
2006-06-08further development of OLPC. Set vsm size to 35k. add PCI IRQ for USB. Ronald G. Minnich
2006-05-25add DK8HTX support. Ronald G. Minnich
2006-05-18cleanup some of the compressed rom stream ugliness -- more to do!Ronald G. Minnich
2006-05-06Use a real variable to configure rom base for vsa ...Ronald 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