diff options
author | Bob Cochran <yocto@mindchasers.com> | 2014-11-13 22:55:23 -0500 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-12-04 21:25:22 +0800 |
commit | 449ff0650b5c0a5cf1e8c1f5ada099613efe8f9c (patch) | |
tree | 1fd81a6d21c7d318973bfc6412447836b7b64284 /meta-fsl-ppc | |
parent | cefbff013154eb414f3fcaa7de0884b7dd2598fe (diff) | |
download | meta-freescale-449ff0650b5c0a5cf1e8c1f5ada099613efe8f9c.tar.gz |
linux-qoriq: Remove Altivec from T1040 64-bit defconfig
T1040 uses an E5500 processor, and E5500 doesn't have an Altivec unit
This was tested on a t1040rdb
Signed-off-by: Bob Cochran <yocto@mindchasers.com>
Diffstat (limited to 'meta-fsl-ppc')
-rw-r--r-- | meta-fsl-ppc/recipes-kernel/linux/files/remove-Altivec-from-T1040-64-bit-defconfig.patch | 27 | ||||
-rw-r--r-- | meta-fsl-ppc/recipes-kernel/linux/linux-qoriq_3.12.bb | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/meta-fsl-ppc/recipes-kernel/linux/files/remove-Altivec-from-T1040-64-bit-defconfig.patch b/meta-fsl-ppc/recipes-kernel/linux/files/remove-Altivec-from-T1040-64-bit-defconfig.patch new file mode 100644 index 000000000..e6cc88142 --- /dev/null +++ b/meta-fsl-ppc/recipes-kernel/linux/files/remove-Altivec-from-T1040-64-bit-defconfig.patch | |||
@@ -0,0 +1,27 @@ | |||
1 | From e018761d719e41e3bf108cafafcb5138527752e2 Mon Sep 17 00:00:00 2001 | ||
2 | From: Bob Cochran <yocto@mindchasers.com> | ||
3 | Date: Fri, 31 Oct 2014 16:49:57 -0400 | ||
4 | Subject: [meta-fsl-ppc][PATCH] linux-qoriq: Remove Altivec from T1040 64-bit defconfig | ||
5 | |||
6 | T1040 uses an E5500 processor, and E5500 doesn't have an Altivec unit | ||
7 | |||
8 | Signed-off-by: Bob Cochran <yocto@mindchasers.com> | ||
9 | --- | ||
10 | arch/powerpc/configs/t1040_64bit_smp_defconfig | 2 +- | ||
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
12 | |||
13 | diff --git a/arch/powerpc/configs/t1040_64bit_smp_defconfig b/arch/powerpc/configs/t1040_64bit_smp_defconfig | ||
14 | index 1b987d9..c2005f2 100644 | ||
15 | --- a/arch/powerpc/configs/t1040_64bit_smp_defconfig | ||
16 | +++ b/arch/powerpc/configs/t1040_64bit_smp_defconfig | ||
17 | @@ -1,6 +1,6 @@ | ||
18 | CONFIG_PPC64=y | ||
19 | CONFIG_PPC_BOOK3E_64=y | ||
20 | -CONFIG_ALTIVEC=y | ||
21 | +# CONFIG_ALTIVEC is not set | ||
22 | CONFIG_SMP=y | ||
23 | CONFIG_NR_CPUS=24 | ||
24 | CONFIG_SYSVIPC=y | ||
25 | -- | ||
26 | 1.7.9.5 | ||
27 | |||
diff --git a/meta-fsl-ppc/recipes-kernel/linux/linux-qoriq_3.12.bb b/meta-fsl-ppc/recipes-kernel/linux/linux-qoriq_3.12.bb index 39270d481..a9f7fa746 100644 --- a/meta-fsl-ppc/recipes-kernel/linux/linux-qoriq_3.12.bb +++ b/meta-fsl-ppc/recipes-kernel/linux/linux-qoriq_3.12.bb | |||
@@ -5,6 +5,7 @@ SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \ | |||
5 | file://Fix-for-CVE-2014-5045-fs-umount-on-symlink-leak.patch \ | 5 | file://Fix-for-CVE-2014-5045-fs-umount-on-symlink-leak.patch \ |
6 | file://Fix-CVE-2014-5077-sctp-inherit-auth-capable-on-INIT-collisions.patch \ | 6 | file://Fix-CVE-2014-5077-sctp-inherit-auth-capable-on-INIT-collisions.patch \ |
7 | file://Fix-CVE-2014-5471_CVE-2014-5472.patch \ | 7 | file://Fix-CVE-2014-5471_CVE-2014-5472.patch \ |
8 | file://remove-Altivec-from-T1040-64-bit-defconfig.patch \ | ||
8 | " | 9 | " |
9 | SRCREV = "c29fe1a733308cbe592b3af054a97be1b91cf2dd" | 10 | SRCREV = "c29fe1a733308cbe592b3af054a97be1b91cf2dd" |
10 | 11 | ||