[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] riscv: Fix the console of the Spike machine on big endian ho
From: |
Thomas Huth |
Subject: |
[PATCH 0/2] riscv: Fix the console of the Spike machine on big endian hosts |
Date: |
Fri, 21 Jul 2023 11:47:18 +0200 |
The tests/avocado/riscv_opensbi.py avocado test is currently failing
on big endian hosts since the console of the Spike machine is not
working there. With two small patches, this can be fixed: First patch
fixes riscv64, and the second one fixes riscv32.
Thomas Huth (2):
hw/char/riscv_htif: Fix printing of console characters on big endian
hosts
hw/char/riscv_htif: Fix the console syscall on big endian hosts
hw/char/riscv_htif.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
--
2.39.3
- [PATCH 0/2] riscv: Fix the console of the Spike machine on big endian hosts,
Thomas Huth <=