]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/p1_p2_rdb_pc: Add a pin to reset the DDR chip for P1021RDB-PC
authorXu Jiucheng <B37781@freescale.com>
Mon, 25 Mar 2013 07:30:13 +0000 (07:30 +0000)
committerAndy Fleming <afleming@freescale.com>
Thu, 2 May 2013 21:57:34 +0000 (16:57 -0500)
commit545c12cf9ad16611f3055a097a360bcfab2e6106
treedbbff93ea2b77a5d118350e7be7fbe9efa5ee521
parent1f06c9af31a274c8fd1263045d10b5a782fe8e45
powerpc/p1_p2_rdb_pc: Add a pin to reset the DDR chip for P1021RDB-PC

When P1021RDB-PC reboot system, the board will hung at uboot DDR
configuration. For P1021RDB-PC DDR reset pin is multiplex with
QE, so uboot will reserve this pin for QE and skip DDR reset.
Other platforms without QE will do this reset. This patch adds
a slight code to reset DDR chip by QE CE_PB8 pin for NAND and
NOR FLASH boot. For booting from SPI FALSH and SD card, it
seems possible to use the rom on chip to write to the GPIO
pins before configuring the DDR.

Signed-off-by: Xu Jiucheng <B37781@freescale.com>
Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c
board/freescale/p1_p2_rdb_pc/spl_minimal.c