Re: [PATCH] powerpc/corenet: Add PPC_QEMU_E500 to corenet configs

2023-04-26 Thread Michael Ellerman
On Tue, 11 Apr 2023 20:28:38 +1000, Michael Ellerman wrote: > Add PPC_QEMU_E500 to corenet_base.config, which is then used to generate > corenet64_smp_defconfig and corenet32_smp_defconfig. > > That then allows both those configs to build kernels that boot in qemu > using the ppce500 machine type

[PATCH] powerpc/corenet: Add PPC_QEMU_E500 to corenet configs

2023-04-11 Thread Michael Ellerman
Add PPC_QEMU_E500 to corenet_base.config, which is then used to generate corenet64_smp_defconfig and corenet32_smp_defconfig. That then allows both those configs to build kernels that boot in qemu using the ppce500 machine type and respectively -cpu e5500 or -cpu e500mc. The code that is added