From 15d7dc4f8086b9d0a09fbcf28ee1654a210351dd Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Thu, 17 Feb 2011 23:45:08 +0100 Subject: lm32: juart model This patch adds the JTAG UART model. It is accessed through special control registers and opcodes. Therefore the translation uses callbacks to this model. Signed-off-by: Michael Walle Signed-off-by: Edgar E. Iglesias --- trace-events | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'trace-events') diff --git a/trace-events b/trace-events index 557375e4e6..966099f24d 100644 --- a/trace-events +++ b/trace-events @@ -263,3 +263,9 @@ disable lm32_pic_set_im(uint32_t im) "im 0x%08x" disable lm32_pic_set_ip(uint32_t ip) "ip 0x%08x" disable lm32_pic_get_im(uint32_t im) "im 0x%08x" disable lm32_pic_get_ip(uint32_t ip) "ip 0x%08x" + +# hw/lm32_juart.c +disable lm32_juart_get_jtx(uint32_t value) "jtx 0x%08x" +disable lm32_juart_set_jtx(uint32_t value) "jtx 0x%08x" +disable lm32_juart_get_jrx(uint32_t value) "jrx 0x%08x" +disable lm32_juart_set_jrx(uint32_t value) "jrx 0x%08x" -- cgit v1.2.1