]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
scripts: sunxi: Build an raw SPL image
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 27 Feb 2017 17:22:13 +0000 (18:22 +0100)
committerJagan Teki <jagan@amarulasolutions.com>
Fri, 7 Apr 2017 05:53:46 +0000 (11:23 +0530)
commitd2fdcc76e869a8fa652a9ea5ba8b57f47d0ad0c3
tree2852a50ed827e08f283aee30eac84d88836bc373
parentff93c2826565e5140b8c9d6826da0b79531645f2
scripts: sunxi: Build an raw SPL image

Introduce a new sunxi-spl-with-ecc.bin image with already the right header,
ECC, randomizer and padding for the BROM to be able to read it.

It needs to be flashed using a raw access to the NAND so that the
controller doesn't change a thing to it, since we already have all the
right parameters.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Makefile
board/sunxi/README.nand [new file with mode: 0644]
scripts/Makefile.spl