superna9999 / meta-meson

Upstream Linux Amlogic Meson Yocto/OpenEmbedded Layer
https://github.com/superna9999/meta-meson/wiki
MIT License
100 stars 67 forks source link

Add PCIe support for NVMe devices #98

Closed m5p3nc3r closed 3 years ago

m5p3nc3r commented 3 years ago

Enable PCIe support in the kernel. This requires that

I have pulled in the kernel configuration for NVMe drivers only. The proper way is probably to include bsp/common-pc/... to pull in the required CONFIG_NVME_CORE and CONFIG_BLK_DEV_NVME. This pulls in a lot of additional drivers into the root filesystem and may have an x86 bias?

superna9999 commented 3 years ago

Hi,

I pushed an automatic pcie enable for the next u-boot: https://github.com/u-boot/u-boot/commit/adbff64af7b7cee3e0007b75df2644090edaafcb

Including the corresponding documentation, maybe you can backport this patch on the current meta-meson u-boot recipe in addition to that