Lines Matching +full:1 +full:- +full:2017
2 # Copyright (C) 2017 NXP Semiconductors
3 # Copyright (C) 2017 Bin Meng <bmeng.cn@gmail.com>
5 # SPDX-License-Identifier: GPL-2.0+
12 communicate with a non-volatile memory subsystem. This interface is optimized
22 of some number of logical blocks. A namespace is a quantity of non-volatile
27 ------------
30 "nvme-blk"). The host controller driver is supposed to probe the hardware and
37 ------
41 --------------
45 Usage in U-Boot
46 ---------------
47 To use an NVMe hard disk from U-Boot shell, a 'nvme scan' command needs to
71 => fatls nvme 0:1
77 => fatload nvme 0:1 a0000000 /kernel.itb
81 --------------------------
83 U-Boot. Please see README.x86 for how to build u-boot.rom image for QEMU x86.
86 $ ./qemu-system-i386 -drive file=nvme.img,if=none,id=drv0 -device nvme,drive=drv0,serial=QEMUNVME00…