
27 Sep
2019
27 Sep
'19
2:38 a.m.
The Intel FSP supports initialising memory early during boot using a binary blob called 'fspm'. Add support for this.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/binman/README.entries | 17 +++++++++++++++++ tools/binman/etype/intel_fsp_m.py | 27 +++++++++++++++++++++++++++ tools/binman/ftest.py | 8 ++++++++ tools/binman/test/152_intel_fsp_m.dts | 14 ++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 tools/binman/etype/intel_fsp_m.py create mode 100644 tools/binman/test/152_intel_fsp_m.dts
Applied to u-boot-dm, thanks!