[U-Boot] [PATCH v2 04/20] cpu: Add a RISC-V CPU driver
Auer, Lukas
lukas.auer at aisec.fraunhofer.de
Mon Dec 10 23:07:15 UTC 2018
On Fri, 2018-12-07 at 06:14 -0800, Bin Meng wrote:
> This adds a driver for RISC-V CPU. Note the driver will bind
> a RISC-V timer driver if "timebase-frequency" property is
> present in the device tree.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v2:
> - pass NULL as the timer device to device_bind_with_driver_data()
>
> drivers/cpu/Kconfig | 6 +++
> drivers/cpu/Makefile | 1 +
> drivers/cpu/riscv_cpu.c | 116
> ++++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 123 insertions(+)
> create mode 100644 drivers/cpu/riscv_cpu.c
>
Reviewed-by: Lukas Auer <lukas.auer at aisec.fraunhofer.de>
More information about the U-Boot
mailing list