Lines Matching refs:util
30 import u_boot_utils as util namespace
77 util.run_and_log(cons, 'dtc %s %s%s -O dtb '
118 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f',
136 util.run_and_log(cons, args)
153 util.run_and_log(cons, args)
182 util.run_and_log(cons, 'openssl genpkey -algorithm RSA -out %s%s.key '
188 util.run_and_log(cons, 'openssl req -batch -new -x509 -key %s%s.key '
232 util.run_and_log(cons, [fit_check_sign, '-f', fit, '-k', dtb])
244 util.run_and_log_expect_exception(
255 util.run_and_log_expect_exception(
267 util.run_and_log_expect_exception(
288 sig = util.run_and_log(cons, 'fdtget -t bx %s %s value' %
294 util.run_and_log(cons, 'fdtput -t bx %s %s value %s' %
301 util.run_and_log_expect_exception(
353 util.run_and_log(cons, 'fdtput -t s %s /signature required-mode any' %
363 util.run_and_log(cons, 'fdtput -t s %s /signature required-mode all' %