Re: [U-Boot] [PATCH 09/10] arm: Move bootstage record for board_init_f() to after arch_cpu_init()

2012-11-22 Thread Simon Glass
Hi Wolfgang, On Wed, Nov 7, 2012 at 5:18 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon, In message capnjgz0d4g4bk70vook3sykmzowlsypxdje2ycn3gvj1jav...@mail.gmail.com you wrote: NAK as is. Please make sure to keep all arhcitectures in sync. The long term goal iss till to merge the

Re: [U-Boot] [PATCH 09/10] arm: Move bootstage record for board_init_f() to after arch_cpu_init()

2012-11-07 Thread Wolfgang Denk
Dear Simon, In message capnjgz0d4g4bk70vook3sykmzowlsypxdje2ycn3gvj1jav...@mail.gmail.com you wrote: NAK as is. Please make sure to keep all arhcitectures in sync. The long term goal iss till to merge the lib/board.c files into a single, common one. See my notes on the other patch,

Re: [U-Boot] [PATCH 09/10] arm: Move bootstage record for board_init_f() to after arch_cpu_init()

2012-11-06 Thread Simon Glass
Hi Wolfgang, On Sat, Nov 3, 2012 at 7:55 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message 1351813330-23741-9-git-send-email-...@chromium.org you wrote: The timer may be inited in arch_cpu_init() so it is not safe to make a bootstage mark before this is called. Arrange the

Re: [U-Boot] [PATCH 09/10] arm: Move bootstage record for board_init_f() to after arch_cpu_init()

2012-11-03 Thread Wolfgang Denk
Dear Simon Glass, In message 1351813330-23741-9-git-send-email-...@chromium.org you wrote: The timer may be inited in arch_cpu_init() so it is not safe to make a bootstage mark before this is called. Arrange the code to fix this. We now get a correct time for board_init_f: Timer summary

[U-Boot] [PATCH 09/10] arm: Move bootstage record for board_init_f() to after arch_cpu_init()

2012-11-01 Thread Simon Glass
The timer may be inited in arch_cpu_init() so it is not safe to make a bootstage mark before this is called. Arrange the code to fix this. We now get a correct time for board_init_f: Timer summary in microseconds: MarkElapsed Stage 0 0 reset 100,000100,000