]> git.baikalelectronics.ru Git - uboot.git/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)
commit172af83fb7bc545ec8b2bb710ed7b1399d2fec14
treef479e174f9aeb0af444699812698fd733c951b5b
parentf7df0dcbb743a4faca8038b03a2c56b356aef438
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]