[U-Boot] [PATCH 27/34] binman: Add support for Intel FSP meminit
sjg at google.com
sjg at google.com
Fri Sep 27 00:38:46 UTC 2019
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 at 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!
More information about the U-Boot
mailing list