From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 9 Jan 2013 13:03:32 -0800 Subject: [U-Boot] [PATCH][v4] powerpc/mpc8xxxx: FSL DDR debugger auto run of stored commands In-Reply-To: <1357603263-4921-1-git-send-email-James.Yang@freescale.com> References: <1357603263-4921-1-git-send-email-James.Yang@freescale.com> Message-ID: <50EDDB24.5040203@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/07/2013 04:01 PM, James.Yang at freescale.com wrote: > From: James Yang > > 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 > --- Applied to master branch, replaced early commit. York