Home
last modified time | relevance | path

Searched full:download (Results 1 – 25 of 199) sorted by relevance

12345678

/rk3399_rockchip-uboot/doc/
H A DREADME.sdp5 SDP stands for serial download protocol. It is the protocol used in NXP's
6 i.MX SoCs ROM Serial Downloader and provides means to download a program
10 provide a SDP implementation over USB. This allows to download program
58 This allows to download the regular U-Boot with legacy image headers
64 download and run scripts:
68 imx_usb configuration files can be also used to download multiple
82 In this mode the file to download (imx_usb job) needs to be specified
H A DREADME.android-fastboot-protocol77 Host: "download:00001234" request to send 0x1234 bytes of data
112 "download:%08x" Write data to memory which will be later used
116 the download is remembered.
H A DREADME.nios227 find the sopc2dts download and usage at the wiki,
72 binary. This is handy for development, eg, using gdb or nios2-download.
/rk3399_rockchip-uboot/cmd/
H A Ddownload.c20 /* Allow board specific download, maybe noreturn */ in do_download()
23 /* Generic download */ in do_download()
35 download, 1, 1, do_download,
36 "enter rockusb/bootrom download mode", ""
/rk3399_rockchip-uboot/test/rockchip/
H A Dtest-download.c51 ut_err("tftp: failed to download file\n"); in do_test_tftp()
74 " [n] rktest brom - test bootrom, enter download mode\n"
77 " [n] rktest fastboot - test fastboot, enter download mode\n"
80 " [n] rktest rockusb - test rockusb, enter download mode\n"
83 " [.] rktest tftp [serverip] [file] - test tftp download\n"
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A DKconfig123 bool "Enable USB download gadget"
125 Composite USB download gadget support (g_dnl) for download functions.
131 bool "Enable USB SDP (Serial Download Protocol)"
133 Enable Serial Download Protocol (SDP) device support in U-Boot. This
134 allows to download images into memory and execute (jump to) them
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dbootrom.c34 * We back to bootrom download mode if get a
40 * changed by TPL/SPL, as the bootrom download operation
45 * cleared by USB download(bootrom mode) or loader(other mode) after the
100 * download mode. in save_boot_params()
H A Dboot_rkimg.c290 * detect download key status by adc, most rockchip
291 * based boards use adc sample the download key status,
336 printf("download %skey pressed... ", in setup_download_mode()
342 printf("%sentering download mode...\n", in setup_download_mode()
346 /* try rockusb download and brom download */ in setup_download_mode()
347 run_command("download", 0); in setup_download_mode()
/rk3399_rockchip-uboot/include/configs/
H A Dxpedite520x.h178 #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
348 "echo DOWNLOAD FAILED; " \
365 "echo DOWNLOAD FAILED; " \
376 "echo FDT DOWNLOAD FAILED; " \
382 "echo OS DOWNLOAD FAILED; " \
397 "echo OS DOWNLOAD FAILED; " \
412 "echo OS DOWNLOAD FAILED; " \
427 "echo FDT DOWNLOAD FAILED; " \
442 "echo FDT DOWNLOAD FAILED; " \
H A Dxpedite537x.h202 #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
397 "echo DOWNLOAD FAILED; " \
414 "echo DOWNLOAD FAILED; " \
425 "echo FDT DOWNLOAD FAILED; " \
431 "echo OS DOWNLOAD FAILED; " \
446 "echo OS DOWNLOAD FAILED; " \
461 "echo OS DOWNLOAD FAILED; " \
476 "echo FDT DOWNLOAD FAILED; " \
491 "echo FDT DOWNLOAD FAILED; " \
H A Dxpedite550x.h204 #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
396 "echo DOWNLOAD FAILED; " \
413 "echo DOWNLOAD FAILED; " \
424 "echo FDT DOWNLOAD FAILED; " \
430 "echo OS DOWNLOAD FAILED; " \
445 "echo OS DOWNLOAD FAILED; " \
460 "echo OS DOWNLOAD FAILED; " \
475 "echo FDT DOWNLOAD FAILED; " \
490 "echo FDT DOWNLOAD FAILED; " \
H A Dxpedite517x.h205 #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
543 "echo DOWNLOAD FAILED; " \
560 "echo DOWNLOAD FAILED; " \
571 "echo FDT DOWNLOAD FAILED; " \
577 "echo OS DOWNLOAD FAILED; " \
592 "echo OS DOWNLOAD FAILED; " \
607 "echo OS DOWNLOAD FAILED; " \
622 "echo FDT DOWNLOAD FAILED; " \
637 "echo FDT DOWNLOAD FAILED; " \
H A Dti_omap5_common.h73 * area between 0x40300000 and 0x4031E000 as a download area for OMAP5.
74 * On DRA7xx/AM57XX the download area is between 0x40300000 and 0x4037E000.
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-rcar.c20 #define RCAR_USB3_DL_CTRL 0x250 /* FW Download Control & Status */
24 /* FW Download Control & Status */
50 /* Download R-Car USB3.0 firmware */ in xhci_rcar_download_fw()
112 dev_err(dev, "Failed to download firmware\n"); in xhci_rcar_probe()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dboot_mode.h24 /* enter dfu download mode */
28 /* enter bootrom download mode */
H A Dbootrom.h24 * download mode, ...).
38 BROM_BOOT_ENTER_DNL, /* have BROM enter download-mode */
/rk3399_rockchip-uboot/tools/buildman/
H A Dtoolchain.py203 "--fetch-arch all' to download all available toolchains, or "
451 def Download(self, url): member in Toolchains
452 """Download a file to a temporary directory
455 url: URL to download
490 print 'Error, failed to download'
518 """List architectures with available toolchains to download"""
548 # Download the tar file for this toolchain and unpack it
549 tmpdir, tarfile = self.Download(url)
573 print ("Adding 'download' to config file '%s'" %
575 bsettings.SetItem('toolchain', 'download', '%s/*/*' % dest)
/rk3399_rockchip-uboot/scripts/
H A Dunpack_resource.sh26 echo "Can't find '../rkbin/' Responsity, please download it before pack image!"
30 echo " 3. Download full release SDK Responsity"
H A Dbuild-tftp-firmware.sh7 # 1. U-Boot have limited tftp download buffer, we have to split images into pieces for download
9 # 3. The TFTP client download update.hdr and verify it (if need)
10 # 4. The TFTP client download => verify => flash image pieces accorrding to update.hdr.
/rk3399_rockchip-uboot/board/warp/
H A DREADME18 Put warp board in USB download mode
49 #DOWNLOAD ... OK
/rk3399_rockchip-uboot/board/technexion/pico-imx6ul/
H A DREADME18 Put pico board in USB download mode (refer to the document
50 #DOWNLOAD ... OK
/rk3399_rockchip-uboot/board/warp7/
H A DREADME22 Put warp7 board in USB download mode:
56 #DOWNLOAD ... OK
/rk3399_rockchip-uboot/common/usbplug/
H A DKconfig7 Support to build U-Boot as usb plug image for download firmware.
/rk3399_rockchip-uboot/drivers/input/
H A DKconfig127 int "Enter download mode by pwrkey trigger count"
131 This support enter download mode by press and release pwrkey for times
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/
H A Domap.h181 * space for download and once up and running may use other parts of the
183 * OMAP5 download area, but within the DRA7xx download area (as it is

12345678