Re: [U-Boot] [RFC PATCH 03/13] arm: move SYS_ARCH_TIMER to KConfig

2018-04-11 Thread Tuomas Tynkkynen
Hi, On Thu, 30 Nov 2017 01:25:01 + Andre Przywara wrote: > SYS_ARCH_TIMER guards the usage of the ARM Generic Timer (aka arch > timer) in U-Boot. > At the moment it is mandatory for ARMv8 and used by two ARMv7 boards. > Add a proper Kconfig symbol to express this

Re: [U-Boot] [RFC PATCH 03/13] arm: move SYS_ARCH_TIMER to KConfig

2017-12-08 Thread Andre Przywara
Hi Tuomas, On 08/12/17 06:21, Tuomas Tynkkynen wrote: > Hi Andre, > > On 11/30/2017 03:25 AM, Andre Przywara wrote: >> SYS_ARCH_TIMER guards the usage of the ARM Generic Timer (aka arch >> timer) in U-Boot. >> At the moment it is mandatory for ARMv8 and used by two ARMv7 boards. >> Add a proper

Re: [U-Boot] [RFC PATCH 03/13] arm: move SYS_ARCH_TIMER to KConfig

2017-12-07 Thread Tuomas Tynkkynen
Hi Andre, On 11/30/2017 03:25 AM, Andre Przywara wrote: SYS_ARCH_TIMER guards the usage of the ARM Generic Timer (aka arch timer) in U-Boot. At the moment it is mandatory for ARMv8 and used by two ARMv7 boards. Add a proper Kconfig symbol to express this dependency properly, allowing certain

Re: [U-Boot] [RFC PATCH 03/13] arm: move SYS_ARCH_TIMER to KConfig

2017-12-01 Thread Simon Glass
On 29 November 2017 at 18:25, Andre Przywara wrote: > SYS_ARCH_TIMER guards the usage of the ARM Generic Timer (aka arch > timer) in U-Boot. > At the moment it is mandatory for ARMv8 and used by two ARMv7 boards. > Add a proper Kconfig symbol to express this dependency