Statistics
| Branch: | Revision:

root / hw / grlib.h @ 94ad5b00

History | View | Annotate | Download (3.7 kB)

# Date Author Comment
3f10bcbb 01/24/2011 10:54 pm Fabien Chouteau

SPARC: Emulation of GRLIB IRQMP

This device exposes two parameters:
- set_pil_in (ptr) : A function to set the pil_in of the SPARC CPU
- set_pil_in_opaque (ptr) : Opaque argument of the set_pil_in function

Emulation of GrLib devices is base on the GRLIB IP Core User's Manual:...

8b1e1320 01/24/2011 10:54 pm Fabien Chouteau

SPARC: Emulation of GRLIB APB UART

This device exposes one parameter:
- chardev (ptr) : Pointer to a qemu character device

Emulation of GrLib devices is base on the GRLIB IP Core User's Manual:
http://www.gaisler.com/products/grlib/grip.pdf

Signed-off-by: Fabien Chouteau <>...

0f3a4a01 01/24/2011 10:54 pm Fabien Chouteau

SPARC: Emulation of GRLIB GPTimer

This device exposes three parameters:
- frequency (uint32) : The system frequency
- irq-line (uint32) : IRQ line number for the first timer
(others use irq-line + 1, irq-line + 2...)
- nr-timers (uint32) : Number of timers...