u-boot/arch/arm/cpu/armv7
Tom Rini 2f8a6db5d8 Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig
In order to finish moving this symbol to Kconfig for all platforms, we
need to do a few more things.  First, for all platforms that define this
to a function, introduce CONFIG_DYNAMIC_SYS_CLK_FREQ, similar to
CONFIG_DYNAMIC_DDR_CLK_FREQ and populate clock_legacy.h.  This entails
also switching all users from CONFIG_SYS_CLK_FREQ to get_board_sys_clk()
and updating a few preprocessor tests.

With that done, all platforms that define a value here can be converted
to Kconfig, and a fall-back of zero is sufficiently safe to use (and
what is used today in cases where code may or may not have this
available).  Make sure that code which calls this function includes
<clock_legacy.h> to get the prototype.

Signed-off-by: Tom Rini <trini@konsulko.com>
2021-12-27 16:20:18 -05:00
..
bcm235xx common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
bcm281xx reset: Remove addr parameter from reset_cpu() 2021-03-02 14:03:02 -05:00
bcmcygnus reset: Remove addr parameter from reset_cpu() 2021-03-02 14:03:02 -05:00
bcmnsp reset: Remove addr parameter from reset_cpu() 2021-03-02 14:03:02 -05:00
iproc-common arm: iproc: Add higher speed configurations 2021-07-06 14:07:36 -04:00
kona-common ARM: kona: fix clk_bsc_enable() type mismatch for LTO 2021-05-24 14:21:30 -04:00
ls102xa Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig 2021-12-27 16:20:18 -05:00
s5p-common common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
s5p4418 reset: Remove addr parameter from reset_cpu() 2021-03-02 14:03:02 -05:00
stv0991 stv0991: remove specific CONFIG_STV0991 configs 2021-10-08 08:30:18 +02:00
sunxi common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
vf610 common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
arch_timer.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
cache_v7.c arm: cp15: remove weak function arm_init_domains 2021-03-02 15:53:37 -05:00
cache_v7_asm.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
config.mk SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
cp15.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
cpu.c common: Move enable/disable_interrupts out of common.h 2019-12-02 18:25:01 -05:00
exception_level.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
Kconfig ARM: add Kconfig option for PSCI 0.1 2020-08-05 08:18:34 -04:00
lowlevel_init.S SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Makefile Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig 2021-08-31 17:47:49 -04:00
mpu_v7r.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
nonsec_virt.S ARM: HYP/non-sec: migrate stack 2018-07-25 14:57:43 +02:00
psci-common.c WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
psci.S ARM: PSCI: initialize stack pointer on secondary CPUs 2018-07-23 10:53:12 +02:00
sctlr.S arm: armv7: allow unaligned memory access 2018-06-03 15:27:21 +02:00
smccc-call.S arm: Leave smccc calls in .text when efi_loader=n 2019-02-13 09:40:06 +01:00
start.S armv7: Add Position Independent Execution support 2021-09-02 09:48:20 -04:00
syslib.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
virt-dt.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
virt-v7.c common: Drop net.h from common header 2020-05-18 17:33:31 -04:00