On 25/11/25 15:26, Cédric Le Goater wrote:
When the XDMA, RTC and SDHCI device models of the Aspeed SoCs were
first introduced, their MMIO regions inherited of a DEVICE_NATIVE_ENDIAN
endianness. It should be DEVICE_LITTLE_ENDIAN. Fix that.
Signed-off-by: Cédric Le Goater <[email protected]>
---
hw/misc/aspeed_xdma.c | 2 +-
hw/rtc/aspeed_rtc.c | 2 +-
hw/sd/aspeed_sdhci.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
\o/
Thanks for the help :)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>