commit | be227cb7ed1c5936613ba21f9804186d4f390d45 | [log] [tgz] |
---|---|---|
author | Jun Nie <jun.nie@linaro.org> | Thu Jul 21 18:30:05 2022 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jul 26 11:28:43 2022 +0200 |
tree | 9b3c4e2bd3fa4b7e2bc21c5ad1d202d36679ce6f | |
parent | ce31c813d1a5f99a86bec423664807f4f13f83db [diff] |
imx: syscounter: support timer_get_boot_us With supporting timer_get_boot_us, we can profile boot up time with below configs and function bootstage_mark_name(). CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y CONFIG_CMD_BOOTSTAGE=y Signed-off-by: Jun Nie <jun.nie@linaro.org> Acked-by: Shawn Guo <shawn.guo@linaro.org> Reviewed-by: Fabio Estevam <festevam@denx.de>