[U-Boot] [PATCH v2 19/37] binman: Don't assume there is an ME region

sjg at google.com sjg at google.com
Thu Jul 18 01:59:27 UTC 2019


At present having a descriptor means that there is an ME (Intel
Management Engine) entry as well. The descriptor provides the ME location
and assumes that it is present.

For some SoCs this is not true. Before providing the location of a
potentially non-existent entry, check if it is present.

Update the comment in the ME entry also.

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

Changes in v2: None

 tools/binman/README.entries            |  2 ++
 tools/binman/entry.py                  |  9 +++++++++
 tools/binman/etype/intel_descriptor.py | 10 +++++++---
 tools/binman/etype/intel_me.py         |  2 ++
 4 files changed, 20 insertions(+), 3 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list