]> git.ipfire.org Git - thirdparty/u-boot.git/commit
configs: imx8mp_beacon: Enable PCIe NVMe drives
authorAdam Ford <aford173@gmail.com>
Tue, 26 Mar 2024 21:24:54 +0000 (16:24 -0500)
committerFabio Estevam <festevam@gmail.com>
Fri, 5 Apr 2024 12:37:12 +0000 (09:37 -0300)
commit26ff863fc03aaaf4578dc5dc69753385dcf7d810
tree3df78132b23f3e76924067c5e502c50523f666b9
parenta64feb974f6642149aea089efb2ac423d4f2e294
configs: imx8mp_beacon: Enable PCIe NVMe drives

The baseboard supports and NVMe drives via the PCIe slot. This
requires a few extra config options to be enabled.

The NVMe can be enumerated with the following commands:

u-boot=> pci enum
PCIE-0: Link up (Gen1-x1, Bus0)
u-boot=> nvme scan
u-boot=> nvme info
Device 0: Vendor: 0x15b7 Rev: 20120022 Prod: 184960441105
            Type: Hard Disk
            Capacity: 122104.3 MB = 119.2 GB (250069680 x 512)
u-boot=>

Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
configs/imx8mp_beacon_defconfig