]> git.sur5r.net Git - u-boot/commit
binman: Add support for u-boot.img as an input binary
authorSimon Glass <sjg@chromium.org>
Sat, 26 Nov 2016 03:15:54 +0000 (20:15 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 19 Dec 2016 19:09:55 +0000 (08:09 +1300)
commitc49deb837cb1ba0a64869fcb4fabac11d3e94ae0
treef479e174f9aeb0af444699812698fd733c951b5b
parente0ff85513858246e5378e4e3676ef6128452c4f6
binman: Add support for u-boot.img as an input binary

Add an entry type for u-boot.img (a legacy U-Boot image) and a simple test.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
tools/binman/etype/u_boot_img.py [new file with mode: 0644]
tools/binman/func_test.py
tools/binman/test/36_u_boot_img.dts [new file with mode: 0644]