[U-Boot] [PATCH v7 6/6] ti: armv7: Move SPL SDRAM init to the right place, drop unused CONFIG_SPL_STACK
Tom Rini
trini at konsulko.com
Wed Mar 4 23:16:28 CET 2015
On Wed, Mar 04, 2015 at 11:30:28AM -0500, Tom Rini wrote:
> From: Simon Glass <sjg at chromium.org>
>
> Currently in some cases SDRAM init requires global_data to be available
> and soon this will not be available prior to board_init_f(). Adjust the
> code paths in these cases to be correct. In some cases we had the SPL
> stack be in DDR as we might have large stacks (due to Falcon Mode +
> Environment). In these cases switch to CONFIG_SPL_STACK_R. In other
> cases we had simply been setting CONFIG_SPL_STACK into SRAM. In these
> cases we no longer need to (CONFIG_SYS_INIT_SP_ADDR is used and is also
> in SRAM) so drop those lines.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Tested on Beagleboard, Beagleboard xM
> Tested-by: Matt Porter <mporter at konsulko.com>
> Tested on Beaglebone Black, AM43xx GP EVM, OMAP5 uEVM, OMAP4 Pandaboard
> Tested-by: Tom Rini <trini at konsulko.com>
> Signed-off-by: Tom Rini <trini at konsulko.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150304/fac824e1/attachment.sig>
More information about the U-Boot
mailing list