Re: [U-Boot] [PATCH v3 17/21] arm: Implement the 'fake' go command

2013-08-21 Thread vb
On Wed, Jun 19, 2013 at 9:15 PM, Simon Glass wrote: > > Implement this feature on ARM for tracing. > > It would be nice to have generic bootm support so that it is easily > implemented on any arch. > > Signed-off-by: Simon Glass > --- > Changes in v3: > - Revert to using 'images' instead of 'imag

Re: [U-Boot] [PATCH v3 17/21] arm: Implement the 'fake' go command

2013-08-21 Thread Simon Glass
Hi Vb, On Wed, Aug 21, 2013 at 3:59 PM, wrote: > On Wed, Jun 19, 2013 at 9:15 PM, Simon Glass wrote: >> >> Implement this feature on ARM for tracing. >> >> It would be nice to have generic bootm support so that it is easily >> implemented on any arch. >> >> Signed-off-by: Simon Glass >> --- >>

Re: [U-Boot] [PATCH v3 17/21] arm: Implement the 'fake' go command

2013-06-20 Thread Simon Glass
Hi Albert, On Thu, Jun 20, 2013 at 2:55 AM, Albert ARIBAUD wrote: > Hi Simon, > > On Wed, 19 Jun 2013 21:15:10 -0700, Simon Glass > wrote: > > > Implement this feature on ARM for tracing. > > > > It would be nice to have generic bootm support so that it is easily > > implemented on any arch. > >

Re: [U-Boot] [PATCH v3 17/21] arm: Implement the 'fake' go command

2013-06-20 Thread Albert ARIBAUD
Hi Simon, On Wed, 19 Jun 2013 21:15:10 -0700, Simon Glass wrote: > Implement this feature on ARM for tracing. > > It would be nice to have generic bootm support so that it is easily > implemented on any arch. > > Signed-off-by: Simon Glass > --- > Changes in v3: > - Revert to using 'images' i

[U-Boot] [PATCH v3 17/21] arm: Implement the 'fake' go command

2013-06-19 Thread Simon Glass
Implement this feature on ARM for tracing. It would be nice to have generic bootm support so that it is easily implemented on any arch. Signed-off-by: Simon Glass --- Changes in v3: - Revert to using 'images' instead of 'image' in boot_jump_linux() Changes in v2: None arch/arm/lib/bootm.c | 2