summaryrefslogtreecommitdiff
path: root/src/cpu/amd/model_lx
AgeCommit message (Expand)Author
2011-04-11Unify use of post_codeAlexandru Gagniuc
2010-09-30Rename build system variables to be more intuitive, andPatrick Georgi
2010-09-27All these boards already had the CACHE_AS_RAM option in their individualWarren Turkal
2010-09-23Whitespace/typo/cosmetic fixes (trivial).Uwe Hermann
2010-09-07Set up an arbitrary amount of system memory on Geode LX, soAurelien Guillaume
2010-08-30We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer
2010-06-10This commit updates the Geode LX GLCP delay control setup from the v2 way to ...Edwin Beasant
2010-06-07replace outb -> port 0x80 with post_code() in some places.Stefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-22fix ARRAY_SIZE issue.Stefan 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-14zero warnings days. Down to under 600 different warnings Stefan Reinauer
2010-04-12Move the CPU specific includes fromPatrick Georgi
2010-04-09Drop ASM_CONSOLE_LOGLEVEL from LX car code. We do output in C in copy_and_run /Stefan Reinauer
2010-04-06No warnings day, next round.Stefan Reinauer
2010-04-01- get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer
2010-03-31Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer
2010-03-29trivial warning cleanupsStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2010-03-17more warnings gone...Stefan Reinauer
2010-02-09Allow building images with different prefixes (ie. normal/romstage,Patrick Georgi
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
2010-01-26- Clean up and comment writing of MSRs for cache control (Backport from v3)Edwin Beasant
2009-12-10Push VSA into CBFS for amd/lx systems. It's not hooked up toPatrick Georgi
2009-10-22trivial: add note that VSA blob belongs into CBFS. Stefan Reinauer
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-10-08More kconfig:Patrick Georgi
2009-10-03Remove:Patrick Georgi
2009-09-23fix some wrong versions of the FSF's address (trivial)Stefan Reinauer
2009-08-11cpu/amd/model_lx used its own routine for copying coreboot_ram. ThisPatrick Georgi
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-01-19First shot at factoring SMM code into generic parts and southbridge specificStefan Reinauer
2008-10-22Speed up copying coreboot to ram by using "movsl" instead of "movsb".Jens Rottmann
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
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-21Put the print in the right place. This is trivial patch but a veryRonald G. Minnich
2007-05-22Add missing license headers, minor cosmetic fixes in existing headers.Uwe Hermann
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