mbox series

[0/1] hw/arm/sbsa-ref: switch to 1GHz timer frequency

Message ID 20240531093729.220758-1-marcin.juszkiewicz@linaro.org
Headers show
Series hw/arm/sbsa-ref: switch to 1GHz timer frequency | expand

Message

Marcin Juszkiewicz May 31, 2024, 9:37 a.m. UTC
Trusted Firmware 2.11 got released, EDK2 202405 got released as well.
Both were built for QEMU CI and proper patch is now in arm.next queue.

So all requirements to move from legacy 62.5MHz to armv8.6-ready 1GHz
frequency are fulfiled.

Marcin Juszkiewicz (1):
  hw/arm/sbsa-ref: switch to 1GHz timer frequency

 hw/arm/sbsa-ref.c | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Comments

Peter Maydell June 7, 2024, 1:23 p.m. UTC | #1
On Fri, 31 May 2024 at 10:37, Marcin Juszkiewicz
<marcin.juszkiewicz@linaro.org> wrote:
>
> Trusted Firmware 2.11 got released, EDK2 202405 got released as well.
> Both were built for QEMU CI and proper patch is now in arm.next queue.
>
> So all requirements to move from legacy 62.5MHz to armv8.6-ready 1GHz
> frequency are fulfiled.
>
> Marcin Juszkiewicz (1):
>   hw/arm/sbsa-ref: switch to 1GHz timer frequency
>
>  hw/arm/sbsa-ref.c | 12 ++++--------
>  1 file changed, 4 insertions(+), 8 deletions(-)


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM