aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype/intel_fsp_t.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-25 14:46:57 -0600
commit04e6a6b9ecdc75023edeebe73286f311c40b346b (patch)
tree9c43c6e25ba441758b186e3934f7cfc1dd67bba9 /tools/binman/etype/intel_fsp_t.py
parentce867ad7c8eaae2b14699aee7235695d605c1dda (diff)
downloadu-boot-04e6a6b9ecdc75023edeebe73286f311c40b346b.zip
u-boot-04e6a6b9ecdc75023edeebe73286f311c40b346b.tar.gz
u-boot-04e6a6b9ecdc75023edeebe73286f311c40b346b.tar.bz2
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_fsp_t.py')
-rw-r--r--tools/binman/etype/intel_fsp_t.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/binman/etype/intel_fsp_t.py b/tools/binman/etype/intel_fsp_t.py
index 5dca145..df0c5fb 100644
--- a/tools/binman/etype/intel_fsp_t.py
+++ b/tools/binman/etype/intel_fsp_t.py
@@ -5,10 +5,9 @@
# Entry-type module for Intel Firmware Support Package binary blob (T section)
#
-from binman.entry import Entry
-from binman.etype.blob import Entry_blob
+from binman.etype.blob_ext import Entry_blob_ext
-class Entry_intel_fsp_t(Entry_blob):
+class Entry_intel_fsp_t(Entry_blob_ext):
"""Entry containing Intel Firmware Support Package (FSP) temp ram init
Properties / Entry arguments: