aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-31 13:47:20 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-31 13:47:20 -0700
commitab2140963c43fc2f4feba9b109e02a8a45bd3df0 (patch)
tree9f6577c265c48f073896901f0babfcd2a4f7a8f8
parentaca1565e21c4a066c7596d9f8cdf7d3e4e58e82e (diff)
downloadltsi-kernel-ab2140963c43fc2f4feba9b109e02a8a45bd3df0.tar.gz
more defconfig patches
-rw-r--r--patches.armadillo800eva/arm-mach-shmobile-armadillo800eva-defconfig-allow-use-of-armhf-userspace.patch45
-rw-r--r--patches.armadillo800eva/arm-mach-shmobile-armadillo800eva-defconfig-disable-config_sysfs_deprecated.patch38
-rw-r--r--series2
3 files changed, 85 insertions, 0 deletions
diff --git a/patches.armadillo800eva/arm-mach-shmobile-armadillo800eva-defconfig-allow-use-of-armhf-userspace.patch b/patches.armadillo800eva/arm-mach-shmobile-armadillo800eva-defconfig-allow-use-of-armhf-userspace.patch
new file mode 100644
index 00000000000000..b4172a7fb7834e
--- /dev/null
+++ b/patches.armadillo800eva/arm-mach-shmobile-armadillo800eva-defconfig-allow-use-of-armhf-userspace.patch
@@ -0,0 +1,45 @@
+From ltsi-dev-bounces@lists.linuxfoundation.org Fri Jul 6 05:10:18 2012
+From: Simon Horman <horms@verge.net.au>
+Date: Fri, 6 Jul 2012 21:09:57 +0900
+Subject: ARM: mach-shmobile: armadillo800eva: defconfig Allow use of armhf userspace
+To: ltsi-dev@lists.linuxfoundation.org
+Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
+Message-ID: <1341576597-13986-1-git-send-email-horms@verge.net.au>
+
+
+This allows use a Debian armhf usespace
+as well as the existing ability to use a Debian armel userspace.
+
+N.B: Not present upstream yet
+
+Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
+Signed-off-by: Simon Horman <horms@verge.net.au>
+
+---
+
+Hi Greg,
+
+please consider this for inclusion in LTSI.
+---
+ arch/arm/configs/armadillo800eva_defconfig | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+--- a/arch/arm/configs/armadillo800eva_defconfig
++++ b/arch/arm/configs/armadillo800eva_defconfig
+@@ -21,7 +21,7 @@ CONFIG_ARCH_SHMOBILE=y
+ CONFIG_ARCH_R8A7740=y
+ CONFIG_MACH_ARMADILLO800EVA=y
+ # CONFIG_SH_TIMER_TMU is not set
+-# CONFIG_ARM_THUMB is not set
++CONFIG_ARM_THUMB=y
+ CONFIG_CPU_BPREDICT_DISABLE=y
+ # CONFIG_CACHE_L2X0 is not set
+ CONFIG_ARM_ERRATA_430973=y
+@@ -39,6 +39,7 @@ CONFIG_ZBOOT_ROM_BSS=0x0
+ CONFIG_CMDLINE="console=tty0 console=ttySC1,115200 earlyprintk=sh-sci.1,115200 ignore_loglevel root=/dev/nfs ip=dhcp nfsroot=,rsize=4096,wsize=4096"
+ CONFIG_CMDLINE_FORCE=y
+ CONFIG_KEXEC=y
++CONFIG_VFP=y
+ # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
+ # CONFIG_SUSPEND is not set
+ CONFIG_NET=y
diff --git a/patches.armadillo800eva/arm-mach-shmobile-armadillo800eva-defconfig-disable-config_sysfs_deprecated.patch b/patches.armadillo800eva/arm-mach-shmobile-armadillo800eva-defconfig-disable-config_sysfs_deprecated.patch
new file mode 100644
index 00000000000000..5a5df82415fe39
--- /dev/null
+++ b/patches.armadillo800eva/arm-mach-shmobile-armadillo800eva-defconfig-disable-config_sysfs_deprecated.patch
@@ -0,0 +1,38 @@
+From ltsi-dev-bounces@lists.linuxfoundation.org Fri Jul 6 07:29:37 2012
+From: Simon Horman <horms@verge.net.au>
+Date: Fri, 6 Jul 2012 23:29:18 +0900
+Subject: ARM: mach-shmobile: armadillo800eva: defconfig disable CONFIG_SYSFS_DEPRECATED
+To: ltsi-dev@lists.linuxfoundation.org
+Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
+Message-ID: <1341584958-17096-1-git-send-email-horms@verge.net.au>
+
+
+In adition to the change proposed for upstream, LTSI requires that
+CONFIG_SYSFS_DEPRECATED be removed from the defconfig in order to allow
+allows use a Debian armhf usespace as well as the existing ability to use a
+Debian armel userspace.
+
+N.B: Not necessary upstream: CONFIG_SYSFS_DEPRECATED is not in the defconfig
+
+Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
+Signed-off-by: Simon Horman <horms@verge.net.au>
+
+---
+
+Hi Greg,
+
+please consider this for inclusion in LTSI.
+---
+ arch/arm/configs/armadillo800eva_defconfig | 1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/arch/arm/configs/armadillo800eva_defconfig
++++ b/arch/arm/configs/armadillo800eva_defconfig
+@@ -7,7 +7,6 @@ CONFIG_LOG_BUF_SHIFT=16
+ # CONFIG_IPC_NS is not set
+ # CONFIG_USER_NS is not set
+ # CONFIG_PID_NS is not set
+-CONFIG_SYSFS_DEPRECATED=y
+ CONFIG_SYSFS_DEPRECATED_V2=y
+ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+ CONFIG_SLAB=y
diff --git a/series b/series
index 4ffca86bad6275..1f2fdc5db9fddf 100644
--- a/series
+++ b/series
@@ -325,6 +325,8 @@ patches.armadillo800eva/0253-ARM-mach-shmobile-armadillo800eva-add-support-sh_et
patches.armadillo800eva/arm-mach-shmobile-sh7372-ap4evb-and-mackerel-timer-rework.patch
patches.armadillo800eva/ltsi-bugfix-armadillo800eva-sh_eth-needs-net_ethernet-on-defconfig.patch
patches.armadillo800eva/arm-mach-shmobile-armadillo800eva-defconfig-update.patch
+patches.armadillo800eva/arm-mach-shmobile-armadillo800eva-defconfig-allow-use-of-armhf-userspace.patch
+patches.armadillo800eva/arm-mach-shmobile-armadillo800eva-defconfig-disable-config_sysfs_deprecated.patch
#############################################################################