Re: [U-Boot] [RFC PATCH v2 15/15] bootstage: arm: Add bootstage calls in board and bootm

2012-01-11 Thread Simon Glass
Hi Mike, On Mon, Jan 9, 2012 at 9:31 AM, Mike Frysinger wrote: > On Sunday 08 January 2012 18:48:18 Simon Glass wrote: >> On Sun, Jan 8, 2012 at 11:58 AM, Mike Frysinger wrote: >> > On Sunday 08 January 2012 12:43:09 Simon Glass wrote: >> >> On Sun, Jan 8, 2012 at 12:36 AM, Mike Frysinger wrote:

Re: [U-Boot] [RFC PATCH v2 15/15] bootstage: arm: Add bootstage calls in board and bootm

2012-01-09 Thread Mike Frysinger
On Sunday 08 January 2012 18:48:18 Simon Glass wrote: > On Sun, Jan 8, 2012 at 11:58 AM, Mike Frysinger wrote: > > On Sunday 08 January 2012 12:43:09 Simon Glass wrote: > >> On Sun, Jan 8, 2012 at 12:36 AM, Mike Frysinger wrote: > >> > On Saturday 10 December 2011 16:08:07 Simon Glass wrote: > >> >

Re: [U-Boot] [RFC PATCH v2 15/15] bootstage: arm: Add bootstage calls in board and bootm

2012-01-08 Thread Simon Glass
Hi Mike, On Sun, Jan 8, 2012 at 11:58 AM, Mike Frysinger wrote: > On Sunday 08 January 2012 12:43:09 Simon Glass wrote: >> On Sun, Jan 8, 2012 at 12:36 AM, Mike Frysinger wrote: >> > On Saturday 10 December 2011 16:08:07 Simon Glass wrote: >> >> --- a/arch/arm/lib/bootm.c >> >> +++ b/arch/arm/lib

Re: [U-Boot] [RFC PATCH v2 15/15] bootstage: arm: Add bootstage calls in board and bootm

2012-01-08 Thread Mike Frysinger
On Sunday 08 January 2012 12:43:09 Simon Glass wrote: > On Sun, Jan 8, 2012 at 12:36 AM, Mike Frysinger wrote: > > On Saturday 10 December 2011 16:08:07 Simon Glass wrote: > >> --- a/arch/arm/lib/bootm.c > >> +++ b/arch/arm/lib/bootm.c > >> > >> static void announce_and_cleanup(void) > >> { > >>

Re: [U-Boot] [RFC PATCH v2 15/15] bootstage: arm: Add bootstage calls in board and bootm

2012-01-08 Thread Simon Glass
Hi Mike, On Sun, Jan 8, 2012 at 12:36 AM, Mike Frysinger wrote: > On Saturday 10 December 2011 16:08:07 Simon Glass wrote: >> --- a/arch/arm/lib/bootm.c >> +++ b/arch/arm/lib/bootm.c >> >>  static void announce_and_cleanup(void) >>  { >>       printf("\nStarting kernel ...\n\n"); >> +     bootsta

Re: [U-Boot] [RFC PATCH v2 15/15] bootstage: arm: Add bootstage calls in board and bootm

2012-01-08 Thread Mike Frysinger
On Saturday 10 December 2011 16:08:07 Simon Glass wrote: > --- a/arch/arm/lib/bootm.c > +++ b/arch/arm/lib/bootm.c > > static void announce_and_cleanup(void) > { > printf("\nStarting kernel ...\n\n"); > + bootstage_mark_name(BOOTSTAGE_ID_BOOTM_HANDOFF, "start_kernel"); > +#ifdef CONFIG_

[U-Boot] [RFC PATCH v2 15/15] bootstage: arm: Add bootstage calls in board and bootm

2011-12-10 Thread Simon Glass
Add calls to bootstage before and after relocation, and just before jumping to the OS. Signed-off-by: Simon Glass --- Changes in v2: - Unify show_boot_progress() into this series arch/arm/lib/board.c |3 +++ arch/arm/lib/bootm.c |4 2 files changed, 7 insertions(+), 0 deletions(-)