Re: [PATCH 1/2] hw/ppc: Consolidate e500 initial mapping creation functions

2024-10-06 Thread BALATON Zoltan
On Thu, 15 Aug 2024, Bernhard Beschow wrote: Am 16. Juli 2024 12:07:57 UTC schrieb BALATON Zoltan : Add booke206_set_tlb() utility function and use it to replace very similar create_initial_mapping functions in e500 machines. Signed-off-by: BALATON Zoltan --- hw/ppc/e500.c | 41 +++

Re: [PATCH 1/2] hw/ppc: Consolidate e500 initial mapping creation functions

2024-10-01 Thread BALATON Zoltan
On Tue, 1 Oct 2024, Bernhard Beschow wrote: Am 15. August 2024 19:01:47 UTC schrieb Bernhard Beschow : Am 16. Juli 2024 12:07:57 UTC schrieb BALATON Zoltan : Add booke206_set_tlb() utility function and use it to replace very similar create_initial_mapping functions in e500 machines. Signed-off

Re: [PATCH 1/2] hw/ppc: Consolidate e500 initial mapping creation functions

2024-10-01 Thread Bernhard Beschow
Am 15. August 2024 19:01:47 UTC schrieb Bernhard Beschow : > > >Am 16. Juli 2024 12:07:57 UTC schrieb BALATON Zoltan : >>Add booke206_set_tlb() utility function and use it to replace very >>similar create_initial_mapping functions in e500 machines. >> >>Signed-off-by: BALATON Zoltan >>--- >> hw

Re: [PATCH 1/2] hw/ppc: Consolidate e500 initial mapping creation functions

2024-08-15 Thread Bernhard Beschow
Am 16. Juli 2024 12:07:57 UTC schrieb BALATON Zoltan : >Add booke206_set_tlb() utility function and use it to replace very >similar create_initial_mapping functions in e500 machines. > >Signed-off-by: BALATON Zoltan >--- > hw/ppc/e500.c | 41 +++-- > h

[PATCH 1/2] hw/ppc: Consolidate e500 initial mapping creation functions

2024-07-16 Thread BALATON Zoltan
Add booke206_set_tlb() utility function and use it to replace very similar create_initial_mapping functions in e500 machines. Signed-off-by: BALATON Zoltan --- hw/ppc/e500.c | 41 +++-- hw/ppc/e500.h | 2 -- hw/ppc/ppce500_spin.c | 30