aboutsummaryrefslogtreecommitdiff
path: root/hw/rx
AgeCommit message (Expand)AuthorFilesLines
2024-05-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini1-1/+2
2024-05-03rx: switch boards to "default y"Paolo Bonzini1-0/+2
2024-02-15hw/rx/rx62n: Only call qdev_get_gpio_in() when necessaryPhilippe Mathieu-Daudé1-8/+8
2024-02-15hw/rx/rx62n: Reduce inclusion of 'qemu/units.h'Philippe Mathieu-Daudé2-0/+2
2023-11-10hw/rx/rx62n: Use qdev_prop_set_array()Kevin Wolf1-9/+10
2023-09-21hw/other: spelling fixesMichael Tokarev1-1/+1
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé1-1/+1
2022-10-27rx: re-randomize rng-seed on rebootJason A. Donenfeld1-0/+3
2022-07-22hw/rx: pass random seed to fdtJason A. Donenfeld1-0/+4
2022-04-21hw/rx: rx-gdbsim DTB load address aligned of 16byte.Yoshinori Sato1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-05-03hw/rx/rx-gdbsim: Do not accept invalid memory sizePhilippe Mathieu-Daudé1-0/+1
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth2-2/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth2-2/+0
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0
2020-12-10rx: move BIOS load from MCU to boardPaolo Bonzini2-9/+10
2020-11-09hw/rx/rx-gdbsim: Fix memory leak (CID 1432307)Philippe Mathieu-Daudé1-2/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost2-10/+4
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-6/+11
2020-09-02rx: Rename QOM type check macrosEduardo Habkost1-2/+2
2020-08-21meson: convert hw/arch*Marc-André Lureau2-2/+5
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-6/+6
2020-06-22hw/rx: Add RX GDB simulatorYoshinori Sato3-0/+203
2020-06-22hw/rx: Register R5F562N7 and R5F562N8 MCUsPhilippe Mathieu-Daudé1-15/+77
2020-06-22hw/rx: Honor -accel qtestRichard Henderson1-1/+8
2020-06-22hw/rx: RX62N microcontroller (MCU)Yoshinori Sato3-0/+261