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
Showing
- hw/arm/Kconfig 1 addition, 0 deletionshw/arm/Kconfig
- hw/arm/stellaris.c 1 addition, 320 deletionshw/arm/stellaris.c
- hw/timer/Kconfig 3 additions, 0 deletionshw/timer/Kconfig
- hw/timer/meson.build 1 addition, 0 deletionshw/timer/meson.build
- hw/timer/stellaris-gptm.c 314 additions, 0 deletionshw/timer/stellaris-gptm.c
- include/hw/timer/stellaris-gptm.h 48 additions, 0 deletionsinclude/hw/timer/stellaris-gptm.h
Loading
Please register or sign in to comment