Re: [PATCH 2/3] hw/pci-host: Add emulation of Mai Logic Articia S

2023-10-09 Thread BALATON Zoltan
On Mon, 9 Oct 2023, Mark Cave-Ayland wrote: On 09/10/2023 22:57, BALATON Zoltan wrote: On Mon, 9 Oct 2023, Mark Cave-Ayland wrote: On 08/10/2023 19:08, BALATON Zoltan wrote: On Sun, 8 Oct 2023, Mark Cave-Ayland wrote: On 05/10/2023 23:13, BALATON Zoltan wrote: The Articia S is a generic

Re: [PATCH 2/3] hw/pci-host: Add emulation of Mai Logic Articia S

2023-10-09 Thread Mark Cave-Ayland
On 09/10/2023 22:57, BALATON Zoltan wrote: On Mon, 9 Oct 2023, Mark Cave-Ayland wrote: On 08/10/2023 19:08, BALATON Zoltan wrote: On Sun, 8 Oct 2023, Mark Cave-Ayland wrote: On 05/10/2023 23:13, BALATON Zoltan wrote: The Articia S is a generic chipset supporting several different CPUs that

Re: [PATCH 2/3] hw/pci-host: Add emulation of Mai Logic Articia S

2023-10-09 Thread BALATON Zoltan
On Mon, 9 Oct 2023, Mark Cave-Ayland wrote: On 08/10/2023 19:08, BALATON Zoltan wrote: On Sun, 8 Oct 2023, Mark Cave-Ayland wrote: On 05/10/2023 23:13, BALATON Zoltan wrote: The Articia S is a generic chipset supporting several different CPUs that were used on some PPC boards. This is a

Re: [PATCH 2/3] hw/pci-host: Add emulation of Mai Logic Articia S

2023-10-09 Thread Mark Cave-Ayland
On 08/10/2023 19:08, BALATON Zoltan wrote: On Sun, 8 Oct 2023, Mark Cave-Ayland wrote: On 05/10/2023 23:13, BALATON Zoltan wrote: The Articia S is a generic chipset supporting several different CPUs that were used on some PPC boards. This is a minimal emulation of the parts needed for

Re: [PATCH 2/3] hw/pci-host: Add emulation of Mai Logic Articia S

2023-10-08 Thread BALATON Zoltan
On Sun, 8 Oct 2023, Mark Cave-Ayland wrote: On 05/10/2023 23:13, BALATON Zoltan wrote: The Articia S is a generic chipset supporting several different CPUs that were used on some PPC boards. This is a minimal emulation of the parts needed for emulating the AmigaOne board. Signed-off-by:

Re: [PATCH 2/3] hw/pci-host: Add emulation of Mai Logic Articia S

2023-10-08 Thread Mark Cave-Ayland
On 05/10/2023 23:13, BALATON Zoltan wrote: The Articia S is a generic chipset supporting several different CPUs that were used on some PPC boards. This is a minimal emulation of the parts needed for emulating the AmigaOne board. Signed-off-by: BALATON Zoltan --- hw/pci-host/Kconfig

Re: [PATCH 2/3] hw/pci-host: Add emulation of Mai Logic Articia S

2023-10-07 Thread BALATON Zoltan
On Fri, 6 Oct 2023, Volker RĂ¼melin wrote: Am 06.10.23 um 00:13 schrieb BALATON Zoltan: The Articia S is a generic chipset supporting several different CPUs that were used on some PPC boards. This is a minimal emulation of the parts needed for emulating the AmigaOne board. Signed-off-by:

Re: [PATCH 2/3] hw/pci-host: Add emulation of Mai Logic Articia S

2023-10-06 Thread Volker RĂ¼melin
Am 06.10.23 um 00:13 schrieb BALATON Zoltan: > The Articia S is a generic chipset supporting several different CPUs > that were used on some PPC boards. This is a minimal emulation of the > parts needed for emulating the AmigaOne board. > > Signed-off-by: BALATON Zoltan > --- >

[PATCH 2/3] hw/pci-host: Add emulation of Mai Logic Articia S

2023-10-05 Thread BALATON Zoltan
The Articia S is a generic chipset supporting several different CPUs that were used on some PPC boards. This is a minimal emulation of the parts needed for emulating the AmigaOne board. Signed-off-by: BALATON Zoltan --- hw/pci-host/Kconfig | 5 + hw/pci-host/articia.c | 266