Re: 回复: [PATCH v13 0/21] Refactoring Microchip PCIe driver and add StarFive PCIe

From: Kevin Hilman
Date: Fri Jan 05 2024 - 12:29:03 EST


Kevin Xie <kevin.xie@xxxxxxxxxxxxxxxx> writes:

>> Minda Chen <minda.chen@xxxxxxxxxxxxxxxx> writes:
>>
>> > This patchset final purpose is add PCIe driver for StarFive JH7110 SoC.
>> > JH7110 using PLDA XpressRICH PCIe IP. Microchip PolarFire Using the
>> > same IP and have commit their codes, which are mixed with PLDA
>> > controller codes and Microchip platform codes.
>>
>> Thank you for this series.
>>
>> I tested this on a VisionFive v2 board, and it seems to probe and find my
>> M.2 NVMe SSD, but then gets timeouts when trying to use the NVMe (e.g.
>> 'blkid' command)
>>
>
> Hi, Kevin:
> Could you please provide the manufacturer and model of the M.2 NVMe SSD
> you tested?

I have a 256 Gb Silicon Power P34A60 M.2 NVMe SSD (part number: sp256gbp34a60m28)

Also for reference, I tested the same SSD on another arm platform
(Khadas VIM3) and it works fine.

Kevin