cputable.c (b65b34895437915f411882dd40d704eb0863ffb0) | cputable.c (fe04b1121511a97982a1fcdd38e44d2029304a6d) |
---|---|
1/* 2 * Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org) 3 * 4 * Modifications for ppc64: 5 * Copyright (C) 2003 Dave Engebretsen <engebret@us.ibm.com> 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License --- 1687 unchanged lines hidden (view full) --- 1696 .cpu_user_features = COMMON_USER_BOOKE, 1697 .mmu_features = MMU_FTR_TYPE_44x, 1698 .icache_bsize = 32, 1699 .dcache_bsize = 32, 1700 .cpu_setup = __setup_cpu_460sx, 1701 .machine_check = machine_check_440A, 1702 .platform = "ppc440", 1703 }, | 1/* 2 * Copyright (C) 2001 Ben. Herrenschmidt (benh@kernel.crashing.org) 3 * 4 * Modifications for ppc64: 5 * Copyright (C) 2003 Dave Engebretsen <engebret@us.ibm.com> 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License --- 1687 unchanged lines hidden (view full) --- 1696 .cpu_user_features = COMMON_USER_BOOKE, 1697 .mmu_features = MMU_FTR_TYPE_44x, 1698 .icache_bsize = 32, 1699 .dcache_bsize = 32, 1700 .cpu_setup = __setup_cpu_460sx, 1701 .machine_check = machine_check_440A, 1702 .platform = "ppc440", 1703 }, |
1704 { /* 476 core */ 1705 .pvr_mask = 0xffff0000, 1706 .pvr_value = 0x11a50000, 1707 .cpu_name = "476", 1708 .cpu_features = CPU_FTRS_47X, 1709 .cpu_user_features = COMMON_USER_BOOKE | 1710 PPC_FEATURE_HAS_FPU, 1711 .mmu_features = MMU_FTR_TYPE_47x | 1712 MMU_FTR_USE_TLBIVAX_BCAST | MMU_FTR_LOCK_BCAST_INVAL, 1713 .icache_bsize = 32, 1714 .dcache_bsize = 128, 1715 .machine_check = machine_check_47x, 1716 .platform = "ppc470", 1717 }, 1718 { /* 476 iss */ 1719 .pvr_mask = 0xffff0000, 1720 .pvr_value = 0x00050000, 1721 .cpu_name = "476", 1722 .cpu_features = CPU_FTRS_47X, 1723 .cpu_user_features = COMMON_USER_BOOKE | 1724 PPC_FEATURE_HAS_FPU, 1725 .cpu_user_features = COMMON_USER_BOOKE, 1726 .mmu_features = MMU_FTR_TYPE_47x | 1727 MMU_FTR_USE_TLBIVAX_BCAST | MMU_FTR_LOCK_BCAST_INVAL, 1728 .icache_bsize = 32, 1729 .dcache_bsize = 128, 1730 .machine_check = machine_check_47x, 1731 .platform = "ppc470", 1732 }, |
|
1704 { /* default match */ 1705 .pvr_mask = 0x00000000, 1706 .pvr_value = 0x00000000, 1707 .cpu_name = "(generic 44x PPC)", 1708 .cpu_features = CPU_FTRS_44X, 1709 .cpu_user_features = COMMON_USER_BOOKE, 1710 .mmu_features = MMU_FTR_TYPE_44x, 1711 .icache_bsize = 32, --- 94 unchanged lines hidden (view full) --- 1806 .mmu_features = MMU_FTR_TYPE_FSL_E | MMU_FTR_BIG_PHYS | 1807 MMU_FTR_USE_TLBILX, 1808 .icache_bsize = 64, 1809 .dcache_bsize = 64, 1810 .num_pmcs = 4, 1811 .oprofile_cpu_type = "ppc/e500mc", 1812 .oprofile_type = PPC_OPROFILE_FSL_EMB, 1813 .cpu_setup = __setup_cpu_e500mc, | 1733 { /* default match */ 1734 .pvr_mask = 0x00000000, 1735 .pvr_value = 0x00000000, 1736 .cpu_name = "(generic 44x PPC)", 1737 .cpu_features = CPU_FTRS_44X, 1738 .cpu_user_features = COMMON_USER_BOOKE, 1739 .mmu_features = MMU_FTR_TYPE_44x, 1740 .icache_bsize = 32, --- 94 unchanged lines hidden (view full) --- 1835 .mmu_features = MMU_FTR_TYPE_FSL_E | MMU_FTR_BIG_PHYS | 1836 MMU_FTR_USE_TLBILX, 1837 .icache_bsize = 64, 1838 .dcache_bsize = 64, 1839 .num_pmcs = 4, 1840 .oprofile_cpu_type = "ppc/e500mc", 1841 .oprofile_type = PPC_OPROFILE_FSL_EMB, 1842 .cpu_setup = __setup_cpu_e500mc, |
1814 .machine_check = machine_check_e500, | 1843 .machine_check = machine_check_e500mc, |
1815 .platform = "ppce500mc", 1816 }, 1817 { /* default match */ 1818 .pvr_mask = 0x00000000, 1819 .pvr_value = 0x00000000, 1820 .cpu_name = "(generic E500 PPC)", 1821 .cpu_features = CPU_FTRS_E500, 1822 .cpu_user_features = COMMON_USER_BOOKE | --- 120 unchanged lines hidden --- | 1844 .platform = "ppce500mc", 1845 }, 1846 { /* default match */ 1847 .pvr_mask = 0x00000000, 1848 .pvr_value = 0x00000000, 1849 .cpu_name = "(generic E500 PPC)", 1850 .cpu_features = CPU_FTRS_E500, 1851 .cpu_user_features = COMMON_USER_BOOKE | --- 120 unchanged lines hidden --- |