Re: [PATCH v7 1/8] ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.c

2022-10-23 Thread Daniel Henrique Barboza
On 10/21/22 21:09, BALATON Zoltan wrote: On Fri, 21 Oct 2022, Daniel Henrique Barboza wrote: diff --git a/hw/ppc/ppc4xx_sdram.c b/hw/ppc/ppc4xx_sdram.c new file mode 100644 index 00..b49a7ed60a --- /dev/null +++ b/hw/ppc/ppc4xx_sdram.c @@ -0,0 +1,348 @@ +/* + * DDR2 SDRAM controller:

Re: [PATCH v7 1/8] ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.c

2022-10-21 Thread Daniel Henrique Barboza
Minimal nit down below: On 10/19/22 13:02, BALATON Zoltan wrote: In order to move PPC4xx SDRAM controller models together move out the DDR2 controller model from ppc440_uc.c into a new ppc4xx_sdram.c file. Signed-off-by: BALATON Zoltan --- hw/ppc/meson.build| 3 +- hw/ppc/ppc440_uc.c

[PATCH v7 1/8] ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.c

2022-10-19 Thread BALATON Zoltan
In order to move PPC4xx SDRAM controller models together move out the DDR2 controller model from ppc440_uc.c into a new ppc4xx_sdram.c file. Signed-off-by: BALATON Zoltan --- hw/ppc/meson.build| 3 +- hw/ppc/ppc440_uc.c| 332 hw/ppc/ppc4xx_sdram