Re: [PATCH 04/24] hw/arm/mps2-tz: Make the OSCCLK settings be configurable per-board

2021-02-12 Thread Philippe Mathieu-Daudé
On 2/5/21 5:59 PM, Peter Maydell wrote: > The AN505 and AN511 happen to share the same OSCCLK values, but the > AN524 will have a different set (and more of them), so split the > settings out to be per-board. > > Signed-off-by: Peter Maydell > --- > hw/arm/mps2-tz.c | 23 ++-

[PATCH 04/24] hw/arm/mps2-tz: Make the OSCCLK settings be configurable per-board

2021-02-05 Thread Peter Maydell
The AN505 and AN511 happen to share the same OSCCLK values, but the AN524 will have a different set (and more of them), so split the settings out to be per-board. Signed-off-by: Peter Maydell --- hw/arm/mps2-tz.c | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-)