]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/arm/stellaris: Split stellaris-gptm into its own file
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Aug 2021 09:33:54 +0000 (10:33 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 1 Sep 2021 10:08:20 +0000 (11:08 +0100)
commitf3eb7557284db7d9eba8843c5705b4dc90dc6fd3
tree7d4c6b64e78be0fe78c1012f4876794c237a1cb6
parent0d883c540462bed9b6fa64594290edfd27cb0fc0
hw/arm/stellaris: Split stellaris-gptm into its own file

The implementation of the Stellaris general purpose timer module
device stellaris-gptm is currently in the same source file as the
board model.  Split it out into its own source file in hw/timer.

Apart from the new file comment headers and the Kconfig and
meson.build changes, this is just code movement.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Damien Hedde <damien.hedde@greensocs.com>
Message-id: 20210812093356.1946-24-peter.maydell@linaro.org
hw/arm/Kconfig
hw/arm/stellaris.c
hw/timer/Kconfig
hw/timer/meson.build
hw/timer/stellaris-gptm.c [new file with mode: 0644]
include/hw/timer/stellaris-gptm.h [new file with mode: 0644]