summaryrefslogtreecommitdiff
path: root/tools/binman/etype/intel_me.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-09 18:39:37 -0600
committerSimon Glass <sjg@chromium.org>2020-07-20 11:37:47 -0600
commit894f63575574e153ac813b7a1d20bf5d251af2ac (patch)
tree469294c5dbf121e21ce7c9f1c64b9ad1bff0f39c /tools/binman/etype/intel_me.py
parentd498630ea9a5880302ee941f28925ee231b8f018 (diff)
binman: Convert existing binary blobs to blob_ext
Many of the existing blobs rely on external binaries which may not be available. Move them over to use blob_ext to indicate this. Unfortunately cros-ec-rw cannot use this class because it inherits another. So set the 'external' value for that class. While we are here, drop the import of Entry since it is not used (and pylint3 complains). Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/etype/intel_me.py')
-rw-r--r--tools/binman/etype/intel_me.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/binman/etype/intel_me.py b/tools/binman/etype/intel_me.py
index 6b3803819e..a6fe5427f3 100644
--- a/tools/binman/etype/intel_me.py
+++ b/tools/binman/etype/intel_me.py
@@ -5,10 +5,9 @@
# Entry-type module for Intel Management Engine binary blob
#
-from binman.entry import Entry
-from binman.etype.blob import Entry_blob
+from binman.etype.blob_ext import Entry_blob_ext
-class Entry_intel_me(Entry_blob):
+class Entry_intel_me(Entry_blob_ext):
"""Entry containing an Intel Management Engine (ME) file
Properties / Entry arguments: