-
- Downloads
timer-refactor: Move kernel timers and rename
This change moves all arm platform timers to drivers/timer and renames them to the compatibility string specified in the dts. Now the correct timer is included at build time based on the dts, this follows the same pattern as the serial-refactor. Have moved the arm generic_timer and priv_timer into the timer folder and updated cmake configs appropriately.
Showing
- src/drivers/config.cmake 1 addition, 0 deletionssrc/drivers/config.cmake
- src/drivers/timer/am335x-timer.c 110 additions, 0 deletionssrc/drivers/timer/am335x-timer.c
- src/drivers/timer/config.cmake 23 additions, 0 deletionssrc/drivers/timer/config.cmake
- src/drivers/timer/exynos4210-mct.c 0 additions, 0 deletionssrc/drivers/timer/exynos4210-mct.c
- src/drivers/timer/exynos4412-mct.c 0 additions, 0 deletionssrc/drivers/timer/exynos4412-mct.c
- src/drivers/timer/generic_timer.c 0 additions, 0 deletionssrc/drivers/timer/generic_timer.c
- src/drivers/timer/imx31-epit.c 79 additions, 0 deletionssrc/drivers/timer/imx31-epit.c
- src/drivers/timer/kpss-timer.c 0 additions, 0 deletionssrc/drivers/timer/kpss-timer.c
- src/drivers/timer/omap3430-timer.c 55 additions, 0 deletionssrc/drivers/timer/omap3430-timer.c
- src/drivers/timer/priv_timer.c 0 additions, 0 deletionssrc/drivers/timer/priv_timer.c
- src/plat/am335x/machine/hardware.c 0 additions, 89 deletionssrc/plat/am335x/machine/hardware.c
- src/plat/apq8064/config.cmake 0 additions, 1 deletionsrc/plat/apq8064/config.cmake
- src/plat/bcm2837/config.cmake 0 additions, 1 deletionsrc/plat/bcm2837/config.cmake
- src/plat/exynos4/config.cmake 0 additions, 1 deletionsrc/plat/exynos4/config.cmake
- src/plat/exynos5/config.cmake 0 additions, 2 deletionssrc/plat/exynos5/config.cmake
- src/plat/hikey/config.cmake 0 additions, 1 deletionsrc/plat/hikey/config.cmake
- src/plat/imx31/machine/hardware.c 0 additions, 48 deletionssrc/plat/imx31/machine/hardware.c
- src/plat/imx6/config.cmake 0 additions, 1 deletionsrc/plat/imx6/config.cmake
- src/plat/imx7/config.cmake 0 additions, 1 deletionsrc/plat/imx7/config.cmake
- src/plat/omap3/machine/hardware.c 0 additions, 34 deletionssrc/plat/omap3/machine/hardware.c
Loading
Please register or sign in to comment