Re: [PATCH] target/ppc: Fix MPC8555 and MPC8560 core type to e500v1

2023-04-08 Thread Pali Rohár
On Monday 04 July 2022 12:18:51 Pali Rohár wrote: > Just for completeness, here is list of all Motorola/Freescale/NXP > processors which were released and have e500v1 or e500v2 cores. > > e500v1: > MPC8540 > MPC8541 > MPC8555 > MPC8560 > > e500v2: > BSC91

Re: [PATCH] target/ppc: Fix MPC8555 and MPC8560 core type to e500v1

2022-07-04 Thread Pali Rohár
On Sunday 03 July 2022 21:50:29 Pali Rohár wrote: > Commit 80d11f4467c4 ("Add definitions for Freescale PowerPC implementations") > changed core type of MPC8555 and MPC8560 from e500v1 to e500v2. > > But both MPC8555 and MPC8560 have just e500v1 cores, there are no features

[PATCH] target/ppc: Fix MPC8555 and MPC8560 core type to e500v1

2022-07-03 Thread Pali Rohár
d11f4467c4 ("Add definitions for Freescale PowerPC implementations") Signed-off-by: Pali Rohár --- target/ppc/cpu-models.c | 14 +++--- target/ppc/cpu-models.h | 14 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/target/ppc/cpu-models.c b/target/pp