| /u-boot/test/py/tests/ |
| A D | test_vboot.py | 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) 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 D | test_efi_fit.py | 58 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 D | test_ofplatdata.py | 5 import u_boot_utils as util namespace 14 output = util.run_and_log(cons, [fdtgrep, '-l', dtb])
|
| A D | test_fit.py | 9 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 D | Makefile | 5 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 D | stm32mp1.rst | 546 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 D | README | 8 - dfu-util: http://dfu-util.sourceforge.net/releases/ 44 $ sudo dfu-util -D u-boot.imx -a boot
|
| /u-boot/board/warp7/ |
| A D | README | 8 - 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 D | Makefile.dtc | 15 util.c
|
| A D | Makefile | 8 srcpos.o checks.o util.o
|
| /u-boot/board/technexion/pico-imx6/ |
| A D | README | 58 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 D | kernellog.py | 11 from sphinx.util import logging
|
| A D | load_config.py | 6 from sphinx.util.pycompat import execfile_
|
| A D | kernel_feat.py | 53 from sphinx.util.docutils import switch_source_input
|
| A D | kernel_abi.py | 56 from sphinx.util.docutils import switch_source_input
|
| A D | kerneldoc.py | 48 from sphinx.util.docutils import switch_source_input
|
| /u-boot/doc/usage/ |
| A D | dfu.rst | 275 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 D | README | 8 - 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 D | Makefile | 14 obj-$(CONFIG_PWM_IMX) += pwm-imx.o pwm-imx-util.o
|
| /u-boot/drivers/core/ |
| A D | Makefile | 5 obj-y += device.o fdtaddr.o lists.o root.o uclass.o util.o
|
| /u-boot/board/bticino/mamoj/ |
| A D | README | 84 # dfu-util -D SPL -a spl 93 # dfu-util -D u-boot-dtb.img -a u-boot
|
| /u-boot/board/technexion/pico-imx7d/ |
| A D | README | 54 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 D | test_avb.py | 19 import u_boot_utils as util namespace
|
| /u-boot/doc/board/intel/ |
| A D | edison.rst | 36 $ 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 D | coreboot.rst | 26 $ ./build/util/cbfstool/cbfstool build/coreboot.rom add-flat-binary \
|