/openbmc/qemu/docs/system/devices/ |
H A D | nvme.rst | 10 * `Adding NVMe Devices`_, `additional namespaces`_ and `NVM subsystems`_. 21 The QEMU emulated NVMe controller implements version 1.4 of the NVM Express 34 -drive file=nvm.img,if=none,id=nvm 35 -device nvme,serial=deadbeef,drive=nvm 73 -drive file=nvm-1.img,if=none,id=nvm-1 74 -device nvme-ns,drive=nvm-1 75 -drive file=nvm-2.img,if=none,id=nvm-2 76 -device nvme-ns,drive=nvm-2 109 NVM Subsystems 113 linked to an NVM Subsystem device (``nvme-subsys``). [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | nrf51_soc.c | 122 if (!object_property_set_uint(OBJECT(&s->nvm), "flash-size", in nrf51_soc_realize() 127 if (!sysbus_realize(SYS_BUS_DEVICE(&s->nvm), errp)) { in nrf51_soc_realize() 131 mr = sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->nvm), 0); in nrf51_soc_realize() 133 mr = sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->nvm), 1); in nrf51_soc_realize() 135 mr = sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->nvm), 2); in nrf51_soc_realize() 137 mr = sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->nvm), 3); in nrf51_soc_realize() 198 object_initialize_child(obj, "nvm", &s->nvm, TYPE_NRF51_NVM); in nrf51_soc_init()
|
H A D | msf2-soc.c | 117 memory_region_init_rom(&s->nvm, OBJECT(dev_soc), "MSF2.eNVM", s->envm_size, in m2sxxx_soc_realize() 126 &s->nvm, 0, s->envm_size); in m2sxxx_soc_realize() 128 memory_region_add_subregion(system_memory, ENVM_BASE_ADDRESS, &s->nvm); in m2sxxx_soc_realize()
|
/openbmc/u-boot/drivers/nvme/ |
H A D | Kconfig | 6 bool "NVM Express device support" 10 This option enables support for NVM Express devices.
|
H A D | nvme_show.c | 22 printf("\tFormat NVM: %s\n", in print_optional_admin_cmd() 30 printf("Blk device %d: Optional NVM Command Support:\n", in print_optional_nvm_cmd() 46 printf("Blk device %d: Format NVM Attributes:\n", devnum); in print_format_nvme_attributes()
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Nvme/ |
H A D | Status.errors.yaml | 11 The NVM subsystem reliability has been degraded due to significant media 12 related errors or any internal error that degrades NVM subsystem
|
H A D | Status.interface.yaml | 31 Represent the NVM subsystem reliability has been degraded due to 33 NVM subsystem reliability
|
/openbmc/u-boot/drivers/mtd/ |
H A D | pic32_flash.c | 17 /* NVM Controller registers */ 25 /* NVM operations */ 30 /* NVM control bits */ 36 /* NVM programming unlock register */ 280 * flash content updated by nvm controller but CPU cache might in write_buff() 400 if (!strncmp(list, "nvm", len)) { in pic32_flash_probe() 401 /* NVM controller */ in pic32_flash_probe()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | StorageControllerMetrics.v1_0_3.json | 63 …o significant media-related errors or any internal error that degrades the NVM subsystem reliabili… 64 …o significant media-related errors or any internal error that degrades the NVM subsystem reliabili… 219 "description": "The percentage of the NVM subsystem life used.", 220 …NVM subsystem life used based on the actual usage and the manufacturer's prediction of NVM life. …
|
/openbmc/docs/designs/ |
H A D | nvmemi-over-smbus.md | 18 `NVM Express Basic Management Command` that can read the NVMe drives information 22 For our purpose is retrieve NVMe drives information, therefore, using NVM 29 "NVM Express Management Interface Revision 1.0a April 8, 2017 in Appendix A." 198 For monitoring NVMe drives, using NVM Express Basic Management Command over
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | StorageControllerMetrics_v1.xml | 146 … <Annotation Term="OData.Description" String="The percentage of the NVM subsystem life used."/> 147 …NVM subsystem life used based on the actual usage and the manufacturer's prediction of NVM life. … 255 …o significant media-related errors or any internal error that degrades the NVM subsystem reliabili… 256 …o significant media-related errors or any internal error that degrades the NVM subsystem reliabili…
|
/openbmc/qemu/include/hw/arm/ |
H A D | nrf51_soc.h | 37 NRF51NVMState nvm; member
|
H A D | msf2-soc.h | 68 MemoryRegion nvm; member
|
/openbmc/qemu/include/hw/nvram/ |
H A D | nrf51_nvm.h | 27 #define TYPE_NRF51_NVM "nrf51_soc.nvm"
|
/openbmc/u-boot/cmd/ |
H A D | nvme.c | 45 "NVM Express sub-system",
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/nvmetcli/ |
H A D | nvmetcli_0.8.bb | 1 SUMMARY = "NVM-Express target user space configuration utility."
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/ |
H A D | Endpoint.interface.yaml | 36 Ethernet over MCTP(0x03), NVM Express Management Messages over
|
/openbmc/qemu/linux-headers/linux/ |
H A D | nvme_ioctl.h | 3 * Definitions for the NVM Express ioctl interface
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/ |
H A D | corstone1000-fvp.conf | 38 FVP_CONFIG[se.nvm.update_raw_image] ?= "0"
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 280 | 53 iotests.log('\nVM is now stopped:')
|
/openbmc/u-boot/doc/ |
H A D | README.nvme | 9 NVM Express (NVMe) is a register level interface that allows host software to
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | Kconfig | 51 NAND datasheets often specify the minimum and maximum NVM (Number of
|
/openbmc/qemu/docs/ |
H A D | nvdimm.txt | 244 SNIA NVM Programming Model [1] (e.g., Intel NVDIMM), it's suggested to set 259 [1] NVM Programming Model (NPM)
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 67 UCLASS_NVME, /* NVM Express device */
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | emif-common.c | 130 /* Not NVM */ in lpddr2_init() 634 * it will be NVM. We don't support NVM yet. 932 * (or NVM. But NVM is not supported in this driver yet) in emif_calculate_regs() 1119 /* DNV supported - But DNV is only supported for NVM */ in is_lpddr2_sdram_present()
|