Re: [PATCH 09/30] q800: add djMEMC memory controller

2023-05-30 Thread Mark Cave-Ayland
On 25/05/2023 09:12, Philippe Mathieu-Daudé wrote: On 24/5/23 23:10, Mark Cave-Ayland wrote: The djMEMC controller is used to store information related to the physical memory configuration. Co-developed-by: Laurent Vivier Signed-off-by: Mark Cave-Ayland ---   MAINTAINERS  |   2

Re: [PATCH 09/30] q800: add djMEMC memory controller

2023-05-25 Thread Philippe Mathieu-Daudé
On 24/5/23 23:10, Mark Cave-Ayland wrote: The djMEMC controller is used to store information related to the physical memory configuration. Co-developed-by: Laurent Vivier Signed-off-by: Mark Cave-Ayland --- MAINTAINERS | 2 + hw/m68k/Kconfig | 1 +

[PATCH 09/30] q800: add djMEMC memory controller

2023-05-24 Thread Mark Cave-Ayland
The djMEMC controller is used to store information related to the physical memory configuration. Co-developed-by: Laurent Vivier Signed-off-by: Mark Cave-Ayland --- MAINTAINERS | 2 + hw/m68k/Kconfig | 1 + hw/m68k/q800.c | 9 +++ hw/misc/Kconfig