hw/misc/stm32l4x5_rcc: Implement STM32L4x5_RCC skeleton
authorArnaud Minier <arnaud.minier@telecom-paris.fr>
Sun, 3 Mar 2024 14:06:36 +0000 (15:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 5 Mar 2024 13:22:55 +0000 (13:22 +0000)
commitd6b55a0fe9920b46d380f50d7da48ff43de21324
tree5c87fd762ebb17be5eb41aa6c91716667f462f9e
parentf576e0733ccb023cde94acc7897c78a4871a09d0
hw/misc/stm32l4x5_rcc: Implement STM32L4x5_RCC skeleton

Add the necessary files to add a simple RCC implementation with just
reads from and writes to registers. Also instantiate the RCC in the
STM32L4x5_SoC. It is needed for accurate emulation of all the SoC
clocks and timers.

Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr>
Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20240303140643.81957-2-arnaud.minier@telecom-paris.fr
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
docs/system/arm/b-l475e-iot01a.rst
hw/arm/Kconfig
hw/arm/stm32l4x5_soc.c
hw/misc/Kconfig
hw/misc/meson.build
hw/misc/stm32l4x5_rcc.c [new file with mode: 0644]
hw/misc/trace-events
include/hw/arm/stm32l4x5_soc.h
include/hw/misc/stm32l4x5_rcc.h [new file with mode: 0644]
include/hw/misc/stm32l4x5_rcc_internals.h [new file with mode: 0644]