/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/ |
H A D | tune-ppce500mc.inc | 6 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppce500mc', ' -mcpu=e500mc', '', d)}" 12 QEMU_EXTRAOPTIONS:tune-ppce500mc = " -cpu e500mc" 14 # pass -mcpu=e500mc for ppce500mc kernel cross compile 15 TARGET_CC_KERNEL_ARCH = "-mcpu=e500mc"
|
H A D | tune-ppce6500.inc | 13 QEMU_EXTRAOPTIONS:tune-ppce6500 = " -cpu e500mc" 19 QEMU_EXTRAOPTIONS:tune-ppc64e6500 = " -cpu e500mc"
|
H A D | tune-ppce5500.inc | 13 QEMU_EXTRAOPTIONS:tune-ppce5500 = " -cpu e500mc" 19 QEMU_EXTRAOPTIONS:tune-ppc64e5500 = " -cpu e500mc"
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p4080si-pre.dtsi | 94 cpu0: PowerPC,e500mc@0 { 104 cpu1: PowerPC,e500mc@1 { 114 cpu2: PowerPC,e500mc@2 { 124 cpu3: PowerPC,e500mc@3 { 134 cpu4: PowerPC,e500mc@4 { 144 cpu5: PowerPC,e500mc@5 { 154 cpu6: PowerPC,e500mc@6 { 164 cpu7: PowerPC,e500mc@7 {
|
H A D | p3041si-pre.dtsi | 90 cpu0: PowerPC,e500mc@0 { 100 cpu1: PowerPC,e500mc@1 { 110 cpu2: PowerPC,e500mc@2 { 120 cpu3: PowerPC,e500mc@3 {
|
H A D | p2041si-pre.dtsi | 89 cpu0: PowerPC,e500mc@0 { 99 cpu1: PowerPC,e500mc@1 { 109 cpu2: PowerPC,e500mc@2 { 119 cpu3: PowerPC,e500mc@3 {
|
H A D | p4080si-post.dtsi | 219 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 224 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 229 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 234 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 239 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 244 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 249 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 254 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
|
H A D | p3041si-post.dtsi | 240 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 245 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 250 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 255 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
|
H A D | p2041si-post.dtsi | 213 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 218 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 223 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy"; 228 compatible = "fsl,dcsr-e500mc-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
|
H A D | e500mc_power_isa.dtsi | 2 * e500mc Power ISA Device Tree Source (include)
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | Makefile | 28 kvm-e500mc-objs := \ 34 e500mc.o \ 38 kvm-objs-$(CONFIG_KVM_E500MC) := $(kvm-e500mc-objs)
|
/openbmc/qemu/docs/system/ppc/ |
H A D | ppce500.rst | 12 * PowerPC e500 series core (e500v2/e500mc/e5500/e6500) 43 * e500mc 117 $ qemu-system-ppc64 -M ppce500 -cpu e500mc -smp 4 -m 2G \ 148 built for P4080 (e500mc), P5020 (e5500) and T2080 (e6500). 179 $ qemu-system-ppc64 -M ppce500 -cpu e500mc -smp 4 -m 2G \ 190 $ qemu-system-ppc64 -M ppce500 -cpu e500mc -smp 4 -m 2G \
|
/openbmc/linux/Documentation/powerpc/ |
H A D | cpu_families.rst | 207 | e500mc (Book3e) |
|
/openbmc/linux/arch/powerpc/platforms/ |
H A D | Kconfig.cputype | 241 bool "e500mc" 276 default "e500mc" if E500MC_CPU 299 bool "e500mc Support" 304 This must be enabled for running on e500mc (and derivatives
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | dcsr.txt | 376 compatible = "fsl,dcsr-e500mc-sb-proxy", 382 compatible = "fsl,dcsr-e500mc-sb-proxy",
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 220 * notable exception of the e500 and e500mc, where L=1 was reported to 226 * For 32-bit Book E v2.06 implementations (i.e. e500/e500mc), 258 * notable exception of the e500 and e500mc, where L=1 was reported to 264 * For 32-bit Book E v2.06 implementations (i.e. e500/e500mc),
|
/openbmc/qemu/target/ppc/ |
H A D | cpu-models.c | 305 CPU_POWERPC_e500mc, POWERPC_SVR_E500, e500mc)
|
H A D | cpu_init.c | 3127 POWERPC_FAMILY(e500mc)(ObjectClass *oc, void *data) in POWERPC_FAMILY() argument
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | Kconfig | 1176 Enable PowerPC E500 cores, including e500v1, e500v2, e500mc
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |