On Sat, 08 Apr 2023 16:01:09 +0200, Pali Rohár wrote: > This patch series unifies all P2020 boards and machine descriptions into > one generic unified P2020 machine description. With this generic machine > description, kernel can boot on any P2020-based board with correct DTS > file. > > Tested on CZ.NIC Turris 1.1 board which has Freescale P2020 processor. > Kernel during booting correctly detects P2020 and prints: > [ 0.000000] Hardware name: Turris 1.1 e500v2 0x80211051 Freescale P2020 > > [...]
Applied to powerpc/next. [01/13] powerpc/85xx: Remove DBG() macro https://git.kernel.org/powerpc/c/6faab5d7ac49d40bedf348a879042681755c14b0 [02/13] powerpc/85xx: mpc85xx_{ds/rdb} compact the call to mpic_alloc() https://git.kernel.org/powerpc/c/0abc1eadd605d461b9a953e6a27d810ed169ed7b [03/13] powerpc/85xx: mpc85xx_{ds/rdb} replace BUG_ON() by WARN_ON() https://git.kernel.org/powerpc/c/1bca2f8219da51a1119d1f4054b44880cbf0494e [04/13] powerpc/85xx: mpc85xx_{ds/rdb} replace prink by pr_xxx macro https://git.kernel.org/powerpc/c/15c6ba7992993fecdac52a424ce35b6e4a272c75 [05/13] powerpc/85xx: Remove #ifdefs CONFIG_PPC_I8259 in mpc85xx_ds https://git.kernel.org/powerpc/c/f435f67024cbee223083aa843f9b69888c8de8a8 [06/13] powerpc/85xx: Remove #ifdef CONFIG_QUICC_ENGINE in mpc85xx_rdb https://git.kernel.org/powerpc/c/b1a54cb693724b6212efa64d877126769ece4d4c [07/13] powerpc/85xx: p2020: Move all P2020 DS machine descriptions to p2020.c https://git.kernel.org/powerpc/c/ba5a7ca277afc0e9083a7a2021725425a493cfb2 [08/13] powerpc/85xx: p2020: Move all P2020 RDB machine descriptions to p2020.c https://git.kernel.org/powerpc/c/c30aa8fd6cabd12917277facbd2bd81dc3a226d6 [09/13] powerpc/85xx: mpc85xx_ds: Move i8259 code into own file https://git.kernel.org/powerpc/c/92189c902c2e2f8c0d4238310686e93da99156b5 [10/13] powerpc/85xx: p2020: Unify .setup_arch and .init_IRQ callbacks https://git.kernel.org/powerpc/c/7d8ae6e081428699999c9d128c4e9d3927c1da03 [11/13] powerpc/85xx: p2020: Define just one machine description https://git.kernel.org/powerpc/c/1a170efec56ba4707cd33e711dbafb60b7f94626 [12/13] powerpc/85xx: p2020: Enable boards by new config option CONFIG_PPC_P2020 https://git.kernel.org/powerpc/c/b5340a094b5c753ee3490716bcd86546dfd3e078 [13/13] powerpc: dts: turris1x.dts: Remove "fsl,P2020RDB-PC" compatible string https://git.kernel.org/powerpc/c/40f7b523e31fd68163d9dfe639f2f34b6a726ecd cheers