]> git.baikalelectronics.ru Git - uboot.git/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)
commit80ec63bd3eedbe7a71d4bb13f543bdec28214494
tree0ecb1609511a9230f22885ff03eccfa2ea31d9d7
parent70688ee0f68941c357afbcfd40d5deed13be54c8
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]