mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
lm32: uart model
This patch add support for the LatticeMico32 UART. Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
ea7924dcc4
commit
770ae5713a
3 changed files with 294 additions and 0 deletions
|
@ -275,3 +275,8 @@ disable lm32_timer_memory_write(uint32_t addr, uint32_t value) "addr 0x%08x valu
|
|||
disable lm32_timer_memory_read(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
|
||||
disable lm32_timer_hit(void) "timer hit"
|
||||
disable lm32_timer_irq_state(int level) "irq state %d"
|
||||
|
||||
# hw/lm32_uart.c
|
||||
disable lm32_uart_memory_write(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
|
||||
disable lm32_uart_memory_read(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x"
|
||||
disable lm32_uart_irq_state(int level) "irq state %d"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue