commit | c4fcb62ea936d7380ec5b5e284bc7519ac58fdbf | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Dec 12 06:12:26 2018 -0800 |
committer | Andes <uboot@andestech.com> | Tue Dec 18 09:56:26 2018 +0800 |
tree | c1393f9b95f20d38e7c57dd7c14ab2aa7aaa55f9 | |
parent | 66c6935f50773d2042c581459201a20bf8a4793a [diff] |
cpu: Add a RISC-V CPU driver 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@gmail.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Reviewed-by: Anup Patel <anup@brainfault.org>