Re: [PATCH v2 05/20] ppc/ppc405: Start QOMification of the SoC

2022-08-04 Thread Cédric Le Goater
On 8/4/22 00:23, BALATON Zoltan wrote: On Wed, 3 Aug 2022, Cédric Le Goater wrote: This moves all the code previously done in the ppc405ep_init() routine under ppc405_soc_realize(). We can also adjust the number of banks now that we have control on ppc4xx_sdram_init(). Signed-off-by: Cédric Le

Re: [PATCH v2 05/20] ppc/ppc405: Start QOMification of the SoC

2022-08-03 Thread BALATON Zoltan
On Wed, 3 Aug 2022, Cédric Le Goater wrote: This moves all the code previously done in the ppc405ep_init() routine under ppc405_soc_realize(). We can also adjust the number of banks now that we have control on ppc4xx_sdram_init(). Signed-off-by: Cédric Le Goater --- hw/ppc/ppc405.h|

[PATCH v2 05/20] ppc/ppc405: Start QOMification of the SoC

2022-08-03 Thread Cédric Le Goater
This moves all the code previously done in the ppc405ep_init() routine under ppc405_soc_realize(). We can also adjust the number of banks now that we have control on ppc4xx_sdram_init(). Signed-off-by: Cédric Le Goater --- hw/ppc/ppc405.h| 16 ++--- hw/ppc/ppc405_boards.c | 12 ++--