Re: [PATCH 06/19] ppc/ppc405: QOM'ify CPU

2022-08-03 Thread Daniel Henrique Barboza
On 8/1/22 10:10, Cédric Le Goater wrote: Drop the use of ppc4xx_init() and duplicate a bit of code related to clocks in the SoC realize routine. We will clean that up in the following patches. ppc_dcr_init simply allocates default DCR handlers for the CPU. Maybe this could be done in model in

[PATCH 06/19] ppc/ppc405: QOM'ify CPU

2022-08-01 Thread Cédric Le Goater
Drop the use of ppc4xx_init() and duplicate a bit of code related to clocks in the SoC realize routine. We will clean that up in the following patches. ppc_dcr_init simply allocates default DCR handlers for the CPU. Maybe this could be done in model initializer of the CPU families needing it. Sig