/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/flash/phosphor-software-manager/ |
H A D | firmware_update.sh | 38 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.img" -o -name "*.bin" -o -name "*.rom" \)) 39 CMD="/usr/sbin/ampere_flash_bios.sh $IMAGE 1" 43 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.img" -o -name "*.bin" -o -name "*.rom" \)) 44 CMD="/usr/sbin/ampere_flash_bios.sh $IMAGE 2" 48 …IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.img" -o -name "*.slim" -o -name "*.rom" -o -name "*… 49 CMD="/usr/sbin/ampere_firmware_upgrade.sh eeprom $IMAGE 1" 53 …IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.img" -o -name "*.slim" -o -name "*.rom" -o -name "*… 54 CMD="/usr/sbin/ampere_firmware_upgrade.sh eeprom $IMAGE 2" 58 IMAGE=$(find "${IMG_PATH}" -type f \( -name "*.bin" \)) 59 CMD="/usr/sbin/ampere_firmware_upgrade.sh fru $IMAGE 1" [all …]
|
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/ |
H A D | ampere_firmware_upgrade.sh | 22 FIRMWARE_IMAGE=$IMAGE 68 echo "Flash CIO FRU with image $IMAGE at $FRU_DEVICE" 71 echo "Flash BMC FRU with image $IMAGE at $FRU_DEVICE" 74 echo "Flash MB-1 FRU with image $IMAGE at $FRU_DEVICE" 77 echo "Flash MB-2 FRU with image $IMAGE at $FRU_DEVICE" 127 IMAGE=$2 136 do_eeprom_flash "$IMAGE" 139 do_fru_flash "$IMAGE" "$DEV_SEL" 142 do_mb_cpld_flash "$IMAGE" 145 do_bmc_cpld_flash "$IMAGE"
|
H A D | ampere_flash_bios.sh | 41 echo "--- Flashing firmware image $IMAGE to @/dev/$HOST_MTD" 43 flashcp -v "$IMAGE" /dev/"$HOST_MTD" 53 IMAGE="$1" 54 if [ ! -f "$IMAGE" ]; then 55 echo "The image file $IMAGE does not exist"
|
/openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-utils/ |
H A D | ampere_firmware_upgrade.sh | 31 FIRMWARE_IMAGE=$IMAGE 95 echo "Flash MB FRU with image $IMAGE at $FRU_DEVICE" 98 echo "Flash BMC FRU with image $IMAGE at $FRU_DEVICE" 175 IMAGE=$2 185 do_eeprom_flash "$IMAGE" "$BACKUP_SEL" 188 do_fru_flash "$IMAGE" "$BACKUP_SEL" 191 do_mb_cpld_flash "$IMAGE" 194 do_bmc_cpld_flash "$IMAGE" 197 do_bp_cpld_flash "$IMAGE" "$TARGET"
|
H A D | ampere_flash_bios.sh | 42 echo "--- Flashing firmware image $IMAGE to @/dev/$HOST_MTD" 43 flashcp -v "$IMAGE" /dev/"$HOST_MTD" 55 IMAGE="$1" 56 if [ ! -f "$IMAGE" ]; then 57 echo "The image file $IMAGE does not exist"
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | ddimage | 118 IMAGE=$1 121 if [ ! -e "$IMAGE" ]; then 122 echo "ERROR: Image $IMAGE does not exist" 156 image_details $IMAGE 159 printf "Write $IMAGE to $DEVICE [y/N]? " 168 pv "$IMAGE" | dd of="$DEVICE" bs="$BLOCKSIZE" 170 dd if="$IMAGE" of="$DEVICE" bs="$BLOCKSIZE"
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu-addptable2image | 10 IMAGE=$1 13 echo $IMAGE 16 size=`ls -l $IMAGE | awk '{ print $5}'` 39 cat $IMAGE >> $IMAGEOUT
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu-addptable2image | 10 IMAGE=$1 13 echo $IMAGE 16 size=`ls -l $IMAGE | awk '{ print $5}'` 39 cat $IMAGE >> $IMAGEOUT
|
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/ |
H A D | ampere_flash_bios.sh | 45 flashcp -v "$IMAGE" /dev/"$HOST_MTD" 54 IMAGE="$1" 55 if [ ! -f "$IMAGE" ]; then 56 echo "The image file $IMAGE does not exist"
|
H A D | ampere_firmware_upgrade.sh | 12 ampere_fru_upgrade -d $FRU_DEVICE -f "$IMAGE" 77 ampere_eeprom_prog -b $I2C_BUS_DEV -s $EEPROM_ADDR -p -f "$IMAGE" 112 IMAGE=$2 127 MANIFEST="$(echo "$IMAGE" | cut -d'/' -f-4)/MANIFEST"
|
/openbmc/u-boot/test/fs/ |
H A D | fs-test.sh | 546 create_files $IMAGE $MD5_FILE_FS 549 test_image $IMAGE $fs $SMALL_FILE $BIG_FILE $1 "" \ 582 IMAGE=${IMG}.${fs}.img 584 create_image $IMAGE $fs 588 create_files $IMAGE $MD5_FILE_FS 600 sudo mount -o loop,rw,$uid "$IMAGE" "$MOUNT_DIR" 604 test_image $IMAGE $fs $SMALL_FILE $BIG_FILE sb `pwd`/$MOUNT_DIR \
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0012-Platform-CS1000-Increase-BL2-partition-size.patch | 62 rm -f $IMAGE 76 $IMAGE 81 dd if=$BIN_DIR/bl2_signed.bin of=${IMAGE} seek=72 conv=notrunc 82 -dd if=$BIN_DIR/tfm_s_signed.bin of=${IMAGE} seek=272 conv=notrunc 83 +dd if=$BIN_DIR/tfm_s_signed.bin of=${IMAGE} seek=360 conv=notrunc 86 sgdisk -p $IMAGE
|
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/ |
H A D | entrypoint-build.sh | 20 [ -n "$IMAGE" ] || 64 MACHINE="$MACHINE" bitbake "$IMAGE"
|
/openbmc/u-boot/board/freescale/imx8qxp_mek/ |
H A D | imximage.cfg | 20 IMAGE SCU mx8qx-mek-scfw-tcm.bin 22 IMAGE A35 spl/u-boot-spl.bin 0x00100000
|
/openbmc/qemu/tests/docker/ |
H A D | Makefile.include | 134 $(eval docker-$t@$i: docker-image-$i; @$(MAKE) docker-run TEST=$t IMAGE=qemu/$i) \ 205 $(IMAGE) --executable $(EXECUTABLE), \ 229 $(IMAGE) \ 231 $(TEST), " RUN $(TEST) in ${IMAGE}")
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | sbom.rst | 35 - :term:`SPDX` output in JSON format as an ``IMAGE-MACHINE.spdx.json`` file in 38 - This toplevel file is accompanied by an ``IMAGE-MACHINE.spdx.index.json`` 41 - The compressed archive ``IMAGE-MACHINE.spdx.tar.zst`` contains the index 61 - The individual :term:`SPDX` JSON files in the ``IMAGE-MACHINE.spdx.tar.zst``
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | features_check.bbclass | 3 # xxx = [DISTRO,MACHINE,COMBINED,IMAGE] 24 for kind in ['DISTRO', 'MACHINE', 'COMBINED', 'IMAGE']:
|
/openbmc/linux/tools/testing/selftests/nolibc/ |
H A D | Makefile | 55 IMAGE = $(IMAGE_$(XARCH)) macro 56 IMAGE_NAME = $(notdir $(IMAGE))
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | README | 109 UPDATION U-BOOT IMAGE IN ON-BOARD SPI-FLASH
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | parallels-checks.out | 3 == TEST OUT OF IMAGE CHECK ==
|
/openbmc/linux/Documentation/driver-api/early-userspace/ |
H A D | early_userspace_support.rst | 38 IMAGE BUILDING method
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/ |
H A D | user-guide.rst | 530 NOW YOU CAN FLASH THE ACTUAL CORSTONE1000 IMAGE 531 PLEASE REMOVE THE LATEST ERASE SECURE FLASH PATCH AND BUILD THE IMAGE AGAIN
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | classes.rst | 504 ``IMAGE-MACHINE.spdx.json`` file in ``tmp/deploy/images/MACHINE/`` inside the
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |