Re: [PATCH 03/17] target/ppc: Move 40x CPUs code to their own file

2022-03-02 Thread Fabiano Rosas
BALATON Zoltan writes: > On Tue, 1 Mar 2022, Fabiano Rosas wrote: >> Affects the 405 CPU. >> >> This moves init_proc, init_excp and register_*sprs functions that are >> related to the 40x CPUs (currently only 405) into a separate file. >> >> Signed-off-by: Fabiano Rosas >> --- >>

Re: [PATCH 03/17] target/ppc: Move 40x CPUs code to their own file

2022-03-01 Thread BALATON Zoltan
On Tue, 1 Mar 2022, Fabiano Rosas wrote: Affects the 405 CPU. This moves init_proc, init_excp and register_*sprs functions that are related to the 40x CPUs (currently only 405) into a separate file. Signed-off-by: Fabiano Rosas --- target/ppc/cpu_40x.c | 263

[PATCH 03/17] target/ppc: Move 40x CPUs code to their own file

2022-03-01 Thread Fabiano Rosas
Affects the 405 CPU. This moves init_proc, init_excp and register_*sprs functions that are related to the 40x CPUs (currently only 405) into a separate file. Signed-off-by: Fabiano Rosas --- target/ppc/cpu_40x.c | 263 + target/ppc/cpu_init.c | 250