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)
commitdc2f81a2c89468371cf404816ed57481718deb7f
tree616bf002956581de23a55c5f9e4b3857cd68f13b
parent8795898a53dae112857f06b49e58cfe94a731dfa
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]