Re: [U-Boot] [PATCH v2 2/2] tegra: move to common SPL framework

2012-10-26 Thread Simon Glass
Hi Stephen, On Fri, Oct 26, 2012 at 9:40 AM, Stephen Warren wrote: > On 10/26/2012 10:38 AM, Simon Glass wrote: >> On Sat, Oct 20, 2012 at 12:08 AM, Allen Martin wrote: >>> Change tegra SPL to use common SPL framework. Any tegra specific >>> initialization is now done in spl_board_init() instea

Re: [U-Boot] [PATCH v2 2/2] tegra: move to common SPL framework

2012-10-26 Thread Stephen Warren
On 10/26/2012 10:38 AM, Simon Glass wrote: > On Sat, Oct 20, 2012 at 12:08 AM, Allen Martin wrote: >> Change tegra SPL to use common SPL framework. Any tegra specific >> initialization is now done in spl_board_init() instead of >> board_init_f()/board_init_r(). Only one SPL boot target is suppor

Re: [U-Boot] [PATCH v2 2/2] tegra: move to common SPL framework

2012-10-26 Thread Simon Glass
On Sat, Oct 20, 2012 at 12:08 AM, Allen Martin wrote: > Change tegra SPL to use common SPL framework. Any tegra specific > initialization is now done in spl_board_init() instead of > board_init_f()/board_init_r(). Only one SPL boot target is supported > on tegra, which is boot to RAM image. jum

Re: [U-Boot] [PATCH v2 2/2] tegra: move to common SPL framework

2012-10-22 Thread Lucas Stach
Am Samstag, den 20.10.2012, 00:08 -0700 schrieb Allen Martin: > Change tegra SPL to use common SPL framework. Any tegra specific > initialization is now done in spl_board_init() instead of > board_init_f()/board_init_r(). Only one SPL boot target is supported > on tegra, which is boot to RAM imag

Re: [U-Boot] [PATCH v2 2/2] tegra: move to common SPL framework

2012-10-22 Thread Stephen Warren
On 10/20/2012 01:08 AM, Allen Martin wrote: > Change tegra SPL to use common SPL framework. Any tegra specific > initialization is now done in spl_board_init() instead of > board_init_f()/board_init_r(). Only one SPL boot target is supported > on tegra, which is boot to RAM image. jump_to_image_

[U-Boot] [PATCH v2 2/2] tegra: move to common SPL framework

2012-10-20 Thread Allen Martin
Change tegra SPL to use common SPL framework. Any tegra specific initialization is now done in spl_board_init() instead of board_init_f()/board_init_r(). Only one SPL boot target is supported on tegra, which is boot to RAM image. jump_to_image_no_args() must be overridden on tegra so the host CP