]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add support for ATF BL31
authorSimon Glass <sjg@chromium.org>
Tue, 1 Sep 2020 11:13:58 +0000 (05:13 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:50:43 +0000 (12:50 -0600)
commite4df0bcfc362e7d130afd9a3c9f2c4667dc9bf3c
tree616bf002956581de23a55c5f9e4b3857cd68f13b
parent3e396ec21b7d0a838bcfdde41bb9cc2046dafead
binman: Add support for ATF BL31

Add an entry for ARM Trusted Firmware's 'BL31' payload, which is the
device's main firmware. Typically this is U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README.entries
tools/binman/etype/atf_bl31.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/169_atf_bl31.dts [new file with mode: 0644]