aboutsummaryrefslogtreecommitdiff
path: root/riscv/ns16550.cc
AgeCommit message (Expand)AuthorFilesLines
2024-04-30Support per-device arguments and device factory reuseLIU Yu1-2/+2
2024-02-14Reduce NS16550 address space size to one pageAndrew Waterman1-0/+7
2023-12-08Fix Spike --device option to pass on args to downstream pluginsjoey03201-1/+1
2023-06-20ns16550_t: ns16550 should parse interrupt id from the fdtJerry Zhao1-3/+4
2023-06-20device_t: Add device_factory_t's for ns16550/clint/plicJerry Zhao1-0/+37
2023-06-20ns16550_t: remove unused bus_t memberJerry Zhao1-2/+2
2023-06-20clint: Change clint_t::increment to override abstract_device_t::tick(rtc_ticks)Jerry Zhao1-1/+1
2023-01-11For NS16550 UART, poll stdin less oftenAndrew Waterman1-1/+9
2022-10-17Make PLIC/NS16550 coding style more conformantAndrew Waterman1-6/+2
2022-04-20Add ns16550 serial device emulationAnup Patel1-0/+315