4
0
réplica de https://github.com/riscv-software-src/opensbi.git sincronizado 2026-01-05 11:51:24 +00:00
Ficheiros
opensbi/lib/utils/timer
Samuel Holland a387a8dff0 lib: utils/timer: Use fdt_driver for initialization
The timer driver subsystem does not need any extra data, so it can use
`struct fdt_driver` directly. The generic fdt_timer_init() performs a
best-effort initialization of all matching DT nodes.

Signed-off-by: Samuel Holland <samuel.holland@sifive.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
2024-11-28 17:57:20 +05:30
..