[U-Boot] [PATCH 05/31] binman: Add x86 support for starting TPL

Simon Glass sjg at chromium.org
Tue Oct 2 11:19:28 UTC 2018


On 14 September 2018 at 03:57, Simon Glass <sjg at 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 at 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.


More information about the U-Boot mailing list