mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
q800: add IOSB subsystem
It is needed because it defines the BIOSConfig area. Co-developed-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu> Message-ID: <20231004083806.757242-6-mark.cave-ayland@ilande.co.uk> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
0f03047c1b
commit
bdc2c77d29
9 changed files with 180 additions and 0 deletions
|
@ -21,6 +21,7 @@ system_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('armv7m_ras.c'))
|
|||
# Mac devices
|
||||
system_ss.add(when: 'CONFIG_MOS6522', if_true: files('mos6522.c'))
|
||||
system_ss.add(when: 'CONFIG_DJMEMC', if_true: files('djmemc.c'))
|
||||
system_ss.add(when: 'CONFIG_IOSB', if_true: files('iosb.c'))
|
||||
|
||||
# virt devices
|
||||
system_ss.add(when: 'CONFIG_VIRT_CTRL', if_true: files('virt_ctrl.c'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue