Home
last modified time | relevance | path

Searched refs:mdata (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0050-fwu-Use-metadata-v2.patch6 The mdata structure was modified to use the v2 and did the minimal
25 @@ -27,7 +27,7 @@ static void print_mdata(struct fwu_mdata *mdata)
29 - img_entry = &mdata->img_entry[i];
30 + img_entry = &mdata->fw_desc.img_entry[i];
74 @@ -131,7 +131,7 @@ static int in_trial_state(struct fwu_mdata *mdata)
77 active_bank = mdata->active_index;
78 - img_entry = &mdata->img_entry[0];
79 + img_entry = &mdata->fw_desc.img_entry[0];
87 - &mdata.img_entry[i].image_type_uuid)) {
88 - img_entry = &mdata.img_entry[i];
[all …]
H A D0021-corstone1000-add-fwu-metadata-store-info.patch6 Add fwu-mdata node and handle for the reference
32 + fwu-mdata {
33 + compatible = "u-boot,fwu-mdata-gpt";
34 + fwu-mdata-store = <&nvmxip>;
H A D0036-corstone1000-add-signature-device-tree-overlay.patch19 fwu-mdata-store = <&nvmxip>;
H A D0035-corstone1000-purge-U-Boot-specific-DT-nodes.patch34 + { .node_path = "/fwu-mdata" },
H A D0025-corstone1000-add-nvmxip-fwu-mdata-and-gpt-options.patch4 Subject: [PATCH] corstone1000: add nvmxip, fwu-mdata and gpt options
/openbmc/qemu/hw/nvme/
H A Ddif.c415 qemu_iovec_destroy(&ctx->mdata.iov); in nvme_dif_rw_cb()
416 g_free(ctx->mdata.bounce); in nvme_dif_rw_cb()
447 status = nvme_dif_mangle_mdata(ns, ctx->mdata.bounce, ctx->mdata.iov.size, in nvme_dif_rw_check_cb()
455 ctx->mdata.bounce, ctx->mdata.iov.size, prinfo, in nvme_dif_rw_check_cb()
473 status = nvme_bounce_mdata(n, ctx->mdata.bounce, ctx->mdata.iov.size, in nvme_dif_rw_check_cb()
501 ctx->mdata.bounce = g_malloc(mlen); in nvme_dif_rw_mdata_in_cb()
503 qemu_iovec_reset(&ctx->mdata.iov); in nvme_dif_rw_mdata_in_cb()
504 qemu_iovec_add(&ctx->mdata.iov, ctx->mdata.bounce, mlen); in nvme_dif_rw_mdata_in_cb()
506 req->aiocb = blk_aio_preadv(blk, offset, &ctx->mdata.iov, 0, in nvme_dif_rw_mdata_in_cb()
530 req->aiocb = blk_aio_pwritev(blk, offset, &ctx->mdata.iov, 0, in nvme_dif_rw_mdata_out_cb()
[all …]
H A Dctrl.c748 NvmeSg *mdata) in nvme_sg_split() argument
782 dst = (dst == data) ? mdata : data; in nvme_sg_split()
2268 status = nvme_dif_mangle_mdata(ns, ctx->mdata.bounce, in nvme_verify_cb()
2269 ctx->mdata.iov.size, slba); in nvme_verify_cb()
2276 ctx->mdata.bounce, ctx->mdata.iov.size, in nvme_verify_cb()
2284 qemu_iovec_destroy(&ctx->mdata.iov); in nvme_verify_cb()
2285 g_free(ctx->mdata.bounce); in nvme_verify_cb()
2311 ctx->mdata.bounce = g_malloc(mlen); in nvme_verify_mdata_in_cb()
2313 qemu_iovec_reset(&ctx->mdata.iov); in nvme_verify_mdata_in_cb()
2314 qemu_iovec_add(&ctx->mdata.iov, ctx->mdata.bounce, mlen); in nvme_verify_mdata_in_cb()
[all …]
H A Dnvme.h442 } data, mdata; member
/openbmc/u-boot/drivers/usb/musb-new/
H A Dpic32.c44 struct musb_host_data mdata; member
218 struct musb_host_data *mdata = &pdata->mdata; in musb_usb_probe() local
246 mdata->host = musb_init_controller(&pic32_musb_plat, in musb_usb_probe()
248 if (!mdata->host) in musb_usb_probe()
251 ret = musb_lowlevel_init(mdata); in musb_usb_probe()
254 mdata->host = musb_register(&pic32_musb_plat, &pdata->dev, mregs); in musb_usb_probe()
255 if (!mdata->host) in musb_usb_probe()
258 if ((ret == 0) && mdata->host) in musb_usb_probe()
268 musb_stop(pdata->mdata.host); in musb_usb_remove()
H A Dsunxi.c88 struct musb_host_data mdata; member
438 struct musb_host_data *host = &glue->mdata; in musb_usb_probe()
503 struct musb_host_data *host = &glue->mdata; in musb_usb_remove()
/openbmc/qemu/hw/i2c/
H A Dppc4xx_i2c.c94 memset(i2c->mdata, 0, ARRAY_SIZE(i2c->mdata)); in ppc4xx_i2c_reset()
119 ret = i2c->mdata[0]; in ppc4xx_i2c_readb()
126 i2c->mdata[i] = i2c->mdata[i + 1]; in ppc4xx_i2c_readb()
196 i2c->mdata[++i2c->mdidx] = value; in ppc4xx_i2c_writeb()
245 i2c->mdata[i] = i2c_recv(i2c->bus); in ppc4xx_i2c_writeb()
246 } else if (i2c_send(i2c->bus, i2c->mdata[i]) < 0) { in ppc4xx_i2c_writeb()
279 memset(i2c->mdata, 0, ARRAY_SIZE(i2c->mdata)); in ppc4xx_i2c_writeb()
/openbmc/qemu/include/hw/i2c/
H A Dppc4xx_i2c.h47 uint8_t mdata[4]; member
/openbmc/qemu/tests/vm/
H A Dbasevm.py470 mdata = open(os.path.join(cidir, "meta-data"), "w")
472 mdata.writelines(["instance-id: {}-vm-0\n".format(name),
474 mdata.close()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/
H A Du-boot-corstone1000.inc43 file://0025-corstone1000-add-nvmxip-fwu-mdata-and-gpt-options.patch \