qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] hw/arm/virt: Fix non-secure flash mode


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] hw/arm/virt: Fix non-secure flash mode
Date: Fri, 12 Jul 2019 16:34:46 +0100

On Fri, 12 Jul 2019 at 08:53, David Engraf <address@hidden> wrote:
>
> Using the whole 128 MiB flash in non-secure mode is not working because
> virt_flash_fdt() expects the same address for secure_sysmem and sysmem.
> This is not correctly handled by caller because it forwards NULL for
> secure_sysmem in non-secure flash mode.
>
> Fixed by using sysmem when secure_sysmem is NULL.
>
> Signed-off-by: David Engraf <address@hidden>

Nice catch; applied to target-arm.next for 4.1.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]