Re: [PATCH 01/24] hw/arm/mps2-tz: Make SYSCLK frequency board-specific

2021-02-05 Thread Philippe Mathieu-Daudé
On 2/5/21 5:59 PM, Peter Maydell wrote: > The AN524 has a different SYSCLK frequency from the AN505 and AN521; > make the SYSCLK frequency a field in the MPS2TZMachineClass rather > than a compile-time constant so we can support the AN524. > > Signed-off-by: Peter Maydell > --- > hw/arm/mps2-tz.

[PATCH 01/24] hw/arm/mps2-tz: Make SYSCLK frequency board-specific

2021-02-05 Thread Peter Maydell
The AN524 has a different SYSCLK frequency from the AN505 and AN521; make the SYSCLK frequency a field in the MPS2TZMachineClass rather than a compile-time constant so we can support the AN524. Signed-off-by: Peter Maydell --- hw/arm/mps2-tz.c | 10 ++ 1 file changed, 6 insertions(+), 4