]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: uniphier: switch to raw U-Boot image
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 22 Mar 2016 16:40:05 +0000 (01:40 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 23 Mar 2016 16:45:41 +0000 (01:45 +0900)
commitd085ecd61b9956cda0d37b89b5c538f54440fe58
tree22e43a5f98992e66b1c7caafc4af9bcc6507494d
parentcbbc2d80fc58531c59cadc803717c9d53c9543f1
ARM: uniphier: switch to raw U-Boot image

Now everything is done to load a raw U-Boot proper image instead of
an mkimage-processed one (as far as I tested on NAND, eMMC, NOR).

The SPL already knows the load address of the U-Boot proper without
parsing its uImage header because the load address is defined by
CONFIG_SYS_TEXT_BASE, assuming that the two images are generated from
the same build.

My main motivation of this switch is to use u-boot-with-spl.bin, a
concatenation of u-boot-spl.bin and u-boot.bin.  (I wish there were
a concatenation of u-boot-spl.bin and u-boot.img...)  Anyway, this
commit would be useful for one-shot image burn.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
doc/README.uniphier
include/configs/uniphier.h