commit | a899f71ca03af0fd519c4411da7a26396630634c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 13:18:46 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 23 20:27:58 2019 -0700 |
tree | 38bbcae0de58ff20dd7f40f54752d19e25427bc8 | |
parent | 5dcc21d64966a8af75cc9cb3942cafa52cdefef4 [diff] |
binman: Support ELF files for TPL We currenty support using the ELF file in U-Boot proper and SPL, but not TPL. Add this as it is useful both with sandbox and for CBFS to allow adding TPL as a 'stage'. Signed-off-by: Simon Glass <sjg@chromium.org>