commit | 833508c05c1309624cd397dbea2714b723d58c35 | [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 | 27dc2c130e29093ba88630e8947d189641bda442 [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>