index
:
rocket-tools/riscv-gnu-toolchain/pk.git
cs250
device-files
enable-32bit
eos14-bringup
eos20
fdt
fix-fcvt-s-w
gnuconfig
hax
master
maxmem
new-sbi-disk
remap
rocc-enable
rv32-putstring
rvt-master
sbi-disk
sbi_emulation_for_perf
sbi_for_perf
travis-dev
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
machine
/
mtrap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-17
Fix sbi_console_getchar return value if no UART is present
Andrew Waterman
1
-1
/
+1
2021-05-05
machine: replace `mbadaddr` with `mtval` (#242)
Saleem Abdulrasool
1
-2
/
+2
2021-05-05
replace `sbadaddr` with `stval` (#243)
Saleem Abdulrasool
1
-1
/
+1
2020-12-15
Add support for the UART interface on the LiteX SoC (#230)
gsomlo
1
-0
/
+5
2019-07-05
Report correct scause when faulting while fetching emulated instruction
Andrew Waterman
1
-3
/
+19
2018-07-09
Properly license all nontrivial files
Andrew Waterman
1
-0
/
+2
2018-03-05
mtrap: add a halt IPI used for poweroff (#86)
Wesley W. Terpstra
1
-11
/
+12
2018-01-22
mtrap: loop forever, really
Wesley W. Terpstra
1
-1
/
+1
2017-12-12
Add a 16550 UART driver to back the SBI console
Palmer Dabbelt
1
-0
/
+5
2017-11-03
Remove the platform interface
Palmer Dabbelt
1
-4
/
+3
2017-11-02
Detect harts that can't boot Linux instead of hard-coding them
Palmer Dabbelt
1
-1
/
+2
2017-08-14
finisher: support terminating sifive devices simulation (#61)
Wesley W. Terpstra
1
-2
/
+5
2017-08-03
Add the '--enable-print-device-tree' argument
Palmer Dabbelt
1
-4
/
+8
2017-08-02
Move DISABLED_HART_MASK to the platform
Palmer Dabbelt
1
-1
/
+1
2017-08-02
Allow the platform to disable HTIF
Palmer Dabbelt
1
-3
/
+10
2017-04-11
Always write sbadaddr on trap redirection
Andrew Waterman
1
-4
/
+4
2017-04-05
Remove num_harts; use hart_mask exclusively
Andrew Waterman
1
-1
/
+2
2017-04-05
Rename HART_MASK to DISABLED_HART_MASK to clarify polarity
Andrew Waterman
1
-1
/
+1
2017-04-05
bbl: prevent named cores from booting
Wesley W. Terpstra
1
-0
/
+1
2017-03-27
uart: add physical device driver
Wesley W. Terpstra
1
-2
/
+11
2017-03-27
Separate page faults from physical memory access exceptions
Andrew Waterman
1
-2
/
+10
2017-03-16
Simplify interrupt-stack discipline
Andrew Waterman
1
-2
/
+2
2017-02-20
WIP on SBI
Andrew Waterman
1
-43
/
+35
2017-02-19
Handle IPIs and timer interrupts more quickly
Andrew Waterman
1
-52
/
+23
2017-02-17
WIP towards ECALL interface for SBI
Andrew Waterman
1
-8
/
+0
2017-02-15
Cleanly separate HTIF code; don't poll keyboard on timer interrupt
Andrew Waterman
1
-83
/
+6
2017-02-15
Incorporate sptbr/sfence.vma changes
Andrew Waterman
1
-1
/
+3
2016-12-06
avoid non-standard predefined macros
Andrew Waterman
1
-1
/
+1
2016-11-04
Acquire lock before attempting tohost/fromhost sequences
Andrew Waterman
1
-12
/
+23
2016-08-16
add htif section in linker script, with ALIGNs to prevent MMIO and data from ...
Sagar Karandikar
1
-2
/
+2
2016-07-16
Improve trap redirection code
Andrew Waterman
1
-7
/
+6
2016-06-01
Clear IPIs using MMIO, not mip CSR
Andrew Waterman
1
-1
/
+1
2016-05-05
Poll HTIF console on timer interrupt
Andrew Waterman
1
-2
/
+15
2016-05-03
Find IPI address in configuration string
Andrew Waterman
1
-2
/
+1
2016-05-02
Don't use tohost/fromhost registers; communicate with host via memory
Andrew Waterman
1
-13
/
+18
2016-04-29
Remove mtime/mtimecmp
Andrew Waterman
1
-7
/
+3
2016-03-10
Remove dead code
Andrew Waterman
1
-2
/
+0
2016-03-10
Set time comparator correctly on RV32
Andrew Waterman
1
-4
/
+9
2016-03-09
Refactor pk, bbl, machine into separate libraries
Andrew Waterman
1
-0
/
+287