
2 Oct
2018
2 Oct
'18
1:19 p.m.
On 14 September 2018 at 03:57, Simon Glass sjg@chromium.org wrote:
Sometimes we want to include TPL for x86 platforms, such as when we want to select between different SPL images (e.g. for Chrome OS verified boot). Add support for this.
Signed-off-by: Simon Glass sjg@chromium.org
tools/binman/README.entries | 17 ++++++++++++++ tools/binman/etype/x86_start16_tpl.py | 30 ++++++++++++++++++++++++ tools/binman/ftest.py | 10 +++++++- tools/binman/test/81_x86-start16-tpl.dts | 14 +++++++++++ 4 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 tools/binman/etype/x86_start16_tpl.py create mode 100644 tools/binman/test/81_x86-start16-tpl.dts
Applied to u-boot-dm, and now in mainline.