[U-Boot] [PATCH v2 5/5] bootm: Add the missing PREP stage to bootz and correct image handling
Tom Rini
trini at ti.com
Mon Jul 8 16:13:30 CEST 2013
On Thu, Jul 04, 2013 at 01:26:11PM -0700, Simon Glass wrote:
> In the recent bootm refactor, the PREP stage was missing in the bootz
> command. This causes unpredictable behaviour.
>
> The use of a local variable means that the reset of cmd_bootm.c does not
> in fact use the same image structure, so remove this.
>
> Also manually set the OS type to Linux, since this is the only possibility
> at present, and we need to select the right boot function.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
With the whole series applied, I still see a hang at:
Kernel image @ 0x80200000 [ 0x000000 - 0x3d44a0 ]
Starting kernel ...
Perhaps something to do with how my DDR is not at 0x0 -> 256MiB but
0x80000000 -> 256MiB ?
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130708/e29aa3d0/attachment.pgp>
More information about the U-Boot
mailing list