commit | 5d8544e2d0075a5f3c9a2cf27152354d54360da1 | [log] [tgz] |
---|---|---|
author | Palmer Dabbelt <palmer@dabbelt.com> | Mon Jul 10 18:03:19 2017 -0700 |
committer | Palmer Dabbelt <palmer@dabbelt.com> | Tue Sep 26 15:26:45 2017 -0700 |
tree | 56169c3eaeff96fe1d8547c3bac7cfa658af9d60 | |
parent | fab957c11efe2f405e08b9f0d080524bc2631428 [diff] |
RISC-V: Generic library routines and assembly This patch contains code that is more specific to the RISC-V ISA than it is to Linux. It contains string and math operations, C wrappers for various assembly instructions, stack walking code, and uaccess. Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>