mbox series

[v2,0/4] target/mips: misc microMIPS fixes

Message ID 20230216051717.3911212-1-marcin.nowakowski@fungible.com
Headers show
Series target/mips: misc microMIPS fixes | expand

Message

Marcin Nowakowski Feb. 16, 2023, 5:17 a.m. UTC
v2:
  - add reviewed-by to patch 1 & 2
  - add CP0.Config7.WII for P5600
  - new patch: add CP0.Config[4,5] for M14K(c)

Marcin Nowakowski (4):
  target/mips: fix JALS32/J32 instruction handling for microMIPS
  target/mips: fix SWM32 handling for micromips
  target/mips: implement CP0.Config7.WII bit support
  target/mips: set correct CP0.Config[4,5] values for M14K(c)

 target/mips/cpu-defs.c.inc    | 13 +++++++++++--
 target/mips/cpu.c             |  6 ++++--
 target/mips/cpu.h             |  1 +
 target/mips/tcg/ldst_helper.c |  4 ++--
 target/mips/tcg/translate.c   |  7 +++++++
 5 files changed, 25 insertions(+), 6 deletions(-)

Comments

Philippe Mathieu-Daudé March 9, 2023, 1:36 p.m. UTC | #1
> Marcin Nowakowski (4):
>    target/mips: fix JALS32/J32 instruction handling for microMIPS
>    target/mips: fix SWM32 handling for micromips
>    target/mips: implement CP0.Config7.WII bit support
>    target/mips: set correct CP0.Config[4,5] values for M14K(c)

Merged as commits 9055ffd76e..dcebb36eb0.