]> git.baikalelectronics.ru Git - uboot.git/commit
riscv: Implement riscv_get_time() API using rdtime instruction
authorAnup Patel <anup@brainfault.org>
Wed, 12 Dec 2018 14:12:31 +0000 (06:12 -0800)
committerAndes <uboot@andestech.com>
Tue, 18 Dec 2018 01:56:27 +0000 (09:56 +0800)
commitd66c3bf12cf2dff7c902f9ebb1781955856e55ca
treef71c7e8185c6fe4ae6881e41d811e9d15f25672a
parentbc678e1374213a8627e0e233e622e21073fcad88
riscv: Implement riscv_get_time() API using rdtime instruction

This adds an implementation of riscv_get_time() API that is using
rdtime instruction.

This is the case for S-mode U-Boot, and is useful for processors
that support rdtime in M-mode too.

Signed-off-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
arch/riscv/Kconfig
arch/riscv/lib/Makefile
arch/riscv/lib/rdtime.c [new file with mode: 0644]