What should we call the kernel package for hifive premier p550? It may also work on other boards based on same SOC.
@ncopa I've built packages for Arch Linux, and I'd live to sync sources and patches with you: https://github.com/edolnx/linux-edolnx-sifive-p550 and https://github.com/edolnx/linux-edolnx-sifive-p550-dgpu I'm going to test on MilkV Megrez boards as soon as I can get one. These configs have appropriate options enabled to support most distros as well. I'm still working on Nvidia driver support, hope to have those working before EOY
@edolnx I based mine on https://github.com/sifive/riscv-linux/tree/dev/kernel/hifive-premier-p550 and then merged v6.6.67.
@ncopa good to know. That tree is missing a series of patches that enable amdgpu support for rDNA based graphics cards. There are 5 patches in the dev branch I'm using that will get merged eventually to enable those newer GPUs. There's still the Nvidia problems I'm chasing down