[U-Boot] [PATCH 10/34] binman: Add support for Intel FIT

sjg at google.com sjg at google.com
Fri Sep 27 00:39:09 UTC 2019


A Firmware Image Table (FIT) is a data structure defined by Intel which
contains information about various things needed by the SoC, such as
microcode.

Add support for this entry as well as the pointer to it. The contents of
FIT are fixed at present. Future work is needed to support adding
microcode, etc.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/binman/README.entries                 | 19 ++++++++++
 tools/binman/etype/intel_fit.py             | 32 ++++++++++++++++
 tools/binman/etype/intel_fit_ptr.py         | 41 +++++++++++++++++++++
 tools/binman/ftest.py                       | 20 ++++++++++
 tools/binman/test/147_intel_fit.dts         | 20 ++++++++++
 tools/binman/test/148_intel_fit_missing.dts | 17 +++++++++
 6 files changed, 149 insertions(+)
 create mode 100644 tools/binman/etype/intel_fit.py
 create mode 100644 tools/binman/etype/intel_fit_ptr.py
 create mode 100644 tools/binman/test/147_intel_fit.dts
 create mode 100644 tools/binman/test/148_intel_fit_missing.dts

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list