1. 15 11月, 2010 15 次提交
  2. 13 11月, 2010 3 次提交
  3. 12 11月, 2010 7 次提交
  4. 11 11月, 2010 3 次提交
  5. 10 11月, 2010 2 次提交
  6. 30 10月, 2010 9 次提交
  7. 28 10月, 2010 1 次提交
    • T
      Kirkwood: bugfix: DRAM size initialization · 28e57108
      Tanmay Upadhyay 提交于
      If start of any DRAM bank is greater than total DDR size, remaining DDR banks' start address & size were left un-initialized in dram_init function. This could break other functions who uses array 'gd->bd->bi_dram'. Kirkwood network driver is one example. This also stops Linux kernel from booting.
      
      v2 - Set start address also to 0. Without this Linux kernel couldn't
           boot up
      Signed-off-by: NTanmay Upadhyay <tanmay.upadhyay@einfochips.com>
      28e57108