You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/openrisc
Philippe Mathieu-Daudé e72eee9684 hw/openrisc: Mark devices as big-endian
The openrisc little-endian control is in a control register:
SR[LEE] (which we do not implement at present).

These devices are only used by the OpenRISC target, which is
only built as big-endian. Therefore the DEVICE_NATIVE_ENDIAN
definition expand to DEVICE_BIG_ENDIAN (besides, the
DEVICE_LITTLE_ENDIAN case isn't tested). Simplify directly
using DEVICE_BIG_ENDIAN.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20241106184612.71897-5-philmd@linaro.org>
3 weeks ago
..
Kconfig hw/char: Extract serial-mm 4 months ago
boot.c include: Rename sysemu/ -> system/ 1 month ago
cputimer.c include: Rename sysemu/ -> system/ 1 month ago
meson.build meson: pick libfdt from common_ss when building target-specific files 9 months ago
openrisc_sim.c hw/openrisc: Mark devices as big-endian 3 weeks ago
virt.c hw/openrisc: Mark devices as big-endian 3 weeks ago