[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 02/19] hw/microblaze: Deprecate big-endian petalogix-ml605 &
From: |
Anton Johansson |
Subject: |
Re: [PATCH 02/19] hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu |
Date: |
Tue, 5 Nov 2024 15:22:14 +0100 |
On 05/11/24, Philippe Mathieu-Daudé wrote:
> The petalogix-ml605 machine was explicitly added as little-endian only
> machine in commit 00914b7d970 ("microblaze: Add PetaLogix ml605 MMU
> little-endian ref design"). Mark the big-endian version as deprecated.
>
> When the xlnx-zynqmp-pmu machine's CPU was added in commit 133d23b3ad1
> ("xlnx-zynqmp-pmu: Add the CPU and memory"), its 'endianness' property
> was set to %true, thus wired in little endianness.
>
> Both machine are included in the big-endian system binary, while their
> CPU is working in little-endian. Unlikely to work as it. Deprecate now
> as broken config so we can remove soon.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> docs/about/deprecated.rst | 6 ++++++
> configs/devices/microblaze-softmmu/default.mak | 2 --
> configs/devices/microblazeel-softmmu/default.mak | 5 ++++-
> hw/microblaze/petalogix_ml605_mmu.c | 7 ++++++-
> hw/microblaze/xlnx-zynqmp-pmu.c | 8 ++++++--
> 5 files changed, 22 insertions(+), 6 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
[PATCH 04/19] hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpio, Philippe Mathieu-Daudé, 2024/11/05