On Fri, Jun 18, 2021 at 01:42:53PM +1000, Paul Mackerras wrote: > This series of patches adds support for the Microwatt soft-core. > Microwatt is an open-source 64-bit Power ISA processor written in VHDL > which targets medium-sized FPGAs such as the Xilinx Artix-7 or the > Lattice ECP5. Microwatt currently implements the scalar fixed plus > floating-point subset of Power ISA v3.0B plus the radix MMU, but not > logical partitioning (i.e. it does not have hypervisor mode or nested > radix translation).
For the whole series: Reviewed-by: Segher Boessenkool <seg...@kernel.crashing.org> I didn't see anything in this revision that would prevent it from being included upstream (that HV=1 thing should be fixed sooner rather than later, but that is not a kernel problem). Looks in great state :-) Segher