Home
last modified time | relevance | path

Searched refs:tout (Results 1 – 16 of 16) sorted by relevance

/u-boot/tools/binman/
A Dcontrol.py20 from patman import tout
99 tout.Warning('\n%s:' % path)
101 tout.Warning(' %s' % line)
247 tout.Notice("Write entry '%s' size %x to '%s'" %
296 tout.Info('Processing image')
304 tout.Info('Writing data to %s' % entry.GetPath())
390 tout.Notice("Write entry '%s' from file '%s'" %
577 tout.Init(args.verbosity)
610 tout.Init(args.verbosity)
632 tout.Warning("\nSome images are invalid")
[all …]
A Dstate.py14 from patman import tout
215 tout.Info('Preparing device trees')
220 tout.Info(" Found device tree type 'fdtmap' '%s'" % image.fdtmap_dtb.name)
224 tout.Info(" Found device tree type '%s' at '%s' path '%s'" %
237 tout.Info(" FDT path prefix '%s'" % fdt_path_prefix)
337 tout.Detail("File %s: Update node '%s' prop '%s' to %#x" %
A Delf_test.py17 from patman import tout
170 tout.Init(tout.DEBUG)
178 tout.Init(tout.WARNING)
A Dimage.py22 from patman import tout
148 tout.Info("Writing image to '%s'" % fname)
152 tout.Info("Wrote %#x bytes" % len(data))
203 tout.Debug("Image '%s' ReadData(), size=%#x" %
A Delf.py18 from patman import tout
141 tout.Debug('%s:\n insert %s, offset %x, value %x, length %d' %
A Dentry.py15 from patman import tout
323 tout.Debug("Entry '%s' size change from %s to %s" % (
412 tout.Detail('%30s: %s' % (tag, msg))
755 tout.Debug("ReadChildData section '%s', entry '%s'" %
A Dftest.py36 from patman import tout
/u-boot/tools/binman/etype/
A Dfmap.py12 from patman import tout
45 tout.Debug("fmap: Add entry '%s' type '%s' (%s subentries)" %
A Dblob_ext.py13 from patman import tout
A Dblob.py11 from patman import tout
A Dsection.py18 from patman import tout
606 tout.Info("ReadData path='%s'" % self.GetPath())
610 tout.Info(
617 tout.Debug("ReadChildData for child '%s'" % child.GetPath())
620 tout.Debug("Extract for child '%s': offset %#x, skip_at_start %#x, result %#x" %
627 tout.Info("%s: Decompressing data size %#x with algo '%s' to data size %#x" %
A Dfdtmap.py13 from patman import tout
/u-boot/tools/patman/
A Dtools.py14 from patman import tout
66 tout.Debug("Using output directory '%s'" % outdir)
69 tout.Debug("Using temporary directory '%s'" % outdir)
75 tout.Debug("Deleted temporary directory '%s'" % outdir)
123 tout.Debug("Using input directories %s" % indir)
A Dstatus.py22 from patman import tout
248 tout.Warning('Warning: Patchwork reports %d patches, series has %d' %
260 tout.Warning(' (total of %d warnings)' % warn_count)
440 tout.Warning(warn)
/u-boot/arch/arm/include/asm/arch-spear/
A Dspr_emi.h23 u32 tout; member
/u-boot/drivers/mtd/
A Dcfi_flash.c577 ulong tout, char *prompt) in flash_status_check() argument
584 tout *= (ulong)CONFIG_SYS_HZ / 1000; in flash_status_check()
586 tout = DIV_ROUND_UP(tout * (ulong)CONFIG_SYS_HZ, 1000); in flash_status_check()
596 if (get_timer(start) > tout) { in flash_status_check()
616 ulong tout, char *prompt) in flash_full_status_check() argument
620 retcode = flash_status_check(info, sector, tout, prompt); in flash_full_status_check()
668 ulong tout, char *prompt) in flash_status_poll() argument
677 tout *= (ulong)CONFIG_SYS_HZ / 1000; in flash_status_poll()
679 tout = DIV_ROUND_UP(tout * (ulong)CONFIG_SYS_HZ, 1000); in flash_status_poll()
708 if (get_timer(start) > tout) { in flash_status_poll()

Completed in 25 milliseconds