[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 09/19] hw/intc/xilinx_intc: Only expect big-endian accesses
From: |
Anton Johansson |
Subject: |
Re: [PATCH 09/19] hw/intc/xilinx_intc: Only expect big-endian accesses |
Date: |
Tue, 5 Nov 2024 17:58:00 +0100 |
On 05/11/24, Philippe Mathieu-Daudé wrote:
> Per the datasheet (reference added in file header, p.9)
> 'Programming Model' -> 'Register Data Types and Organization':
>
> "The XPS INTC registers are read as big-endian data"
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> hw/intc/xilinx_intc.c | 13 ++++++++++++-
> 1 file changed, 12 insertions(+), 1 deletion(-)
Reviewed-by: Anton Johansson <anjo@rev.ng>