commit | 46718353b2fc784fa8f658fd5112272ed921ce9a | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan.agner@toradex.com> | Fri Jan 05 15:08:19 2018 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jan 08 17:33:06 2018 +0100 |
tree | 1950e36e9f9fcb2de7269fb968067d388e5308bf | |
parent | 23b6a131fdae9fdd995e10cf43eec82536d434a7 [diff] |
imx: initialize and use generic timer on i.MX 6UL/ULL The i.MX 6UL/ULL feature a Cortex-A7 CPU which suppor the ARM generic timer. This change makes use of the ARM generic timer in U-Boot. This is crucial to make the ARM generic timers usable in Linux since timer_init() initalizes the system counter module, which is necessary to use the generic timers CP15 registers. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>