summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/model_lx
Commit message (Expand)AuthorAgeFilesLines
* Rename build system variables to be more intuitive, andPatrick Georgi2010-09-301-2/+2
* All these boards already had the CACHE_AS_RAM option in their individualWarren Turkal2010-09-271-6/+8
* Whitespace/typo/cosmetic fixes (trivial).Uwe Hermann2010-09-231-2/+2
* Set up an arbitrary amount of system memory on Geode LX, soAurelien Guillaume2010-09-071-0/+13
* We call this cache as ram everywhere, so let's call it the same in KconfigStefan Reinauer2010-08-301-1/+1
* This commit updates the Geode LX GLCP delay control setup from the v2 way to ...Edwin Beasant2010-06-102-172/+124
* replace outb -> port 0x80 with post_code() in some places.Stefan Reinauer2010-06-071-2/+2
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-273-8/+8
* fix ARRAY_SIZE issue.Stefan Reinauer2010-04-221-0/+2
* oops, sorry for the last commit. This commit changes the code to distinguishStefan Reinauer2010-04-211-2/+8
* * clean up all but two warnings on artecgroup dbe61Stefan Reinauer2010-04-215-768/+66
* Make VSA code selectable in KconfigStefan Reinauer2010-04-201-0/+18
* zero warnings days. Down to under 600 different warnings Stefan Reinauer2010-04-141-3/+0
* Move the CPU specific includes fromPatrick Georgi2010-04-121-0/+2
* Drop ASM_CONSOLE_LOGLEVEL from LX car code. We do output in C in copy_and_run /Stefan Reinauer2010-04-091-67/+4
* No warnings day, next round.Stefan Reinauer2010-04-061-1/+1
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-011-2/+6
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-12/+12
* trivial warning cleanupsStefan Reinauer2010-03-291-1/+1
* printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer2010-03-223-32/+29
* more warnings gone...Stefan Reinauer2010-03-171-16/+7
* Allow building images with different prefixes (ie. normal/romstage,Patrick Georgi2010-02-091-5/+2
* newconfig is no more.Patrick Georgi2010-02-071-7/+0
* Move CAR settings for all GX1, GX2, LX and Intel Slot2 boards to the CPU.Stefan Reinauer2010-02-041-0/+10
* - Clean up and comment writing of MSRs for cache control (Backport from v3)Edwin Beasant2010-01-261-23/+17
* Push VSA into CBFS for amd/lx systems. It's not hooked up toPatrick Georgi2009-12-101-11/+5
* trivial: add note that VSA blob belongs into CBFS. Stefan Reinauer2009-10-221-0/+1
* Remove some more instances of including previous empty x86/fpu/Makefile.incPeter Stuge2009-10-171-1/+0
* Drop src/cpu/x86/fpu/{Config.lb,Makefile.inc} since they are also emptyPeter Stuge2009-10-171-1/+0
* Drop empty cpu/x86/{mmx,sse}/{Config.lb,Makefile.inc} and remove referencesPeter Stuge2009-10-162-2/+0
* Remove default n statements to simplify .config and ldoptions files.Myles Watson2009-10-091-1/+0
* More kconfig:Patrick Georgi2009-10-082-0/+14
* Remove:Patrick Georgi2009-10-031-15/+2
* fix some wrong versions of the FSF's address (trivial)Stefan Reinauer2009-09-231-1/+1
* cpu/amd/model_lx used its own routine for copying coreboot_ram. ThisPatrick Georgi2009-08-111-95/+20
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-303-16/+16
* coreboot-v2: drop this ugly historic union name in v2 that was dropped in v3Stefan Reinauer2009-02-281-1/+1
* First shot at factoring SMM code into generic parts and southbridge specificStefan Reinauer2009-01-191-1/+2
* Speed up copying coreboot to ram by using "movsl" instead of "movsb".Jens Rottmann2008-10-221-0/+9
* Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer2008-01-182-7/+7
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-185-5/+5
* This code gets us to a working linux boot on the alix1c. I have not tested Ronald G. Minnich2007-10-261-1/+18
* analog changes for the cpu_driver structures...Stefan Reinauer2007-10-241-1/+1
* Put the print in the right place. This is trivial patch but a veryRonald G. Minnich2007-10-211-0/+1
* Add missing license headers, minor cosmetic fixes in existing headers.Uwe Hermann2007-05-222-19/+18
* This patch cleans up and clarifies Geode source code comments.Marc Jones2007-05-102-15/+6
* indent is by no means as harmless as one might think ;-)Stefan Reinauer2007-05-101-4/+7
* Fix the indent and whitespace to match LinuxBIOS standardsJordan Crouse2007-05-105-449/+388
* This is the final patch to enable the msm800sev to build. This patchRonald G. Minnich2007-05-051-0/+1
* This patch adds support for the AMD Geode LX CPU. (rediffed)Marc Jones2007-05-046-530/+627
OpenPOWER on IntegriCloud