Searched refs:tout (Results 1 – 16 of 16) sorted by relevance
/u-boot/tools/binman/ |
A D | control.py | 20 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 D | state.py | 14 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 D | elf_test.py | 17 from patman import tout 170 tout.Init(tout.DEBUG) 178 tout.Init(tout.WARNING)
|
A D | image.py | 22 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 D | elf.py | 18 from patman import tout 141 tout.Debug('%s:\n insert %s, offset %x, value %x, length %d' %
|
A D | entry.py | 15 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 D | ftest.py | 36 from patman import tout
|
/u-boot/tools/binman/etype/ |
A D | fmap.py | 12 from patman import tout 45 tout.Debug("fmap: Add entry '%s' type '%s' (%s subentries)" %
|
A D | blob_ext.py | 13 from patman import tout
|
A D | blob.py | 11 from patman import tout
|
A D | section.py | 18 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 D | fdtmap.py | 13 from patman import tout
|
/u-boot/tools/patman/ |
A D | tools.py | 14 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 D | status.py | 22 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 D | spr_emi.h | 23 u32 tout; member
|
/u-boot/drivers/mtd/ |
A D | cfi_flash.c | 577 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