[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH] bcm2835_mbox/property: replace ldl_phys/stl_phys
From: |
Peter Maydell |
Subject: |
Re: [Qemu-arm] [PATCH] bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accesses |
Date: |
Thu, 3 Mar 2016 14:28:36 +0000 |
On 2 March 2016 at 00:57, Andrew Baumann <address@hidden> wrote:
> PMM pointed out that ldl_phys and stl_phys are dependent on the CPU's
> endianness, whereas device model code should be independent of
> it. This changes the relevant Raspberry Pi devices to explicitly call
> the little-endian variants.
>
> Signed-off-by: Andrew Baumann <address@hidden>
> ---
> bcm2835_property will probably have a trivial conflict with my current
> patch series (which to add framebuffer-related properties).
Reviewed-by: Peter Maydell <address@hidden>
and applied to target-arm.next.
thanks
-- PMM