Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-30 | RISC-V: Provide stub of setup_profiling_timer() | Olof Johansson | |
Fixes the following on allmodconfig build: profile.c:(.text+0x3e4): undefined reference to `setup_profiling_timer' Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Palmer Dabbelt <palmer@sifive.com> | |||
2017-09-26 | RISC-V: Init and Halt Code | Palmer Dabbelt | |
This contains the various __init C functions, the initial assembly kernel entry point, and the code to reset the system. When a file was init-related this patch contains the entire file. Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com> |