Home
last modified time | relevance | path

Searched refs:e5500 (Results 1 – 22 of 22) sorted by relevance

/openbmc/openbmc/poky/meta/conf/machine/include/powerpc/
H A Dtune-ppce5500.inc5 TUNEVALID[e5500] = "Enable Freescale e5500 specific processor optimizations"
6 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'e5500', ' -mcpu=e5500', '', d)}"
9 TUNE_FEATURES:tune-ppce5500 = "m32 fpu-hard e5500 bigendian"
14 TUNE_FEATURES:tune-ppc64e5500 = "m64 fpu-hard e5500 bigendian"
20 MACHINE_FEATURES_BACKFILL_CONSIDERED:append = "${@bb.utils.contains('TUNE_FEATURES', 'e5500', ' qem…
/openbmc/linux/Documentation/powerpc/
H A Disa-versions.rst16 e5500 Power ISA v2.06 with some exceptions, no Altivec
50 e5500 No
70 e5500 No
90 e5500 No
H A Dcpu_families.rst213 | e5500 (64 bit) |
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dt104xsi-pre.dtsi74 cpu0: PowerPC,e5500@0 {
84 cpu1: PowerPC,e5500@1 {
94 cpu2: PowerPC,e5500@2 {
104 cpu3: PowerPC,e5500@3 {
H A Dp5040si-pre.dtsi102 cpu0: PowerPC,e5500@0 {
112 cpu1: PowerPC,e5500@1 {
122 cpu2: PowerPC,e5500@2 {
132 cpu3: PowerPC,e5500@3 {
H A Dt102xsi-pre.dtsi74 cpu0: PowerPC,e5500@0 {
84 cpu1: PowerPC,e5500@1 {
H A Dp5020si-pre.dtsi96 cpu0: PowerPC,e5500@0 {
106 cpu1: PowerPC,e5500@1 {
H A Dp5040si-post.dtsi192 compatible = "fsl,dcsr-e5500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
197 compatible = "fsl,dcsr-e5500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
202 compatible = "fsl,dcsr-e5500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
207 compatible = "fsl,dcsr-e5500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
H A Dt1040si-post.dtsi217 compatible = "fsl,dcsr-e5500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
222 compatible = "fsl,dcsr-e5500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
227 compatible = "fsl,dcsr-e5500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
232 compatible = "fsl,dcsr-e5500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
H A De5500_power_isa.dtsi2 * e5500 Power ISA Device Tree Source (include)
H A Dp5020si-post.dtsi247 compatible = "fsl,dcsr-e5500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
252 compatible = "fsl,dcsr-e5500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
H A Dt1023si-post.dtsi187 compatible = "fsl,dcsr-e5500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
192 compatible = "fsl,dcsr-e5500-sb-proxy", "fsl,dcsr-cpu-sb-proxy";
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-tools-testapps.bb12 # kexec-tools doesn't work on e5500-64b, microblaze and nios2 yet
14 KEXECTOOLS:e5500-64b ?= ""
/openbmc/qemu/docs/system/ppc/
H A Dppce500.rst12 * PowerPC e500 series core (e500v2/e500mc/e5500/e6500)
48 * e5500
103 $ qemu-system-ppc64 -M ppce500 -cpu e5500 -smp 4 -m 2G \
148 built for P4080 (e500mc), P5020 (e5500) and T2080 (e6500).
/openbmc/u-boot/board/freescale/t1040qds/
H A DREADME8 The QorIQ T1040/T1042 processor support four integrated 64-bit e5500 PA
14 - Four e5500 cores, each with a private 256 KB L2 cache
/openbmc/u-boot/board/freescale/t102xrdb/
H A DREADME4 combines two or one 64-bit Power Architecture e5500 core respectively with high
14 - two e5500 cores, each with a private 256 KB L2 cache
104 - T1023 SoC integrating two 64-bit e5500 cores up to 1.4GHz
/openbmc/linux/arch/powerpc/platforms/
H A DKconfig.cputype188 bool "Freescale e5500"
263 default "e5500" if E5500_CPU
305 such as e5500/e6500), and must be disabled for running on
/openbmc/u-boot/board/freescale/t104xrdb/
H A DREADME39 The QorIQ T1040/T1042 processor support four integrated 64-bit e5500 PA
45 - Four e5500 cores, each with a private 256 KB L2 cache
/openbmc/u-boot/board/freescale/t102xqds/
H A DREADME4 combines two or one 64-bit Power Architecture e5500 core respectively with high
14 - two e5500 cores, each with a private 256 KB L2 cache
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqoriq-clock.txt207 cpu0: PowerPC,e5500@0 {
/openbmc/qemu/target/ppc/
H A Dcpu-models.c308 CPU_POWERPC_e5500, POWERPC_SVR_E500, e5500)
H A Dcpu_init.c3173 POWERPC_FAMILY(e5500)(ObjectClass *oc, void *data) in POWERPC_FAMILY() argument