From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Fri, 22 May 2020 23:43:52 +0530 Subject: [PATCH 5/5] roc-pc-rk3399: Enable PCIe/M.2, NVMe In-Reply-To: <1590170608-12229-6-git-send-email-sunil@amarulasolutions.com> References: <1590170608-12229-1-git-send-email-sunil@amarulasolutions.com> <1590170608-12229-6-git-send-email-sunil@amarulasolutions.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, May 22, 2020 at 11:34 PM wrote: > > From: Suniel Mahesh > > ROC-RK3399-PC Mezzanine is an add-on board for roc-pc-rk3399 target > and it hosts a PCIe/M.2 interface. As we have added runtime detection > support for this add-on board, this patch enables PCIe/M.2, NVMe so that > SSD's which have a PCIe/M.2 interface can be detected. > > => nvme scan > => nvme device > > IDE device 0: Vendor: 0x144d Rev: 2B2QEXM7 Prod: S4EUNG0N104275H > Type: Hard Disk > Capacity: 238475.1 MB = 232.8 GB (488397168 x 512) > > Signed-off-by: Suniel Mahesh > Signed-off-by: Jagan Teki > --- > configs/roc-pc-rk3399_defconfig | 3 +++ > 1 file changed, 3 insertions(+) We need to squash to 4/5 not be a separate patch since this support already added. Jagan.