summaryrefslogtreecommitdiff
path: root/board/mpc8313erdb/sdram.c
Commit message (Collapse)AuthorAgeLines
* mpc83xx: move freescale boards to boards/freescaleKim Phillips2007-08-16-130/+0
| | | | | | includes build fixes. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
* mpc83xx: implement board_add_ram_infoKim Phillips2007-08-16-3/+0
| | | | | | | | | | | | | | | | add board_add_ram_info, to make memory diagnostic output more consistent. u-boot banner output now looks like: DRAM: 256 MB (DDR1, 64-bit, ECC on) and for boards with SDRAM on the local bus, a line such as this is added: SDRAM: 64 MB (local bus) also replaced some magic numbers with their equivalent define names. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
* mpc83xx: Add MPC8313ERDB support.Scott Wood2007-04-23-0/+133
Signed-off-by: Scott Wood <scottwood@freescale.com>