Home
last modified time | relevance | path

Searched refs:Entry_blob_named_by_arg (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/tools/binman/etype/
H A Dcros_ec_rw.py8 from blob_named_by_arg import Entry_blob_named_by_arg
11 class Entry_cros_ec_rw(Entry_blob_named_by_arg):
21 Entry_blob_named_by_arg.__init__(self, section, etype, node,
H A Dblob_named_by_arg.py15 class Entry_blob_named_by_arg(Entry_blob): class