
2 Aug
2024
2 Aug
'24
9:25 p.m.
On Thu, Aug 1, 2024 at 11:47 AM Lukasz Majewski lukma@denx.de wrote:
This change adds support for PCIe connected nvme disk - phyBOARD-Polis base board.
One needs to call following commands in u-boot:
pci enum nvme scan nvme info
And then ones to access proper file system (like fat[ls|load|write], ext4[ls|load|write]).
Signed-off-by: Lukasz Majewski lukma@denx.de
Changes for v2:
- Remove not needed adjustment for CONFIG_CYCLIC_MAX_CPU_TIME_US=1000
Applied only this one, thanks.