Home
last modified time | relevance | path

Searched refs:util (Results 1 – 25 of 42) sorted by relevance

12

/u-boot/test/py/tests/
A Dtest_of_migrate.py10 import u_boot_utils as util namespace
36 util.run_and_log(cons, ['dtc', orig_fname, '-I', 'dtb', '-O', 'dts',
48 util.run_and_log(cons, ['dtc', dts_fname, '-o', dtb_fname])
57 out = util.run_and_log(
73 out = util.run_and_log(
105 out = util.run_and_log(
A Dtest_vboot.py45 import u_boot_utils as util namespace
65 util.run_and_log(cons, 'dtc %s %s%s -O dtb '
137 util.run_and_log(cons, 'dtc %s %s%s -O dtb '
198 util.run_and_log(cons, args)
215 util.run_and_log(cons, args)
232 util.run_and_log(cons, args)
343 util.run_and_log_expect_exception(
354 util.run_and_log_expect_exception(
366 util.run_and_log_expect_exception(
400 util.run_and_log_expect_exception(
[all …]
A Dtest_fit_ecdsa.py15 import u_boot_utils as util namespace
28 return util.run_and_log(self.cons, f'fdtget -l {self.fit} {path}')
32 util.run_and_log(self.cons, f'fdtput -ts {self.fit} {node} {prop} {value}')
35 numbers = util.run_and_log(self.cons, f'fdtget -tbi {self.fit} {node} {prop}')
56 util.run_and_log(self.cons, [mkimage, '-F', self.fit, f'-G{key_file}'])
79 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f', its, dest_fit])
83 util.run_and_log(cons, f'dtc {datadir}/{dts} -O dtb -o {tempdir}/{dtb}')
A Dtest_fit_hashes.py15 import u_boot_utils as util namespace
35 return util.run_and_log(self.cons, f'fdtget -l {self.fit} {path}')
38 val = util.run_and_log(self.cons, f'fdtget {self.fit} {node} {prop}')
42 numbers = util.run_and_log(self.cons, f'fdtget -tbx {self.fit} {node} {prop}')
88 util.run_and_log(cons, [mkimage, '-D', dtc_args, '-f', its, dest_fit])
92 util.run_and_log(cons, f'dtc {datadir}/{dts} -O dtb -o {tempdir}/{dtb}')
A Dtest_kconfig.py7 import u_boot_utils as util namespace
19 out = util.run_and_log(
32 out = util.run_and_log(
A Dtest_trace.py9 import u_boot_utils as util namespace
83 out = util.run_and_log(
88 out = util.run_and_log(cons, ['trace-cmd', 'dump', trace_dat])
117 out = util.run_and_log(cons, ['sh', '-c', cmd])
159 out = util.run_and_log(
165 out = util.run_and_log(cons, ['sh', '-c', cmd])
206 out = util.run_and_log(cons, ['sh', '-c', cmd])
243 out = util.run_and_log(
260 out = util.run_and_log(
A Dtest_efi_fit.py58 import u_boot_utils as util namespace
227 util.run_and_log(cons,
231 util.run_and_log(cons, ['gzip', '-f', bin_path])
260 util.run_and_log(cons, ['dtc', '-I', 'dts', '-O', 'dtb', '-o', dtb, dts])
262 util.run_and_log(cons, ['gzip', '-f', dtb])
293 util.run_and_log(
310 addr = util.find_ram_base(cons)
337 addr = util.find_ram_base(cons)
415 util.run_and_log(cons, ['mv', '-f', fit_path, '%s/' % fit['dn']])
A Dtest_fit_auto_signed.py20 import u_boot_utils as util namespace
36 return util.run_and_log(self.cons,
40 return util.run_and_log(self.cons,
44 numbers = util.run_and_log(self.cons,
169 util.run_and_log(cons, mkimage + ' -fauto' + b_args + " " + fit_file)
178 util.run_and_log(cons, mkimage + ' -fauto' + b_args + s_args + " " +
188 util.run_and_log(cons, mkimage + ' -fauto-conf' + b_args + s_args + " " +
A Dtest_event_dump.py7 import u_boot_utils as util namespace
16 out = util.run_and_log(cons, ['scripts/event_dump.py', sandbox])
A Dfit_util.py8 import u_boot_utils as util namespace
57 util.run_and_log(cons, [mkimage, '-f', its, fit])
92 util.run_and_log(cons, ['dtc', src, '-O', 'dtb', '-o', dtb])
A Dtest_ofplatdata.py5 import u_boot_utils as util namespace
14 output = util.run_and_log(cons, [fdtgrep, '-l', dtb])
A Dtest_source.py6 import u_boot_utils as util namespace
18 util.run_and_log(cons, (mkimage, '-f', its, fit))
A Dtest_scp03.py14 import u_boot_utils as util namespace
/u-boot/drivers/ddr/fsl/
A DMakefile5 obj-$(CONFIG_SYS_FSL_DDR1) += main.o util.o ctrl_regs.o options.o \
7 obj-$(CONFIG_SYS_FSL_DDR2) += main.o util.o ctrl_regs.o options.o \
9 obj-$(CONFIG_SYS_FSL_DDR3) += main.o util.o ctrl_regs.o options.o \
11 obj-$(CONFIG_SYS_FSL_DDR4) += main.o util.o ctrl_regs.o options.o \
/u-boot/board/warp7/
A DREADME8 - dfu-util: http://dfu-util.sourceforge.net/releases/ (if you are in a
51 $ sudo dfu-util -D u-boot-dtb.imx -a boot
/u-boot/doc/board/st/
A Dstm32mp1.rst742 All the supported device are exported for dfu-util tool::
744 $> dfu-util -l
772 $> dfu-util -d 0483:5720 -a 3 -D tf-a-stm32mp157c-ev1.stm32
773 $> dfu-util -d 0483:5720 -a 4 -D tf-a-stm32mp157c-ev1.stm32
774 $> dfu-util -d 0483:5720 -a 5 -D fip-stm32mp157c-ev1.bin
784 $> dfu-util -d 0483:5720 -a 12 -D fip-stm32mp157c-ev1.bin
792 $> dfu-util -d 0483:5720 -a 19 -U otp.bin
793 $> dfu-util -d 0483:5720 -a 20 -U pmic.bin
803 $> dfu-util -d 0483:5720 -a 23 -D fip-stm32mp157c-ev1.bin
809 $> dfu-util -d 0483:5720 -a 23 -D fip-stm32mp157c-ev1.bin
[all …]
/u-boot/board/technexion/pico-imx6/
A DREADME58 Next, run the DFU agent so we can flash the new images using dfu-util
65 $ sudo dfu-util -D SPL -a spl
67 $ sudo dfu-util -D u-boot-dtb.img -a u-boot
/u-boot/scripts/dtc/
A DMakefile.dtc15 util.c
A DMakefile8 srcpos.o checks.o util.o
/u-boot/doc/sphinx/
A Dkernellog.py11 from sphinx.util import logging
A Dload_config.py6 from sphinx.util.pycompat import execfile_
/u-boot/board/technexion/pico-imx6ul/
A DREADME8 - dfu-util: http://dfu-util.sourceforge.net/releases/
53 Run the DFU agent so we can flash the new images using dfu-util tool:
59 $ sudo dfu-util -D SPL -a spl
61 $ sudo dfu-util -D u-boot-dtb.img -a u-boot
/u-boot/doc/usage/
A Ddfu.rst298 For example dfu-util is a host side implementation of the DFU 1.1
299 specifications(http://dfu-util.sourceforge.net/) which works with U-Boot.
324 $> dfu-util -l
325 dfu-util 0.9
330 Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
339 $> dfu-util -a 0 -D u-boot-spl.bin
340 $> dfu-util -a 1 -D u-boot.bin
344 $> dfu-util -a 0 -U u-boot-spl.bin
345 $> dfu-util -a 1 -U u-boot.bin
348 $> dfu-util -a 0 -e -R
[all …]
/u-boot/lib/efi/
A Defi_app.c228 struct efi_device_path_utilities_protocol *util; in setup_block() local
247 ret = boot->locate_protocol(&efi_pathutil_guid, NULL, (void **)&util); in setup_block()
278 len = util->get_device_path_size(path); in setup_block()
/u-boot/drivers/core/
A DMakefile5 obj-y += device.o fdtaddr.o lists.o root.o uclass.o util.o tag.o

Completed in 40 milliseconds

12