commit | 055700e3b2ce0283c0be9d100b5c0148e0e967c9 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Sep 26 06:55:14 2018 -0700 |
committer | Andes <uboot@andestech.com> | Wed Oct 03 17:47:55 2018 +0800 |
tree | de3ddfca651faf0b4a4b6796c68fca87ba981f36 | |
parent | e2ff91859d8827fd17f65168beee2558bc05e1fe [diff] |
riscv: Add a helper routine to print CPU information This adds a helper routine to print CPU information. Currently it prints all the instruction set extensions that the processor core supports. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>