u-boot-brain/drivers/cpu
Sean Anderson 7616e3687e timer: Add a test for timer_timebase_fallback
To test this function, sandbox CPU must set cpu_platdata.timebase_freq on
bind. It also needs to expose a method to set the current cpu. I also make
some most members of cpu_sandbox_ops static.

On the timer side, the device tree property
sandbox,timebase-frequency-fallback controls whether sandbox_timer_probe
falls back to time_timebase_fallback or to SANDBOX_TIMER_RATE.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2020-09-30 08:54:45 +08:00
..
bmips_cpu.c cpu: Convert the methods to use a const udevice * 2020-07-25 14:46:57 -06:00
cpu_sandbox.c timer: Add a test for timer_timebase_fallback 2020-09-30 08:54:45 +08:00
cpu-uclass.c cpu: Convert the methods to use a const udevice * 2020-07-25 14:46:57 -06:00
imx8_cpu.c cpu: Convert the methods to use a const udevice * 2020-07-25 14:46:57 -06:00
Kconfig cpu: Add a RISC-V CPU driver 2018-12-18 09:56:26 +08:00
Makefile imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.c 2019-10-08 16:35:59 +02:00
mpc83xx_cpu.c cpu: Convert the methods to use a const udevice * 2020-07-25 14:46:57 -06:00
mpc83xx_cpu.h cpu: Add MPC83xx CPU driver 2018-09-18 08:12:21 -06:00
riscv_cpu.c cpu: Convert the methods to use a const udevice * 2020-07-25 14:46:57 -06:00