Age | Commit message (Expand) | Author |
---|---|---|
2020-02-10 | riscv: Add option to print registers on exception | Sean Anderson |
2020-01-17 | common: Move hang() to the same header as panic() | Simon Glass |
2019-12-02 | common: Move interrupt functions into a new header | Simon Glass |
2019-01-15 | riscv: clarify error message on undefined exceptions | Lukas Auer |
2018-12-18 | riscv: Adjust the _exit_trap() position to come before handle_trap() | Bin Meng |
2018-12-05 | riscv: Add kconfig option to run U-Boot in S-mode | Anup Patel |
2018-11-26 | riscv: hang on unhandled exceptions | Lukas Auer |
2018-11-26 | riscv: treat undefined exception codes as reserved | Lukas Auer |
2018-11-26 | riscv: complete the list of exception codes | Lukas Auer |
2018-11-26 | riscv: fix use of incorrectly sized variables | Lukas Auer |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-03-30 | riscv: checkpatch: Fix static const char * array declarations | Rick Chen |
2018-01-12 | riscv: nx25: lib: Add relative lib funcs to support RISC-V | Rick Chen |