Searched hist:aa4418770ef9c143b0027e5038c690539b0ebb1a (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | board2.c | aa4418770ef9c143b0027e5038c690539b0ebb1a Tue Jul 28 09:35:53 UTC 2015 Thierry Reding <treding@nvidia.com> ARM: tegra: Initialize timer earlier
A subsequent patch will enable the use of the architected timer on ARMv8. Doing so implies that udelay() will be backed by this timer implementation, and hence the architected timer must be ready when udelay() is first called. The first time udelay() is used is while resetting the debug UART, which happens very early. Make sure that arch_timer_init() is called before that.
Signed-off-by: Thierry Reding <treding@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
|
| H A D | clock.c | aa4418770ef9c143b0027e5038c690539b0ebb1a Tue Jul 28 09:35:53 UTC 2015 Thierry Reding <treding@nvidia.com> ARM: tegra: Initialize timer earlier
A subsequent patch will enable the use of the architected timer on ARMv8. Doing so implies that udelay() will be backed by this timer implementation, and hence the architected timer must be ready when udelay() is first called. The first time udelay() is used is while resetting the debug UART, which happens very early. Make sure that arch_timer_init() is called before that.
Signed-off-by: Thierry Reding <treding@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
|