Home
last modified time | relevance | path

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

12

/u-boot/test/py/tests/
A Dtest_vboot.py30 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)
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' %
[all …]
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(
309 addr = util.find_ram_base(cons)
336 addr = util.find_ram_base(cons)
414 util.run_and_log(cons, ['mv', '-f', fit_path, '%s/' % fit['dn']])
A Dtest_ofplatdata.py5 import u_boot_utils as util namespace
14 output = util.run_and_log(cons, [fdtgrep, '-l', dtb])
A Dtest_fit.py9 import u_boot_utils as util namespace
160 util.run_and_log(cons, ['dtc', src, '-O', 'dtb', '-o', dtb])
190 util.run_and_log(cons, [mkimage, '-f', its, fit])
226 util.run_and_log(cons, ['gzip', '-f', '-k', filename])
/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/doc/board/st/
A Dstm32mp1.rst546 All the supported device are exported for dfu-util tool::
548 $> dfu-util -l
575 $> dfu-util -d 0483:5720 -a 3 -D tf-a-stm32mp157c-ev1-trusted.stm32
576 $> dfu-util -d 0483:5720 -a 4 -D tf-a-stm32mp157c-ev1-trusted.stm32
577 $> dfu-util -d 0483:5720 -a 5 -D u-boot-stm32mp157c-ev1-trusted.img
585 $> dfu-util -d 0483:5720 -a 10 -D tf-a-stm32mp157c-ev1-trusted.stm32
586 $> dfu-util -d 0483:5720 -a 11 -D tf-a-stm32mp157c-ev1-trusted.stm32
587 $> dfu-util -d 0483:5720 -a 12 -D u-boot-stm32mp157c-ev1-trusted.img
595 $> dfu-util -d 0483:5720 -a 19 -U otp.bin
596 $> dfu-util -d 0483:5720 -a 20 -U pmic.bin
[all …]
/u-boot/board/warp/
A DREADME8 - dfu-util: http://dfu-util.sourceforge.net/releases/
44 $ sudo dfu-util -D u-boot.imx -a boot
/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/scripts/dtc/
A DMakefile.dtc15 util.c
A DMakefile8 srcpos.o checks.o util.o
/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/doc/sphinx/
A Dkernellog.py11 from sphinx.util import logging
A Dload_config.py6 from sphinx.util.pycompat import execfile_
A Dkernel_feat.py53 from sphinx.util.docutils import switch_source_input
A Dkernel_abi.py56 from sphinx.util.docutils import switch_source_input
A Dkerneldoc.py48 from sphinx.util.docutils import switch_source_input
/u-boot/doc/usage/
A Ddfu.rst275 For example dfu-util is a host side implementation of the DFU 1.1
276 specifications(http://dfu-util.sourceforge.net/) which works with U-Boot.
301 $> dfu-util -l
302 dfu-util 0.9
307 Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
316 $> dfu-util -a 0 -D u-boot-spl.bin
317 $> dfu-util -a 1 -D u-boot.bin
321 $> dfu-util -a 0 -U u-boot-spl.bin
322 $> dfu-util -a 1 -U u-boot.bin
325 $> dfu-util -a 0 -e -R
[all …]
/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/drivers/pwm/
A DMakefile14 obj-$(CONFIG_PWM_IMX) += pwm-imx.o pwm-imx-util.o
/u-boot/drivers/core/
A DMakefile5 obj-y += device.o fdtaddr.o lists.o root.o uclass.o util.o
/u-boot/board/bticino/mamoj/
A DREADME84 # dfu-util -D SPL -a spl
93 # dfu-util -D u-boot-dtb.img -a u-boot
/u-boot/board/technexion/pico-imx7d/
A DREADME54 Run the DFU agent so we can flash the new images using dfu-util tool:
60 $ sudo dfu-util -D SPL -a spl
62 $ sudo dfu-util -D u-boot-dtb.img -a u-boot
/u-boot/test/py/tests/test_android/
A Dtest_avb.py19 import u_boot_utils as util namespace
/u-boot/doc/board/intel/
A Dedison.rst36 $ dfu-util -v -d 8087:0a99 --alt u-boot0 -D u-boot.bin
63 install dfu-util, reset your board and flash U-Boot like this:
/u-boot/doc/board/coreboot/
A Dcoreboot.rst26 $ ./build/util/cbfstool/cbfstool build/coreboot.rom add-flat-binary \

Completed in 23 milliseconds

12