Nick Kossifidis
Nick Kossifidis
When compiling a 32bit BBL and use it with the -bios parameter on the virt machine, I get an assert here: https://github.com/riscv/riscv-pk/blob/master/machine/minit.c#L78 If I comment this out and try to...
On recent kernel versions: phydev->advertising = phydev->supported will not work since they are not u32 anymore but bitfields, you should instead use linkmode_* functions to manipulate them, e.g.: linkmode_and(phydev->advertising, phydev->advertising,...
The common/script/bmm_gen.py script fails to run with “inconsistent use of tabs and spaces in indentation” on python 3.6.5.