Searched refs:TYPE_STAGE (Results 1 - 2 of 2) sorted by relevance

/u-boot/tools/binman/
H A Dcbfs_util.py101 TYPE_STAGE = 0x11 # New-type stage with ATTR_STAGE_FORMAT variable
270 cfile = CbfsFile(name, TYPE_STAGE, data, cbfs_offset)
331 if self.ftype == TYPE_STAGE:
359 if self.ftype == TYPE_STAGE:
644 CBFS for TYPE_STAGE files. If this is larger than the code address
757 elif ftype == TYPE_STAGE:
H A Dcbfs_util_test.py493 cfile = self._check_uboot(cbfs, cbfs_util.TYPE_STAGE, offset=0x38,

Completed in 87 milliseconds