summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/i440bx/raminit.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+0
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* northbridge/intel/i440bx: Registered SDRAM modules support and fixesKeith Hui2011-08-041-25/+39
* proper printk handling in src/northbridge/intel/i82810/raminit.cStefan Reinauer2010-12-271-22/+6
* Fix most CONFIG_DEBUG_RAM_SETUP issues. Stefan Reinauer2010-12-271-4/+3
* Fix build with CONFIG_DEBUG_RAM_SETUP on Intel 440BX, use printk().Keith Hui2010-12-231-34/+18
* Some more DIMM0 related cleanups and deduplication.Uwe Hermann2010-11-201-2/+2
* Remove various .c #includes from Intel 440BX/82371EB boards.Uwe Hermann2010-10-091-3/+8
* A number of cleanups for 440BX raminit code.Keith Hui2010-09-201-30/+42
* Enable 440BX NB to use large memory modulesAnders Jenbo2010-04-271-6/+28
* Remove some additional white space to make it look nicer in nanoAnders Jenbo2010-04-271-23/+23
* zero warning days.Stefan Reinauer2010-04-091-1/+0
* Drop \r\n and \n\r as both print_XXX and printk now do this internally.Stefan Reinauer2010-03-311-30/+30
* drop USE_INIT should be USE_PRINTK_IN_CAR here.Stefan Reinauer2010-03-301-2/+4
* From Keith Hui:Keith Hui2010-03-171-6/+147
* Add SDRAMPWR_4DIMM Kconfig option (not user-visible in menuconfig).Keith Hui2010-03-131-1/+5
* 440BX: Do not hardcode DIMM number + size anymore.Keith Hui2010-03-061-51/+320
* This patch is from 2009-10-20Uwe Hermann2010-03-051-4/+1
* Add (parts of the) support for multiple DIMMs on the Intel 440BX chipset.Uwe Hermann2008-12-091-32/+63
* Remove the unnecessary memctrl[] indirection, 440BX only has oneUwe Hermann2008-11-271-72/+51
* The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots ofCarl-Daniel Hailfinger2008-10-011-1/+2
* A duplicate register address is incremented in table register_values.Mats Erik Andersson2008-09-301-1/+1
* Please bear with me - another rename checkin. This qualifies as trivial, noStefan Reinauer2008-01-181-1/+1
* Drop duplicated and unneeded #defines from some northbridges (trivial).Uwe Hermann2007-10-271-1/+1
* Minor tweaks in the 440BX RAM init code (trivial).Uwe Hermann2007-06-071-18/+28
* Lower the RAM init delays we use on the Intel 440BX.Uwe Hermann2007-05-281-12/+9
* Various 440BX and Tyan S1846 related minor changes and fixes (trivial):Uwe Hermann2007-05-271-10/+25
* Cosmetics (trivial).Uwe Hermann2007-05-041-3/+1
* Fix typo: s/PRINT_DEBUG_/PRINT_DEBUG/ (trivial).Uwe Hermann2007-04-301-1/+1
* Initial Intel 440BX RAM initialization framework.Uwe Hermann2007-04-011-363/+504
* add framework for i440bx chipsetRichard Smith2006-07-241-0/+399