diff options
author | Fabien Chouteau | 2011-01-24 12:56:55 +0100 |
---|---|---|
committer | Blue Swirl | 2011-01-24 21:54:34 +0100 |
commit | b04d98905400aeb7dd62ce938d7eecddf2816817 (patch) | |
tree | e81ba671c1127ca1eb0ab5a7a148eecf53eee069 /trace-events | |
parent | SPARC: Emulation of GRLIB APB UART (diff) | |
download | qemu-b04d98905400aeb7dd62ce938d7eecddf2816817.tar.gz qemu-b04d98905400aeb7dd62ce938d7eecddf2816817.tar.xz qemu-b04d98905400aeb7dd62ce938d7eecddf2816817.zip |
SPARC: Emulation of Leon3
Leon3 is an open-source VHDL System-On-Chip, well known in space industry (more
information on http://www.gaisler.com).
Leon3 is made of multiple components available in the GrLib VHDL library.
Three devices are implemented: uart, timers and IRQ manager.
You can find code for these peripherals in the grlib_* files.
Signed-off-by: Fabien Chouteau <chouteau@adacore.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/trace-events b/trace-events index 8e8573ed90..c75a7a9824 100644 --- a/trace-events +++ b/trace-events @@ -244,3 +244,7 @@ disable grlib_irqmp_unknown_register(const char *op, uint64_t val) "%s unknown r # hw/grlib_apbuart.c disable grlib_apbuart_event(int event) "event:%d" disable grlib_apbuart_unknown_register(const char *op, uint64_t val) "%s unknown register 0x%"PRIx64"" + +# hw/leon3.c +disable leon3_set_irq(int intno) "Set CPU IRQ %d" +disable leon3_reset_irq(int intno) "Reset CPU IRQ %d" |