Home
last modified time | relevance | path

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

12345678910>>...42

/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_tftp_upload_image.robot33 TFTP Download Install With ApplyTime OnReset Policy
34 [Documentation] Download image to BMC using TFTP with OnReset policy and verify installation.
36 [Template] TFTP Download Install
42 TFTP Download Install With ApplyTime Immediate Policy
43 [Documentation] Download image to BMC using TFTP with Immediate policy and verify installation.
45 [Template] TFTP Download Install
51 ImageURI Download Install With ApplyTime OnReset Policy
52 … [Documentation] Download image to BMC using ImageURI with OnReset policy and verify installation.
54 [Template] ImageURI Download Install
60 ImageURI Download Install With ApplyTime Immediate Policy
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/software/miniupnp/
H A Ddownload.php6 <title>MiniUPnP download zone</title>
8 <meta name="description" content="files download of the miniupnp project"/>
9 <meta name="keywords" content="upnp,download,openbsd,freebsd,linux,windows"/>
53 <h2>MiniUPnP download zone</h2>
63 you probably don't need to download and compile the source files.
285 …<td class="filename"><a href='download.php?file=miniupnpc-2.3.2.tar.gz'>miniupnpc-2.3.2.tar.gz</a>…
292 …<td class="filename"><a href='download.php?file=miniupnpc-2.3.1.tar.gz'>miniupnpc-2.3.1.tar.gz</a>…
299 …<td class="filename"><a href='download.php?file=miniupnpc-2.3.0.tar.gz'>miniupnpc-2.3.0.tar.gz</a>…
306 …<td class="filename"><a href='download.php?file=miniupnpd-2.3.7.tar.gz'>miniupnpd-2.3.7.tar.gz</a>…
313 …<td class="filename"><a href='download.php?file=miniupnpc-2.2.8.tar.gz'>miniupnpc-2.2.8.tar.gz</a>…
[all …]
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Ddownload_manager.hpp19 /** @class Download
20 * @brief OpenBMC download software management implementation.
24 class Download : public DownloadInherit class
27 /** @brief Constructs Download Software Manager
32 Download(sdbusplus::bus_t& bus, const std::string& objPath) : in Download() function in phosphor::software::manager::Download
36 * @brief Download the specified image via TFTP
H A Dxyz.openbmc_project.Software.Download.service.in2 Description=Phosphor Download Manager
5 ExecStart=/usr/libexec/phosphor-code-mgmt/phosphor-download-manager
/openbmc/openbmc-test-automation/lib/
H A Dos_utils_install.robot26 # Download and install Git.
48 [Documentation] Download and install HTX exerciser tool from github.
50 # Download HTX source code from github.
51 Log To Console \n Download HTX source code from github.
54 # Download and install pre-requisite packages before compiling HTX.
55 Log To Console \n Download pre-requisite packages before compiling HTX.
75 [Documentation] Download and install HTX on Red Hat.
94 [Documentation] Download and install opal prd tool.
96 # Download and install PRD packages.
/openbmc/webui-vue/src/components/Global/
H A DTableRowAction.vue6 :download="download"
17 value === 'download' && downloadInNewTab && downloadLocation !== ''
26 {{ $t('global.action.download') }}
30 v-else-if="value === 'download' && downloadLocation !== ''"
32 :download="exportName"
38 {{ $t('global.action.download') }}
110 download() {
H A DTableToolbarExport.vue5 :download="download"
34 download() {
/openbmc/skeleton/pydownloadmgr/
H A Ddownload_manager.py19 DBUS_NAME = "org.openbmc.managers.Download"
20 OBJ_NAME = "/org/openbmc/managers/Download"
30 signal_name="Download",
41 print("Download Complete: " + outfile)
81 intf.error("Download Error: " + filename)
91 print("Running Download Manager")
/openbmc/qemu/tests/functional/qemu_test/
H A Dasset.py31 # to easily find all referenced assets and download them prior to
40 self.cache_dir = Path(cache_dir_env, "download")
43 ".cache", "qemu", "download")
84 # Another thread already seems to download the asset, so wait until
126 tmp_cache_file = self.cache_file.with_suffix(".download")
141 self.log.error("Unable to download %s: "
155 "deleting and retrying download...",
161 self.log.error("Unable to download %s: HTTP error %d",
167 raise AssetError(self, "Unable to download: "
172 raise AssetError(self, "Unable to download: " % e)
[all …]
/openbmc/u-boot/doc/imx/misc/
H A Dsdp.txt5 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
63 This allows to download the regular U-Boot with legacy image headers
69 download and run scripts:
73 imx_usb configuration files can be also used to download multiple
87 In this mode the file to download (imx_usb job) needs to be specified
114 imx_usb_loader is able to download a single file (u-boot.imx)
/openbmc/u-boot/drivers/fastboot/
H A Dfb_command.c20 * fastboot_bytes_received - number of bytes received in the current download
25 * fastboot_bytes_expected - number of bytes expected in the current download
31 static void download(char *, char *);
50 .command = "download",
51 .dispatch = download
151 * fastboot_download() - Start a download transfer from the client
156 static void download(char *cmd_parameter, char *response) in download() function
171 * Nothing to download yet. Response is of the form: in download()
179 printf("Starting download of %d bytes\n", in download()
188 * Return: Number of bytes left in the current download
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgomod.py4 The gomod/gomodgit fetchers are used to download Go modules to the module cache
21 The go command may need to download go.mod files for many different modules
91 """Set up to download the module from the module proxy.
93 Set up to download the module zip file to the module cache directory
96 cache/download/<module>/@v/<version>.zip: The module zip file.
97 cache/download/<module>/@v/<version>.mod: The go.mod file.
112 # Set URL and filename for wget download
126 ud.parm['unpackpath'] = os.path.join(moddir, 'cache/download', path)
170 """Set up to download the module from the git repository.
172 Set up to download the git repository to the module cache directory and
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/manual/
H A Dsdk.json13Download kernel, rootfs tar.bz2 image and qemu configuration from public autobuilder webpage \n …
14 "expected_results": "Download completes successfully."
17Download & install toolchain tarball matching your host from public autobuilder \n \ta. Goto ht…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cli11/cli11/
H A D0001-Do-not-download-the-catch-framework-during-configure.patch4 Subject: [PATCH] Do not download the catch framework during configure.
26 - set(url https://github.com/philsquared/Catch/releases/download/v2.13.7/catch.hpp)
28 - DOWNLOAD ${url} "${CMAKE_CURRENT_BINARY_DIR}/catch2/catch.hpp"
33 - message(FATAL_ERROR "Could not download ${url}, and Catch2 not found on your system.")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A Ddownload.patch4 Subject: [PATCH] opencv: abort configure if we need to download
6 This CMake module will download files during do_configure. This is bad as it
32 # Download
35 + message(FATAL_ERROR "Not going to download ${DL_FILENAME}")
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Dboot_mode.c26 * detect download key status by adc, most rockchip
27 * based boards use adc sample the download key status,
53 printf("download key pressed, entering download mode..."); in rockchip_dnl_mode_check()
/openbmc/openbmc/meta-arm/ci/
H A Ddownload-lockfile.py4 Download the lockfile.yml produced by a CI pipeline, specified by the GitLab
8 $ ./download-lockfile.py https://gitlab.com/ rossburton/meta-arm master
27 artefact = project.artifacts.download(ref_name=args.refspec, job="update-repos")
/openbmc/webui-vue/src/views/Overview/
H A DOverviewCard.vue9 :download="download"
14 <span v-if="downloadButton">{{ $t('global.action.download') }}</span>
69 download() {
/openbmc/phosphor-power/tools/power-utils/
H A Daei_updater.cpp89 return 1; // No firmware file abort download in doUpdate()
91 bool downloadFwFailed = false; // Download Firmware status in doUpdate()
101 downloadFwFailed = true; // Download Firmware status in doUpdate()
112 downloadFwFailed = false; // Download Firmware status in doUpdate()
119 downloadFwFailed = true; // Download Firmware Failed in doUpdate()
126 // Start PSU firmware download. in doUpdate()
137 // One of the block write commands failed, retry download in doUpdate()
144 {"UPDATE_FAILED", "Download firmware failed"}}; in doUpdate()
165 // Download completed successful in doUpdate()
171 // Retry the whole download process starting with the key and in doUpdate()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py448 self.dldir = os.path.join(self.tempdir, "download")
622 fetcher.download()
632 fetcher.download()
642 fetcher.download()
645 fetcher.download()
670 fetcher.download()
680 fetcher.download()
705 fetcher.download()
715 fetcher.download()
734 fetcher.download()
[all …]
/openbmc/openbmc/poky/meta-poky/conf/templates/default/
H A Dsite.conf.sample3 # such as proxy server addresses and optionally any shared download location
31 # Uncomment this to use a shared download directory
32 #DL_DIR = "/some/shared/download/directory/"
/openbmc/qemu/docs/system/
H A Dtarget-rx.rst21 Download ``<u-boot_image_file>`` from
27 Download ``kernel_image_file`` from
30 Download ``device_tree_blob`` from
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/files/
H A Dgxp-obmc-init.sh113 debug_takeover "Invalid tftp download url '$url'."
117 debug_takeover "Download of '$url' failed."
127 debug_takeover "Download of '$url' failed."
221 urlfile=/run/initramfs/init-download-url
251 grep -w openbmc-init-download-files $optfile
267 echo "Download url empty. Ignoring download request."
270 echo "Download failed."
277 echo "Download failed."
285 echo "Download failed."
293 echo "Download failed."
[all …]
/openbmc/u-boot/drivers/usb/gadget/
H A DKconfig138 bool "Enable USB download gadget"
140 Composite USB download gadget support (g_dnl) for download functions.
160 bool "Enable USB SDP (Serial Download Protocol)"
162 Enable Serial Download Protocol (SDP) device support in U-Boot. This
163 allows to download images into memory and execute (jump to) them
169 Enable Tizen's THOR download protocol support in U-Boot. It
/openbmc/phosphor-webui/app/access-control/controllers/
H A Dcertificate-modal-csr-download.html35 download="csrCode.txt"
36 class="add-csr__text-download">
37 Download

12345678910>>...42