mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/rx: Add RX GDB simulator
Add the RX machine internally simulated in GDB. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> [PMD: Use TYPE_RX62N_CPU, use #define for RX62N_NR_TMR/CMT/SCI, renamed CPU -> MCU, device -> microcontroller] Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200224141923.82118-18-ysato@users.sourceforge.jp> [PMD: Split of MCU, rename gdbsim, Add gdbsim-r5f562n7/r5f562n8] Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
1db2086e6a
commit
bda19d7bb5
6 changed files with 215 additions and 0 deletions
|
@ -37,6 +37,10 @@
|
|||
#define TYPE_R5F562N7_MCU "r5f562n7-mcu"
|
||||
#define TYPE_R5F562N8_MCU "r5f562n8-mcu"
|
||||
|
||||
#define EXT_CS_BASE 0x01000000
|
||||
#define VECTOR_TABLE_BASE 0xffffff80
|
||||
#define RX62N_CFLASH_BASE 0xfff80000
|
||||
|
||||
#define RX62N_NR_TMR 2
|
||||
#define RX62N_NR_CMT 2
|
||||
#define RX62N_NR_SCI 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue