[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [Qemu-devel] [PATCH 09/14] hw/arm/armsse: Allow boards to
From: |
Richard Henderson |
Subject: |
Re: [Qemu-arm] [Qemu-devel] [PATCH 09/14] hw/arm/armsse: Allow boards to specify init-svtor |
Date: |
Sun, 17 Feb 2019 10:03:00 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
On 2/14/19 4:51 AM, Peter Maydell wrote:
> The Musca boards have DAPLink firmware that sets the initial
> secure VTOR value (the location of the vector table) differently
> depending on the boot mode (from flash, from RAM, etc). Export
> the init-svtor as a QOM property of the ARMSSE object so that
> the board can change it.
>
> Signed-off-by: Peter Maydell <address@hidden>
> ---
> include/hw/arm/armsse.h | 3 +++
> hw/arm/armsse.c | 8 ++++----
> 2 files changed, 7 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <address@hidden>
r~
- [Qemu-arm] [PATCH 00/14] Add model of the Arm Musca devboards, Peter Maydell, 2019/02/14
- [Qemu-arm] [PATCH 02/14] hw/misc/tz-ppc: Support having unused ports in the middle of the range, Peter Maydell, 2019/02/14
- [Qemu-arm] [PATCH 10/14] hw/arm/musca.c: Implement models of the Musca-A and -B1 boards, Peter Maydell, 2019/02/14
- [Qemu-arm] [PATCH 12/14] hw/arm/musca: Add MPCs, Peter Maydell, 2019/02/14
- [Qemu-arm] [PATCH 09/14] hw/arm/armsse: Allow boards to specify init-svtor, Peter Maydell, 2019/02/14
- [Qemu-arm] [PATCH 13/14] hw/arm/musca: Wire up PL031 RTC, Peter Maydell, 2019/02/14
- [Qemu-arm] [PATCH 04/14] hw/timer/pl031: Convert to using trace events, Peter Maydell, 2019/02/14
- [Qemu-arm] [PATCH 14/14] hw/arm/musca: Wire up PL011 UARTs, Peter Maydell, 2019/02/14
- [Qemu-arm] [PATCH 11/14] hw/arm/musca: Add PPCs, Peter Maydell, 2019/02/14