Re: [U-Boot] [PATCH 05/36] rockchip: add STIMER_BASE for all SoCs

2019-03-28 Thread Kever Yang
Hi U-Boot Maintainers: I would like to close this topic and update all related source code, you can find the previous discussion at [0][1]. Philipp object this patch and his original reason is: > This should not be in Kconfig and rather in a header-file. > With what you do here, a user (e.g. via

[U-Boot] [PATCH 05/36] rockchip: add STIMER_BASE for all SoCs

2018-03-27 Thread Kever Yang
STIMER is can only access in secure mode if the SoCs supports trust, and it locate in alive power domain, as the source of ARM arch/generic timer, we add a base addr for all SoCs so that we can init with a common function. Signed-off-by: Kever Yang --- arch/arm/mach-rockchip/Kconfig | 19 ++