[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/19] target/microblaze: Rename CPU endianness property as '
From: |
Anton Johansson |
Subject: |
Re: [PATCH 01/19] target/microblaze: Rename CPU endianness property as 'little-endian' |
Date: |
Tue, 5 Nov 2024 15:16:31 +0100 |
On 05/11/24, Philippe Mathieu-Daudé wrote:
> Rename the 'endian' property as 'little-endian' because the 'ENDI'
> bit is set when the endianness is in little order, and unset in
> big order.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> hw/microblaze/petalogix_ml605_mmu.c | 2 +-
> hw/microblaze/xlnx-zynqmp-pmu.c | 2 +-
> target/microblaze/cpu.c | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Anton Johansson <anjo@rev.ng>
[PATCH 02/19] hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu, Philippe Mathieu-Daudé, 2024/11/05
[PATCH 03/19] hw/microblaze/s3adsp1800: Explicit CPU endianness, Philippe Mathieu-Daudé, 2024/11/05