]> git.sur5r.net Git - u-boot/commit
rockchip: add a common script for generate fit its
authorKever Yang <kever.yang@rock-chips.com>
Fri, 15 Dec 2017 03:15:03 +0000 (11:15 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Mon, 18 Dec 2017 16:18:02 +0000 (17:18 +0100)
commitcbe503793aba03c19b8d21e0a6e344afe624e2d6
tree0ecb1609511a9230f22885ff03eccfa2ea31d9d7
parent1a066c22f233fcf59b2e8cddf295b98b6998e037
rockchip: add a common script for generate fit its

Rockchip release bl31.elf file for armv8 SoCs like rk3399, rk3328,
the elf have more than one section, we need to decode it first and
packed them into u-boot.itb with its file. This script is to generate
the its script.
Need default bl31.elf in root directory of U-Boot source and dtb
as parameter.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/mach-rockchip/make_fit_atf.py [new file with mode: 0755]