summaryrefslogtreecommitdiff
path: root/grlib.c (follow)
AgeCommit message (Collapse)Author
2023-09-29Add basic DSU support present on GR712RCHEADmasterSebastian Huber
Only the time tag counter register is implemented so far. It may be used by clock drivers as a free-running counter to measure time.
2023-06-06leon3/gptimer: Set IP bit on interruptOliver Kleinke
Setting the IP bit in the GPTIMER CTRL register is necessary, if using shared interrupts, to determine which of the timers generated the interrupt. The IP bit is cleared when a one is written to it.
2022-10-26Add -extirq option to support simulating the UT700Sebastian Huber
2021-08-04Support extended interrupts2.29Sebastian Huber
2021-07-30Added GR740 L2 configuration register2.28Jiri Gaisler
2021-07-15leon3/irqmp: interrupt 15 was erronously masked2.27Jiri Gaisler
2021-06-10Added simple RISC-V PLIC functionality for NS16550 interruptJiri Gaisler
* RTEMS spconsole01 test now passes
2020-12-15Added support for RISCV32 systems with CLINT/PLICJiri Gaisler
2020-12-01Make grlib IP cores more modular and move them to grlib.cJiri Gaisler
2020-10-28Add networking support using host tap device2.23Jiri Gaisler
* Emulation of GRETH 10/100 Mbit MAC and PHY * Supported only on linux
2019-06-11Fix C formatting with indentJiri Gaisler
2019-05-14Standalone sis - initial commitJiri Gaisler