[PATCH 0/2] Misc OpenRISC fixes for 9.2.0

Stafford Horne posted 2 patches 4 hours ago
hw/openrisc/cputimer.c     | 26 +++++++++++++++-----------
hw/openrisc/openrisc_sim.c | 13 ++++++++-----
2 files changed, 23 insertions(+), 16 deletions(-)
[PATCH 0/2] Misc OpenRISC fixes for 9.2.0
Posted by Stafford Horne 4 hours ago
This series has 2 fixes for OpenRISC that came in over that past few months.

Ahmad Fatoum (1):
  hw/openrisc/openrisc_sim: keep serial@90000000 as default

Joel Holdsworth (1):
  hw/openrisc: Fixed undercounting of TTCR in continuous mode

 hw/openrisc/cputimer.c     | 26 +++++++++++++++-----------
 hw/openrisc/openrisc_sim.c | 13 ++++++++-----
 2 files changed, 23 insertions(+), 16 deletions(-)

-- 
2.47.0
Re: [PATCH 0/2] Misc OpenRISC fixes for 9.2.0
Posted by Michael Tokarev 2 hours ago
On 23.11.2024 13:38, Stafford Horne wrote:
> This series has 2 fixes for OpenRISC that came in over that past few months.
> 
> Ahmad Fatoum (1):
>    hw/openrisc/openrisc_sim: keep serial@90000000 as default
> 
> Joel Holdsworth (1):
>    hw/openrisc: Fixed undercounting of TTCR in continuous mode

Is there anything in there which is worth picking up for stable?
The first one above seems to be a good candidate.

Thanks,

/mjt