Home
last modified time | relevance | path

Searched full:upload (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_savearea_management.robot34 ${content-1} Sample Content to test partition file upload
35 ... Sample Content to test partition file upload
36 ... Sample Content to test partition file upload
37 ${content-2} Sample Content to test partition file upload after reboot
38 ... Sample Content to test partition file upload after reboot
39 ... Sample Content to test partition file upload after reboot
45 Redfish Upload Lower Limit Partition File To BMC
46 [Documentation] Upload lower limit of allowed partition file to BMC using Redfish.
48 [Template] Redfish Upload Partition File
54 Redfish Upload Partition File To BMC
[all …]
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_redfish_image_upload.robot2 Documentation Test upload image with invalid images.
45 Redfish Failure To Upload BMC Image With Bad Manifest
46 [Documentation] Upload a BMC firmware with a bad MANIFEST file.
54 Redfish Failure To Upload Empty BMC Image
55 [Documentation] Upload a BMC firmware with no kernel image.
63 Redfish Failure To Upload Host Image With Bad Manifest
64 [Documentation] Upload a PNOR firmware with a bad MANIFEST file.
72 Redfish Failure To Upload Empty Host Image
73 [Documentation] Upload a PNOR firmware with no kernel Image.
81 Redfish TFTP Failure To Upload BMC Image With Bad Manifest
[all …]
H A Dtest_redfish_bmc_code_update.robot82 [Template] Redfish Multiple Upload Image And Check Progress State
249 Redfish Multiple Upload Image And Check Progress State
279 ${resp1}= Upload Image To BMC ${redfish_update_uri} timeout=${600} data=${file_bin_data1}
282 ${resp2}= Upload Image To BMC ${redfish_update_uri} timeout=${600} data=${file_bin_data2}
320 Redfish Update Certificate Upload In Loop
321 [Documentation] Upload HTTPS server certificate via Redfish and verify using OpenSSL.
359 # Redfish Update Certificate Upload In Loop
372 ... Redfish Update Certificate Upload In Loop count=${count}
420 Upload Image To BMC ${redfish_update_uri} timeout=${600} data=${file_bin_data}
421 Log To Console Completed image upload to BMC.
/openbmc/phosphor-webui/app/common/components/
H A Dfile-upload.js4 const template = `<div class="file-upload">
7 class="file-upload-btn btn btn-secondary"
16 class="file-upload-input"
18 <div class="file-upload-container"
20 'file-upload-error' : $ctrl.fileStatus ==='error'}"
25 class="file-upload-status"
30 class="btn file-upload-reset"
37 <div class="file-upload-btn">
43 aria-label="upload selected file">
44 Upload
/openbmc/openbmc-test-automation/extended/
H A Dtest_bmc_upload_stability.robot3 Documentation Module to stress-test REST upload stability.
4 ... Upload a test file to the BMC. The
31 REST Upload Stability Test
32 [Documentation] Execute upload stress testing.
35 Repeat Keyword ${LOOPS} times Upload Test Image File To BMC
41 Upload Test Image File To BMC
42 [Documentation] Upload a file to BMC via REST. The uploaded file
66 # Upload to BMC and check for HTTP_BAD_REQUEST.
67 ${resp}= POST On Session redfish /upload/image &{data}
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dfile-upload.scss1 // Choose/upload button
2 .file-upload-input {
11 .file-upload-input:focus {
23 .file-upload-error {
27 .file-upload {
30 .file-upload-container {
37 .file-upload-reset {
/openbmc/phosphor-webui/app/common/directives/
H A Dcertificate.html48 ng-click="cert.upload = true"
61 <div ng-show="cert.upload === true" class="upload__certificate">
65 ng-click="cert.upload=false"
66 aria-label="close replace certificate upload form">
70 <div class="file-upload">
73 class="file-upload-btn btn btn-secondary"
80 class="file-upload-input"/>
82 <div class="file-upload-container file-upload-field">
87 class="btn file-upload-reset"
/openbmc/linux/Documentation/driver-api/firmware/
H A Dfw_upload.rst4 Firmware Upload API
11 upload uses the same *loading* and *data* sysfs files described in the
15 Register for firmware upload
18 A device driver registers for firmware upload by calling
21 firmware upload by echoing a 1 to the *loading* sysfs file for the target
28 To use the firmware upload API, write a driver that implements a set of
63 dev_err(sec->dev, "Firmware Upload driver failed to start\n");
91 Firmware Upload Ops
96 Firmware Upload Progress Codes
105 Firmware Upload Error Codes
/openbmc/qemu/scripts/coverity-scan/
H A Drun-coverity-scan3 # Upload a created tarball to Coverity Scan, as per
25 # To do an upload you need to be a maintainer in the Coverity online
31 # --check-upload-only : return success if upload is possible
32 # --dry-run : run the tools, but don't actually do the upload
43 # copy it anywhere, just upload it)
62 # Check whether we can do an upload to the server; will exit *the script*
65 # that we can't upload yet (ie we are at quota)
68 echo "Checking upload permissions..."
86 echo "Coverity Scan upload check: unexpected result $up_perm"
94 # Check whether we can do an upload to the server; will exit the script
[all …]
/openbmc/u-boot/doc/
H A Dkwboot.122 initiates an image upload. This program sends this boot message until
36 Handshake; then upload file \fIimage\fP over \fITTY\fP.
44 This mode writes handshake status and upload progress indication to
50 to upload, to "UART boot" type.
65 immediately following a successful image upload.
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dfirmware-controller.html10 …<p><a ng-click="gotoAnchor()">Scroll down to upload an image file</a> to transfer a new firmware i…
14 <div class="row column" id="upload">
19 …ages for the server, BMC, or other hardware devices. Each image that you upload will be unpacked f…
21 <h3>Upload image file from workstation</h3>
22 … <p>Select the image file saved on the workstation storage medium to upload to the server BMC.</p>
23 <label for="file-upload" class="inline firmware__upload-chooser">
24 <input id="file-upload" type="file" file="file" class="hide"/>
28 …<input type="button" value="Upload firmware" class="btn btn-primary float-right" ng-click="upload(…
29 <div class="inline uploading" ng-show="uploading">Upload in progress...</div>
/openbmc/openbmc-test-automation/extended/code_update/
H A Dhost_code_update.robot12 ... - Upload image via REST
57 Upload And Activate Image ${IMAGE_FILE_PATH}
116 Upload And Activate Image
169 Upload And Activate Multiple Host Images
170 [Documentation] Upload another PNOR image and verify that its state is
174 [Setup] Upload And Activate Multiple BMC Images Setup
207 Upload And Activate Image ${IMAGE_FILE_PATH}
211 ${version_id}= Upload And Activate Image ${ALTERNATE_IMAGE_FILE_PATH}
273 Upload And Activate Multiple BMC Images Setup
278 Upload And Activate Image ${IMAGE_FILE_PATH} skip_if_active=true
H A Dbmc_code_update.robot92 Upload And Activate Image ${IMAGE_FILE_PATH}
142 Upload And Activate Multiple BMC Images
143 [Documentation] Upload another BMC image and verify that its state is
147 [Setup] Upload And Activate Multiple BMC Images Setup
190 ${version_id}= Upload And Activate Image ${ALTERNATE_IMAGE_FILE_PATH}
223 Upload And Activate Image ${IMAGE_FILE_PATH}
270 Upload And Activate Multiple BMC Images Setup
/openbmc/phosphor-webui/app/access-control/controllers/
H A Dcertificate-modal-add-cert.html43 <div class="file-upload">
46 class="file-upload-btn btn btn-secondary"
55 class="file-upload-input"/>
56 <div class="file-upload-container">
61 class="btn file-upload-reset"
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Ddebug_private.h55 …/* We could move the remote head after the upload, but we would have to limit the upload w.r.t. th… in debug_synch_queue()
79 …/* We could move the remote head after the upload, but we would have to limit the upload w.r.t. th… in debug_synch_queue_isp()
105 …/* We could move the remote head after the upload, but we would have to limit the upload w.r.t. th… in debug_synch_queue_ddr()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-firmware28 upload. This string will be in the form of <STATUS>:<ERROR>,
34 upload status is "idle". If this file is read while a firmware
53 Description: Read-only. For firmware upload, this file contains the size
59 upload.
67 a firmware upload. The string will be one of the following:
/openbmc/linux/drivers/media/usb/as102/
H A Das102_fw.c163 /* select fw file to upload */ in as102_fw_upload()
172 /* allocate buffer to store firmware upload command and data */ in as102_fw_upload()
187 /* initiate firmware upload */ in as102_fw_upload()
190 pr_err("%s: error during firmware upload part1\n", in as102_fw_upload()
211 /* initiate firmware upload */ in as102_fw_upload()
214 pr_err("%s: error during firmware upload part2\n", in as102_fw_upload()
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dif_spi.h94 /* Host Interrupt Control bit : Rx auto upload */
98 /* Host Interrupt Control bit : Command auto upload */
104 /* Card Interrupt Case bit : Rx upload over */
110 /* Card Interrupt Case bit : Command upload over */
139 /* Host Interrupt Status bit : Rx upload ready */
145 /* Host Interrupt Status bit : Command upload ready */
163 /* Host Interrupt Status Mask bit : Rx upload ready */
169 /* Host Interrupt Status Mask bit : Command upload ready */
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/
H A DREADME.md12 ### Signed Certificate upload Design flow(Pre-generated)
82 - The user perform the certificate upload on appropriate services. Example: if
84 Manager’s Certificate object upload interface. The Upload method internally
92 - BMC upload process automatically appends certificate file with system CSR
188 #### Certificate Upload
192 - Redfish initiates certificate upload by issuing a POST request on the Redfish
197 For example the HTTPS certificate upload POST request is issued on URI
/openbmc/linux/drivers/base/firmware_loader/
H A Dsysfs_upload.h10 * enum fw_upload_prog - firmware upload progress codes
11 * @FW_UPLOAD_PROG_IDLE: there is no firmware upload in progress
13 * @FW_UPLOAD_PROG_PREPARING: target device is preparing for firmware upload
H A Dsysfs_upload.c10 * Support for user-space to initiate a firmware upload to a device.
211 * the next firmeware upload begins. in fw_upload_main()
222 * Start a worker thread to upload data to the parent driver.
277 * firmware_upload_register() - register for the firmware upload sysfs API
279 * @parent: parent device instantiating firmware upload
281 * @ops: pointer to structure of firmware upload ops
284 * @name must be unique among all users of firmware upload. The firmware
382 * firmware_upload_unregister() - Unregister firmware upload interface
/openbmc/openbmc-test-automation/gui/test/server_config/
H A Dtest_obmc_gui_firmware_update.robot54 [Template] Upload Firmware using TFTP Server
62 [Template] Upload Firmware using TFTP Server
77 Upload Firmware using TFTP Server
78 [Documentation] Upload firmware using TFTP server.
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils.robot166 Redfish Upload Image
167 [Documentation] Upload an image to the BMC via redfish.
176 # Force time out for image file upload if failed to complete on time.
178 ... Upload Image To BMC ${uri} timeout=${240} data=${image_data}
211 Upload And Activate Image
212 [Documentation] Upload an image to the BMC and activate it with REST.
216 # image_file_path The path to the image tarball to upload and activate.
228 ... Upload Image To BMC /upload/image timeout=${90} data=${image_data}
229 ${ret} ${version_id}= Verify Image Upload ${image_version}
281 ${version_id}= Upload And Activate Image ${image_file_path}
[all …]
/openbmc/phosphor-user-manager/docs/
H A DREADME.md23 If the configured ldap server is secure then we need to upload the client
29 #### Upload LDAP Client Certificate
36 #### Upload CA Certificate
/openbmc/pldm/fw-update/
H A Dwatch.hpp16 * @brief Adds inotify watch on software image upload directory
19 * appropriate actions related to a software image upload can be taken.
53 /** @brief image upload directory watch descriptor */

12345678910>>...17