summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/lx/raminit.c
Commit message (Expand)AuthorAgeFilesLines
* cpu/amd/geode_lx: Drop supportArthur Heymans2018-12-211-775/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* complier.h: add __noreturn and use it in code baseAaron Durbin2018-09-101-1/+2
* src/nb: Fix non-local header treated as localElyes HAOUAS2018-07-021-1/+1
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-141-2/+2
* src/northbridge: Remove unnecessary whitespaceElyes HAOUAS2016-10-041-2/+2
* northbridge/amd: Improve code formattingElyes HAOUAS2016-09-211-11/+11
* northbridge/amd/{lx,gx2}: remove immediate accesses of 0Patrick Georgi2016-04-161-3/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* northbridge: Drop print_ implementation from non-romcc boardsStefan Reinauer2015-01-061-15/+15
* Uniformly spell frequency unit symbol as HzElyes HAOUAS2014-07-291-10/+10
* AMD Northbridge LX: include northbridge.h in raminit.cChristian Gmeiner2013-06-041-0/+1
* AMD Northbridge LX: add some missing includesChristian Gmeiner2013-06-041-0/+2
* AMD Northbridge LX: make sdram_* function prototypes non-staticChristian Gmeiner2013-06-041-3/+4
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* Whitespace: Replace tab character in license text with two spacesPaul Menzel2013-02-201-1/+1
* Mark non-returning function as noreturn to help some compiler versionsPatrick Georgi2011-03-011-1/+1
* * Adds support for PC Engines Alix.2D(1)3 board to Coreboot.Aurelien Guillaume2010-08-241-1/+1
* Factor out casmap calculation. Gets rid of a warning.Myles Watson2010-04-301-67/+45
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-7/+7
* cosmetics.Stefan Reinauer2010-04-201-5/+2
* No warnings day, next round.Stefan Reinauer2010-04-061-1/+1
* remove some more warningsStefan Reinauer2010-04-021-1/+6
* - get rid of ASM_CONSOLE_LOGLEVEL except in two assembler files.Stefan Reinauer2010-04-011-18/+18
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-7/+7
* trivial warning cleanupsStefan Reinauer2010-03-291-1/+2
* more warnings gone...Stefan Reinauer2010-03-171-1/+2
* Changed RAM speed calculation to fix RAM modules getting rejected onlyJens Rottmann2008-10-221-6/+5
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-181-1/+1
* Final set of changes to make Alix1c work.Ronald G. Minnich2007-11-071-3/+3
* This code gets us to a working linux boot on the alix1c. I have not tested Ronald G. Minnich2007-10-261-28/+69
* his patch fixes the CAS map for -.5 and -1 CAS settings. The -.5 setting shou...Marc Jones2007-06-141-24/+23
* Add missing license headers, minor cosmetic fixes in existing headers.Uwe Hermann2007-05-221-17/+17
* This patch cleans up \r left in the print strings. They were required for rom...Marc Jones2007-05-101-9/+9
* Fix the indent and whitespace to match LinuxBIOS standardsJordan Crouse2007-05-101-208/+194
* This patch adds support for the northbridge integrated into the AMDMarc Jones2007-05-041-78/+724
* changes for the lx and artecgroup moboIndrek Kruusa2006-09-131-51/+23
* warm boot patch from richard smith.Ronald G. Minnich2006-09-131-1/+12
* Changelog:Indrek Kruusa2006-08-031-4/+1
* This patch adds support for the AMD LX cpu. Ron Minnich2006-07-281-0/+143