]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
86xx: Reset update
authorPeter Tyser <ptyser@xes-inc.com>
Thu, 5 Feb 2009 17:25:25 +0000 (11:25 -0600)
committerAndy Fleming <afleming@freescale.com>
Tue, 17 Feb 2009 00:05:56 +0000 (18:05 -0600)
commit4ef630df773e45806d701bf5d25c328778bb4cde
tree2abadc50a689dc639f319f8dcb2e29b5bb55d6e1
parentedf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
86xx: Reset update

Update the 86xx reset sequence to try executing a board-specific reset
function.  If the board-specific reset is not implemented or does not
succeed, then assert #HRESET_REQ.  Using #HRESET_REQ is a more standard
reset procedure than the previous method and allows all board
peripherals to be reset if needed.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
board/freescale/mpc8610hpcd/mpc8610hpcd.c
board/freescale/mpc8641hpcn/mpc8641hpcn.c
board/sbc8641d/sbc8641d.c
cpu/mpc86xx/cpu.c
include/configs/MPC8610HPCD.h
include/configs/MPC8641HPCN.h