mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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 <michael@walle.cc> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
4ef66fa718
commit
15d7dc4f80
4 changed files with 168 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue