u-boot-brain/drivers/cpu
Atish Patra 007056f495 cpu: Bind timer driver for boot hart
Currently, timer driver is bound only for hart0.

There is no mandatory requirement that hart0 should always
come up. In fact, HiFive Unleashed SoC hart0 doesn't boot
in S-mode because it only has M-mode.

The timer driver should be bound for boot hart.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2019-02-27 09:12:33 +08:00
..
Kconfig cpu: Add a RISC-V CPU driver 2018-12-18 09:56:26 +08:00
Makefile cpu: Add a RISC-V CPU driver 2018-12-18 09:56:26 +08:00
bmips_cpu.c bcm6838: add initial support 2018-08-08 13:38:17 +02:00
cpu-uclass.c cpu: Add cpu_probe_all method 2018-09-18 08:12:21 -06:00
cpu_sandbox.c test: Add tests for CPU uclass 2018-09-18 08:12:21 -06:00
mpc83xx_cpu.c cpu: mpc83xx: Remove unnecessary characters in the description string 2018-11-14 09:16:27 -08:00
mpc83xx_cpu.h cpu: Add MPC83xx CPU driver 2018-09-18 08:12:21 -06:00
riscv_cpu.c cpu: Bind timer driver for boot hart 2019-02-27 09:12:33 +08:00