Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-04-30 | Support per-device arguments and device factory reuse | LIU Yu | 1 | -2/+2 |
2024-02-14 | Reduce NS16550 address space size to one page | Andrew Waterman | 1 | -0/+7 |
2023-12-08 | Fix Spike --device option to pass on args to downstream plugins | joey0320 | 1 | -1/+1 |
2023-06-20 | ns16550_t: ns16550 should parse interrupt id from the fdt | Jerry Zhao | 1 | -3/+4 |
2023-06-20 | device_t: Add device_factory_t's for ns16550/clint/plic | Jerry Zhao | 1 | -0/+37 |
2023-06-20 | ns16550_t: remove unused bus_t member | Jerry Zhao | 1 | -2/+2 |
2023-06-20 | clint: Change clint_t::increment to override abstract_device_t::tick(rtc_ticks) | Jerry Zhao | 1 | -1/+1 |
2023-01-11 | For NS16550 UART, poll stdin less often | Andrew Waterman | 1 | -1/+9 |
2022-10-17 | Make PLIC/NS16550 coding style more conformant | Andrew Waterman | 1 | -6/+2 |
2022-04-20 | Add ns16550 serial device emulation | Anup Patel | 1 | -0/+315 |