]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Add support for Intel FIT
authorSimon Glass <sjg@chromium.org>
Sat, 24 Aug 2019 13:22:50 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Oct 2019 14:40:02 +0000 (08:40 -0600)
commit5a0a13a0df84cdbd75b0b0f1efb4c5444832154b
tree44591fc66eb9d21437e70c511880100f522264a0
parentb62a9f086e3c493580ea9ff04e0015e645167f49
binman: Add support for Intel FIT

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@chromium.org>
tools/binman/README.entries
tools/binman/etype/intel_fit.py [new file with mode: 0644]
tools/binman/etype/intel_fit_ptr.py [new file with mode: 0644]
tools/binman/ftest.py
tools/binman/test/147_intel_fit.dts [new file with mode: 0644]
tools/binman/test/148_intel_fit_missing.dts [new file with mode: 0644]