Lines Matching +full:solid +full:- +full:state
1 # SPDX-License-Identifier: GPL-2.0+
10 communicate with a non-volatile memory subsystem. This interface is optimized
11 for enterprise and client solid state drives, typically attached to the PCI
14 based solid state drives (SSD). The interface provides optimized command
20 of some number of logical blocks. A namespace is a quantity of non-volatile
25 ------------
28 "nvme-blk"). The host controller driver is supposed to probe the hardware and
29 do necessary initialization to put the controller into a ready state at which
35 ------
39 --------------
43 Usage in U-Boot
44 ---------------
45 To use an NVMe hard disk from U-Boot shell, a 'nvme scan' command needs to
79 --------------------------
81 U-Boot. Please see README.x86 for how to build u-boot.rom image for QEMU x86.
84 $ ./qemu-system-i386 -drive file=nvme.img,if=none,id=drv0 -device nvme,drive=drv0,serial=QEMUNVME00…