On Tue, 16 Jul 2024, BALATON Zoltan wrote:
Embedded PPC has always enabled MMU so it needs initial mappings to start. This code is duplicated within machines which this small series aims to consolidate into helper functions to reduce duplicated code and make the board code simpler.
Ping?
Regards, BALATON Zoltan BALATON Zoltan (2): hw/ppc: Consolidate e500 initial mapping creation functions hw/ppc: Consolidate ppc440 initial mapping creation functions hw/ppc/e500.c | 41 ++++++++++++++++++-------------------- hw/ppc/e500.h | 2 -- hw/ppc/ppc440_bamboo.c | 28 +++----------------------- hw/ppc/ppc_booke.c | 10 ++++++++++ hw/ppc/ppce500_spin.c | 30 +++++++++------------------- hw/ppc/sam460ex.c | 45 ++++++++++-------------------------------- hw/ppc/virtex_ml507.c | 28 +++----------------------- include/hw/ppc/ppc.h | 7 +++++++ 8 files changed, 61 insertions(+), 130 deletions(-)