commit | be8b7c524b907966cbffea9bd55671809cfa37f6 | [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 | 4bb73f1cc3077031a38488a377cd111412c18405 [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>