riscvarchive/riscv-poky

SMP support is broken or missing

jleidel opened this issue · 1 comments

SMP support is initial missing from the Yocto port. When adding SMP support to the defconfig for the meta-riscv kernel build, the kernels will build, but not run with anything more than a single CPU. This exhibits the same behavior as has been observed in other spike builds. SMP kernels hang at init.

Pull request 13 [https://github.com//pull/13] fixes this.