
20 Jan
2019
20 Jan
'19
9:22 p.m.
On Fri, 2019-01-18 at 11:19 +0000, Anup Patel wrote:
From: Atish Patra atish.patra@wdc.com
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 Reviewed-by: Alexander Graf agraf@suse.de
drivers/cpu/riscv_cpu.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Reviewed-by: Lukas Auer lukas.auer@aisec.fraunhofer.de