1e320a76dSChristophe Leroy /* SPDX-License-Identifier: GPL-2.0-or-later */ 2e320a76dSChristophe Leroy 3e320a76dSChristophe Leroy #ifdef CONFIG_PPC_47x 4e320a76dSChristophe Leroy #include "cpu_specs_47x.h" 5e320a76dSChristophe Leroy #elif defined(CONFIG_44x) 6e320a76dSChristophe Leroy #include "cpu_specs_44x.h" 7e320a76dSChristophe Leroy #endif 8e320a76dSChristophe Leroy 9e320a76dSChristophe Leroy #ifdef CONFIG_PPC_8xx 10e320a76dSChristophe Leroy #include "cpu_specs_8xx.h" 11e320a76dSChristophe Leroy #endif 12e320a76dSChristophe Leroy 13*d7216567SChristophe Leroy #ifdef CONFIG_PPC_E500MC 14*d7216567SChristophe Leroy #include "cpu_specs_e500mc.h" 15*d7216567SChristophe Leroy #elif defined(CONFIG_PPC_85xx) 16*d7216567SChristophe Leroy #include "cpu_specs_85xx.h" 17e320a76dSChristophe Leroy #endif 18e320a76dSChristophe Leroy 19e320a76dSChristophe Leroy #ifdef CONFIG_PPC_BOOK3S_32 20e320a76dSChristophe Leroy #include "cpu_specs_book3s_32.h" 21e320a76dSChristophe Leroy #endif 22e320a76dSChristophe Leroy 23e320a76dSChristophe Leroy #ifdef CONFIG_PPC_BOOK3S_64 24e320a76dSChristophe Leroy #include "cpu_specs_book3s_64.h" 25e320a76dSChristophe Leroy #endif 26