Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-07 | make htif_poweroff thread-safe (#211) | Howard Mao | 1 | -2/+3 | |
2020-06-07 | Consistently use fdt_string_list for FDT compatible property (#202) | Jessica Clarke | 1 | -1/+1 | |
QEMU's finisher is "sifive,test1\0sifive,test0\0syscon" so we fail to detect it currently. Instead, search the entire list, and for completeness do the same with the HTIF and SiFive UART drivers. | |||||
2018-08-15 | Fix printm on RV32 (#119) | Andrew Waterman | 1 | -0/+16 | |
Use a proxy syscall instead of a blocking character write. Resolves #84 | |||||
2018-07-09 | Properly license all nontrivial files | Andrew Waterman | 1 | -0/+2 | |
2017-11-03 | Remove the platform interface | Palmer Dabbelt | 1 | -0/+51 | |
We now automatically detect everything that the platform interface used to be used for, so it's now obsolete! | |||||
2017-02-20 | Don't block for acks on console writes | Andrew Waterman | 1 | -22/+32 | |
2017-02-20 | minor HTIF cleanup + use WFI | Andrew Waterman | 1 | -6/+5 | |
2017-02-15 | Cleanly separate HTIF code; don't poll keyboard on timer interrupt | Andrew Waterman | 1 | -0/+78 | |