Lines Matching refs:NVMe
6 What is NVMe
9 NVM Express (NVMe) is a register level interface that allows host software to
21 memory that is formatted into logical blocks. An NVMe namespace is equivalent
26 There is an NVMe uclass driver (driver name "nvme"), an NVMe host controller
27 driver (driver name "nvme") and an NVMe namespace block driver (driver name
31 is triggered by the NVMe uclass driver and the actual work is done in the NVMe
36 It only support basic block read/write functions in the NVMe driver.
40 CONFIG_NVME Enable NVMe device support
41 CONFIG_CMD_NVME Enable basic NVMe commands
45 To use an NVMe hard disk from U-Boot shell, a 'nvme scan' command needs to
46 be executed for all NVMe hard disks attached to the NVMe controller to be
49 To list all of the NVMe hard disks, try:
67 Of course, file system command can be used on the NVMe hard disk as well:
78 Testing NVMe with QEMU x86
80 QEMU supports NVMe emulation and we can test NVMe driver with QEMU x86 running
83 Example command line to call QEMU x86 below with emulated NVMe device: