[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 0/8] Add device STM32L4x5 RCC
From: |
Peter Maydell |
Subject: |
Re: [PATCH v6 0/8] Add device STM32L4x5 RCC |
Date: |
Mon, 4 Mar 2024 16:44:58 +0000 |
On Sun, 3 Mar 2024 at 14:07, Arnaud Minier
<arnaud.minier@telecom-paris.fr> wrote:
>
> This patch adds the STM32L4x5 RCC (Reset and Clock Control) device and is part
> of a series implementing the STM32L4x5 with a few peripherals.
>
> Due to the high number of lines, I tried to split the patch into several
> independent commits.
> Each commit compiles on its own but I had to add temporary workarounds in
> intermediary commits to allow them to compile even if some functions are not
> used. However, they have been removed once the functions were used. Tell me
> if this is ok or if I should remove them.
>
> Also, the tests are not very exhaustive for the moment. I have not found a
> way to test the clocks' frequency from the qtests, which limits severely the
> exhaustiveness of the tests.
>
> Thanks to Philippe Mathieu-Daudé and Luc Michel for guiding me toward the
> hw/misc/bcm2835_cprman.c implementation and answering my questions about
> clock emulation in qemu !
Applied to target-arm.next, thanks.
-- PMM
- [PATCH v6 0/8] Add device STM32L4x5 RCC, Arnaud Minier, 2024/03/03
- [PATCH v6 2/8] hw/misc/stm32l4x5_rcc: Add an internal clock multiplexer object, Arnaud Minier, 2024/03/03
- [PATCH v6 1/8] hw/misc/stm32l4x5_rcc: Implement STM32L4x5_RCC skeleton, Arnaud Minier, 2024/03/03
- [PATCH v6 3/8] hw/misc/stm32l4x5_rcc: Add an internal PLL Clock object, Arnaud Minier, 2024/03/03
- [PATCH v6 4/8] hw/misc/stm32l4x5_rcc: Initialize PLLs and clock multiplexers, Arnaud Minier, 2024/03/03
- [PATCH v6 5/8] hw/misc/stm32l4x5_rcc: Handle Register Updates, Arnaud Minier, 2024/03/03
- [PATCH v6 6/8] hw/misc/stm32l4x5_rcc: Add write protections to CR register, Arnaud Minier, 2024/03/03
- [PATCH v6 7/8] hw/arm/stm32l4x5_soc.c: Use the RCC Sysclk, Arnaud Minier, 2024/03/03
- [PATCH v6 8/8] tests/qtest/stm32l4x5_rcc-test.c: Add tests for the STM32L4x5_RCC, Arnaud Minier, 2024/03/03
- Re: [PATCH v6 0/8] Add device STM32L4x5 RCC,
Peter Maydell <=