]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/mpc8xxxx: FSL DDR debugger auto run of stored commands
authorJames Yang <James.Yang@freescale.com>
Mon, 7 Jan 2013 14:01:03 +0000 (14:01 +0000)
committerAndy Fleming <afleming@freescale.com>
Wed, 30 Jan 2013 17:25:14 +0000 (11:25 -0600)
commite8ba6c503ffea6bcb7abba3638cc3f880d060504
tree60272a38bef6d491951cd70e2ed914133e0d99bd
parent02a9ce7187bae8f4dafcc8201d85e12d073f8151
powerpc/mpc8xxxx: FSL DDR debugger auto run of stored commands

This patch adds the ability for the FSL DDR interactive debugger to
automatically run the sequence of commands stored in the ddr_interactive
environment variable.  Commands are separated using ';'.

ddr_interactive=compute; edit c0 d0 dimmparms caslat_X 0x3FC0; go

Signed-off-by: James Yang <James.Yang@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/cpu/mpc8xxx/ddr/ddr.h
arch/powerpc/cpu/mpc8xxx/ddr/interactive.c
arch/powerpc/cpu/mpc8xxx/ddr/main.c