Re: [U-Boot] [PATCH] armv8: Allow SoCs to override the generic timer

2015-07-28 Thread Thierry Reding
On Wed, Jul 22, 2015 at 04:56:10PM -0600, Stephen Warren wrote: From: Thierry Reding tred...@nvidia.com Some SoCs come with a custom timer interface, so allow them to use that instead. swarren notes: I did consider reworking this patch so the Makefile only compiles generic_timer.c ifndef

Re: [U-Boot] [PATCH] armv8: Allow SoCs to override the generic timer

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 04:56:10PM -0600, Stephen Warren wrote: From: Thierry Reding tred...@nvidia.com Some SoCs come with a custom timer interface, so allow them to use that instead. swarren notes: I did consider reworking this patch so the Makefile only compiles generic_timer.c ifndef

Re: [U-Boot] [PATCH] armv8: Allow SoCs to override the generic timer

2015-07-23 Thread Simon Glass
On 22 July 2015 at 16:56, Stephen Warren swar...@wwwdotorg.org wrote: From: Thierry Reding tred...@nvidia.com Some SoCs come with a custom timer interface, so allow them to use that instead. swarren notes: I did consider reworking this patch so the Makefile only compiles generic_timer.c

[U-Boot] [PATCH] armv8: Allow SoCs to override the generic timer

2015-07-22 Thread Stephen Warren
From: Thierry Reding tred...@nvidia.com Some SoCs come with a custom timer interface, so allow them to use that instead. swarren notes: I did consider reworking this patch so the Makefile only compiles generic_timer.c ifndef CONFIG_SYS_TIMER_COUNTER. However, I can foresee a time where