Re: [PATCH 03/10] arm: armv8: generic_timer: Add timer_early functions

2022-09-25 Thread Simon Glass
On Wed, 21 Sept 2022 at 08:06, Stefan Roese wrote: > > Currently this timer driver provides timer_get_boot_us() to support the > BOOTSTAGE functionality. This patch adds the timer_early functions so > that the "normal" timer functions can be used, when CONFIG_TIMER_EARLY > is enabled. > >

[PATCH 03/10] arm: armv8: generic_timer: Add timer_early functions

2022-09-21 Thread Stefan Roese
Currently this timer driver provides timer_get_boot_us() to support the BOOTSTAGE functionality. This patch adds the timer_early functions so that the "normal" timer functions can be used, when CONFIG_TIMER_EARLY is enabled. timer_get_boot_us() will get removed in a follow-up patch, once the