Lines Matching refs:nvme
28 There is an NVMe uclass driver (driver name "nvme"), an NVMe host controller
29 driver (driver name "nvme") and an NVMe namespace block driver (driver name
30 "nvme-blk"). The host controller driver is supposed to probe the hardware and
47 To use an NVMe hard disk from U-Boot shell, a 'nvme scan' command needs to
53 => nvme info
60 => nvme detail
62 Raw block read/write to can be done via the 'nvme read/write' commands:
64 => nvme read a0000000 0 11000
67 => nvme write 80000000 0 11000
71 => fatls nvme 0:1
77 => fatload nvme 0:1 a0000000 /kernel.itb
86 $ ./qemu-system-i386 -drive file=nvme.img,if=none,id=drv0 -device nvme,drive=drv0,serial=QEMUNVME00…