[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 03/11] goldfish_rtc: Add endianness property
From: |
Jason A. Donenfeld |
Subject: |
Re: [PATCH v2 03/11] goldfish_rtc: Add endianness property |
Date: |
Tue, 5 Jul 2022 02:53:21 +0200 |
On Tue, Jul 05, 2022 at 05:40:31AM +0900, Stafford Horne wrote:
> riscv{LE}--------------->goldfish_rtc{LE}
> mips-longsoon3{LE}------>goldfish_rtc{LE}
> openrisc{BE}------------>goldfish_rtc{LE} (LE to BE conversion done in
> driver)
> m68k{BE}---------------->goldfish_rtc{BE} (only big-endian user)
I wish the powers that be would lighten up a little bit and let us
change m68k to be LE, and then we could avoid all this...
Just a last grumble, I guess.
Jason
[PATCH v2 04/11] hw/openrisc: Add the OpenRISC virtual machine, Stafford Horne, 2022/07/03
[PATCH v2 05/11] hw/openrisc: Add PCI bus support to virt, Stafford Horne, 2022/07/03
[PATCH v2 06/11] hw/openrisc: Initialize timer time at startup, Stafford Horne, 2022/07/03
[PATCH v2 07/11] target/openrisc: Add interrupted CPU to log, Stafford Horne, 2022/07/03
[PATCH v2 08/11] target/openrisc: Enable MTTCG, Stafford Horne, 2022/07/03