]> git.proxmox.com Git - mirror_qemu.git/commit
q800: add djMEMC memory controller
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 4 Oct 2023 08:37:48 +0000 (09:37 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 6 Oct 2023 08:33:43 +0000 (10:33 +0200)
commite2fd695e9daf4d31386e26695dcc61fef5363fed
treecef26306decacb0168e9c3c85aae1ee14174d80e
parentd43e967f692ab5389da9a8fa3064ffc6586a3d13
q800: add djMEMC memory controller

The djMEMC controller is used to store information related to the physical memory
configuration.

Co-developed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231004083806.757242-3-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
MAINTAINERS
hw/m68k/Kconfig
hw/m68k/q800.c
hw/misc/Kconfig
hw/misc/djmemc.c [new file with mode: 0644]
hw/misc/meson.build
hw/misc/trace-events
include/hw/m68k/q800.h
include/hw/misc/djmemc.h [new file with mode: 0644]