Re: [PATCH 0/2] Consolidate embedded PPC initial mappung functions

2024-11-02 Thread BALATON Zoltan
On Tue, 8 Oct 2024, BALATON Zoltan wrote: 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

Re: [PATCH 0/2] Consolidate embedded PPC initial mappung functions

2024-10-08 Thread BALATON Zoltan
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? Rega

Re: [PATCH 0/2] Consolidate embedded PPC initial mappung functions

2024-07-16 Thread Edgar E. Iglesias
On Tue, Jul 16, 2024 at 02:07:56PM +0200, 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 c