Home
last modified time | relevance | path

Searched refs:flashid (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dobmc-flash-bmc244 flashid=$(busctl get-property xyz.openbmc_project.Software.Manager \
247 flashid=$(busctl get-property xyz.openbmc_project.Software.BMC.Updater \
251 grep -v "$flashid" | cut -c 14-) || true
413 vol="$(findubi rofs-"${flashid}")"
422 ubi_setenv "kernelname=kernel-${flashid}"
566 flashid="${secondaryId}"
620 rm -f "${hostfwdir}/hostfw-${flashid}"
635 if [[ "${flashid}" == "${primaryid}" ]]; then
638 dd if=/dev/zero of=/dev/disk/by-partlabel/boot-"${flashid}" count=2048
639 dd if=/dev/zero of=/dev/disk/by-partlabel/rofs-"${flashid}" count=2048
[all …]
/openbmc/u-boot/tools/
H A Dkwbimage.h142 uint32_t flashid; /* 0x21C - 0x21F */ member
H A Dkwbimage.c174 uint32_t flashid; member
798 fprintf(out, "fuse prog -y 47 0 %08x 00000000 1\n", e->flashid); in kwb_dump_fuse_cmds_38x()
1193 secure_hdr->flashid = cpu_to_le32(e_flashid->flashid); in add_secure_header_v1()
1426 el->flashid = strtoul(value1, NULL, 0); in image_create_config_parse_oneline()