Lines Matching refs:verbose
15 def verbose(msg): function
16 if args.verbose:
37 verbose("Entry point address (symbol: %s) 0x%x" % (ENTRY_SYM, entry_addr))
57 verbose("%d bytes of data at 0x%x, data offset %d"
65 verbose("%d bytes of zero-fill at 0x%x" % (bytesz, addr))
68 verbose(f"{len(data_blob)} bytes of data to include in image")
104 verbose("Metadata header generated.")
121 verbose(" ".join(cmd))
126 verbose(" ".join(cmd))
142 verbose(" ".join(cmd))
145 verbose("Build complete; zephyr.efi wrapper binary is ready")
165 verbose(f"Working on {args.elf_file} with {args.includes}...")