* [PATCH 01/11] ARM: shmobile: bockw: Do not set command line in defconfig
2013-10-10 7:16 [PATCH 00/11] Marzen and Bockw defconfig updates Simon Horman
@ 2013-10-10 7:16 ` Simon Horman
2013-10-10 7:16 ` [PATCH 02/11] ARM: shmobile: marzen: " Simon Horman
` (10 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-10 7:16 UTC (permalink / raw)
To: linux-arm-kernel
As a set towards moving shmobile towards multi-platform
the kernel command line should be set in the DTB rather than
in the kernel config.
bockw already has the command line present in its DTS file
but it was being overrirden by the kernel config.
A side effect of this change is that "rw" is now present
on the command line which allows a boot using nfs root to
succeed in the case where userspace expects to be able
to write to the root filesystem.
Signed-off-by: Simon Horman <horms@verge.net.au>
---
arch/arm/configs/bockw_defconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index e7e9494..6c5421c 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -27,8 +27,6 @@ CONFIG_HIGHMEM=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_ARM_APPENDED_DTB=y
-CONFIG_CMDLINE="console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp"
-CONFIG_CMDLINE_FORCE=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
# CONFIG_SUSPEND is not set
CONFIG_PM_RUNTIME=y
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread* [PATCH 02/11] ARM: shmobile: marzen: Do not set command line in defconfig
2013-10-10 7:16 [PATCH 00/11] Marzen and Bockw defconfig updates Simon Horman
2013-10-10 7:16 ` [PATCH 01/11] ARM: shmobile: bockw: Do not set command line in defconfig Simon Horman
@ 2013-10-10 7:16 ` Simon Horman
2013-10-10 7:16 ` [PATCH 03/11] ARM: shmobile: bockw: Do not disable CONFIG_INOTIFY_USER " Simon Horman
` (9 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-10 7:16 UTC (permalink / raw)
To: linux-arm-kernel
As a set towards moving shmobile towards multi-platform
the kernel command line should be set in the DTB rather than
in the kernel config.
marzen already has the command line present in its DTS file
but it was being overrirden by the kernel config.
Signed-off-by: Simon Horman <horms@verge.net.au>
---
arch/arm/configs/marzen_defconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 000e920..96391fc 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -30,8 +30,6 @@ CONFIG_HIGHMEM=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_ARM_APPENDED_DTB=y
-CONFIG_CMDLINE="console=ttySC2,115200 earlyprintk=sh-sci.2,115200 ignore_loglevel root=/dev/nfs ip=on"
-CONFIG_CMDLINE_FORCE=y
CONFIG_KEXEC=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_PM_RUNTIME=y
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread* [PATCH 03/11] ARM: shmobile: bockw: Do not disable CONFIG_INOTIFY_USER in defconfig
2013-10-10 7:16 [PATCH 00/11] Marzen and Bockw defconfig updates Simon Horman
2013-10-10 7:16 ` [PATCH 01/11] ARM: shmobile: bockw: Do not set command line in defconfig Simon Horman
2013-10-10 7:16 ` [PATCH 02/11] ARM: shmobile: marzen: " Simon Horman
@ 2013-10-10 7:16 ` Simon Horman
2013-10-10 7:16 ` [PATCH 04/11] ARM: shmobile: marzen: " Simon Horman
` (8 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-10 7:16 UTC (permalink / raw)
To: linux-arm-kernel
CONFIG_INOTIFY_USER is required for udev to function.
This change brings the bockw defconfig into line with
other shmobile defconfigs.
Signed-off-by: Simon Horman <horms@verge.net.au>
---
arch/arm/configs/bockw_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index 6c5421c..88bcb04 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -106,7 +106,6 @@ CONFIG_UIO=y
CONFIG_UIO_PDRV_GENIRQ=y
# CONFIG_IOMMU_SUPPORT is not set
# CONFIG_DNOTIFY is not set
-# CONFIG_INOTIFY_USER is not set
CONFIG_TMPFS=y
# CONFIG_MISC_FILESYSTEMS is not set
CONFIG_NFS_FS=y
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread* [PATCH 04/11] ARM: shmobile: marzen: Do not disable CONFIG_INOTIFY_USER in defconfig
2013-10-10 7:16 [PATCH 00/11] Marzen and Bockw defconfig updates Simon Horman
` (2 preceding siblings ...)
2013-10-10 7:16 ` [PATCH 03/11] ARM: shmobile: bockw: Do not disable CONFIG_INOTIFY_USER " Simon Horman
@ 2013-10-10 7:16 ` Simon Horman
2013-10-10 7:16 ` [PATCH 05/11] ARM: shmobile: bockw: Enable CONFIG_VFP " Simon Horman
` (7 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-10 7:16 UTC (permalink / raw)
To: linux-arm-kernel
CONFIG_INOTIFY_USER is required for udev to function.
This change brings the marzen defconfig into line with
other shmobile defconfigs.
Signed-off-by: Simon Horman <horms@verge.net.au>
---
arch/arm/configs/marzen_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 96391fc..5d0fa5f 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -106,7 +106,6 @@ CONFIG_UIO=y
CONFIG_UIO_PDRV_GENIRQ=y
# CONFIG_IOMMU_SUPPORT is not set
# CONFIG_DNOTIFY is not set
-# CONFIG_INOTIFY_USER is not set
CONFIG_TMPFS=y
# CONFIG_MISC_FILESYSTEMS is not set
CONFIG_NFS_FS=y
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread* [PATCH 05/11] ARM: shmobile: bockw: Enable CONFIG_VFP in defconfig
2013-10-10 7:16 [PATCH 00/11] Marzen and Bockw defconfig updates Simon Horman
` (3 preceding siblings ...)
2013-10-10 7:16 ` [PATCH 04/11] ARM: shmobile: marzen: " Simon Horman
@ 2013-10-10 7:16 ` Simon Horman
2013-10-10 7:16 ` [PATCH 06/11] ARM: shmobile: marzen: " Simon Horman
` (6 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-10 7:16 UTC (permalink / raw)
To: linux-arm-kernel
CONFIG_VFP is required to boot into a Debian armhf user-space.
This change brings the bockw defconfig into line with
other shmobile defconfigs.
Signed-off-by: Simon Horman <horms@verge.net.au>
---
arch/arm/configs/bockw_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index 88bcb04..db7d792 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -27,6 +27,7 @@ CONFIG_HIGHMEM=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_ARM_APPENDED_DTB=y
+CONFIG_VFP=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
# CONFIG_SUSPEND is not set
CONFIG_PM_RUNTIME=y
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread* [PATCH 06/11] ARM: shmobile: marzen: Enable CONFIG_VFP in defconfig
2013-10-10 7:16 [PATCH 00/11] Marzen and Bockw defconfig updates Simon Horman
` (4 preceding siblings ...)
2013-10-10 7:16 ` [PATCH 05/11] ARM: shmobile: bockw: Enable CONFIG_VFP " Simon Horman
@ 2013-10-10 7:16 ` Simon Horman
2013-10-10 7:16 ` [PATCH 07/11] ARM: shmobile: bockw: Do not enable CONFIG_DEVTMPFS defconfig Simon Horman
` (5 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-10 7:16 UTC (permalink / raw)
To: linux-arm-kernel
CONFIG_VFP is required to boot into a Debian armhf user-space.
This change brings the marzen defconfig into line with
other shmobile defconfigs.
Signed-off-by: Simon Horman <horms@verge.net.au>
---
arch/arm/configs/marzen_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 5d0fa5f..cafab6a 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -30,6 +30,7 @@ CONFIG_HIGHMEM=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_ARM_APPENDED_DTB=y
+CONFIG_VFP=y
CONFIG_KEXEC=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_PM_RUNTIME=y
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread* [PATCH 07/11] ARM: shmobile: bockw: Do not enable CONFIG_DEVTMPFS defconfig
2013-10-10 7:16 [PATCH 00/11] Marzen and Bockw defconfig updates Simon Horman
` (5 preceding siblings ...)
2013-10-10 7:16 ` [PATCH 06/11] ARM: shmobile: marzen: " Simon Horman
@ 2013-10-10 7:16 ` Simon Horman
2013-10-10 7:16 ` [PATCH 08/11] ARM: shmobile: marzen: " Simon Horman
` (4 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-10 7:16 UTC (permalink / raw)
To: linux-arm-kernel
This change brings the bockw defconfig into line with
other shmobile defconfigs.
Signed-off-by: Simon Horman <horms@verge.net.au>
---
arch/arm/configs/bockw_defconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index db7d792..03fef6d 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -43,8 +43,6 @@ CONFIG_IP_PNP_DHCP=y
# CONFIG_INET_DIAG is not set
# CONFIG_IPV6 is not set
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
-CONFIG_DEVTMPFS=y
-CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
# CONFIG_FW_LOADER is not set
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread* [PATCH 08/11] ARM: shmobile: marzen: Do not enable CONFIG_DEVTMPFS defconfig
2013-10-10 7:16 [PATCH 00/11] Marzen and Bockw defconfig updates Simon Horman
` (6 preceding siblings ...)
2013-10-10 7:16 ` [PATCH 07/11] ARM: shmobile: bockw: Do not enable CONFIG_DEVTMPFS defconfig Simon Horman
@ 2013-10-10 7:16 ` Simon Horman
2013-10-10 7:16 ` [PATCH 09/11] ARM: shmobile: bockw: Enable CONFIG_PACKET in defconfig Simon Horman
` (3 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-10 7:16 UTC (permalink / raw)
To: linux-arm-kernel
This change brings the marzen defconfig into line with
other shmobile defconfigs.
Signed-off-by: Simon Horman <horms@verge.net.au>
---
arch/arm/configs/marzen_defconfig | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index cafab6a..292728d 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -42,8 +42,6 @@ CONFIG_IP_PNP_DHCP=y
# CONFIG_IPV6 is not set
# CONFIG_WIRELESS is not set
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
-CONFIG_DEVTMPFS=y
-CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
# CONFIG_FW_LOADER is not set
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread* [PATCH 09/11] ARM: shmobile: bockw: Enable CONFIG_PACKET in defconfig
2013-10-10 7:16 [PATCH 00/11] Marzen and Bockw defconfig updates Simon Horman
` (7 preceding siblings ...)
2013-10-10 7:16 ` [PATCH 08/11] ARM: shmobile: marzen: " Simon Horman
@ 2013-10-10 7:16 ` Simon Horman
2013-10-10 7:16 ` [PATCH 10/11] ARM: shmobile: marzen: " Simon Horman
` (2 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-10 7:16 UTC (permalink / raw)
To: linux-arm-kernel
CONFIG_PACKET is required for the ISC dhcpd daemon function.
This change brings the bockw defconfig into line with
other shmobile defconfigs.
Signed-off-by: Simon Horman <horms@verge.net.au>
---
arch/arm/configs/bockw_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index 03fef6d..225cb8e 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -32,6 +32,7 @@ CONFIG_VFP=y
# CONFIG_SUSPEND is not set
CONFIG_PM_RUNTIME=y
CONFIG_NET=y
+CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_PNP=y
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread* [PATCH 10/11] ARM: shmobile: marzen: Enable CONFIG_PACKET in defconfig
2013-10-10 7:16 [PATCH 00/11] Marzen and Bockw defconfig updates Simon Horman
` (8 preceding siblings ...)
2013-10-10 7:16 ` [PATCH 09/11] ARM: shmobile: bockw: Enable CONFIG_PACKET in defconfig Simon Horman
@ 2013-10-10 7:16 ` Simon Horman
2013-10-10 7:16 ` [PATCH 11/11] ARM: shmobile: marzen: Do not enable CONFIG_SMC911X " Simon Horman
2013-10-16 6:53 ` [PATCH 00/11] Marzen and Bockw defconfig updates Simon Horman
11 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-10 7:16 UTC (permalink / raw)
To: linux-arm-kernel
CONFIG_PACKET is required for the ISC dhcpd daemon function.
This change brings the marzen defconfig into line with
other shmobile defconfigs.
Signed-off-by: Simon Horman <horms@verge.net.au>
---
arch/arm/configs/marzen_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 292728d..7f3aa36 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -35,6 +35,7 @@ CONFIG_KEXEC=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_PM_RUNTIME=y
CONFIG_NET=y
+CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_PNP=y
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread* [PATCH 11/11] ARM: shmobile: marzen: Do not enable CONFIG_SMC911X in defconfig
2013-10-10 7:16 [PATCH 00/11] Marzen and Bockw defconfig updates Simon Horman
` (9 preceding siblings ...)
2013-10-10 7:16 ` [PATCH 10/11] ARM: shmobile: marzen: " Simon Horman
@ 2013-10-10 7:16 ` Simon Horman
2013-10-16 6:53 ` [PATCH 00/11] Marzen and Bockw defconfig updates Simon Horman
11 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-10 7:16 UTC (permalink / raw)
To: linux-arm-kernel
CONFIG_SMC911X is not needed by marzen.
It appears to have been accidently enabled as well
as CONFIG_SMSC911X which is needed by marzen.
Signed-off-by: Simon Horman <horms@verge.net.au>
---
arch/arm/configs/marzen_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 7f3aa36..d821344 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -59,7 +59,6 @@ CONFIG_NETDEVICES=y
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_NET_VENDOR_NATSEMI is not set
# CONFIG_NET_VENDOR_SEEQ is not set
-CONFIG_SMC911X=y
CONFIG_SMSC911X=y
# CONFIG_NET_VENDOR_STMICRO is not set
# CONFIG_WLAN is not set
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread* Re: [PATCH 00/11] Marzen and Bockw defconfig updates
2013-10-10 7:16 [PATCH 00/11] Marzen and Bockw defconfig updates Simon Horman
` (10 preceding siblings ...)
2013-10-10 7:16 ` [PATCH 11/11] ARM: shmobile: marzen: Do not enable CONFIG_SMC911X " Simon Horman
@ 2013-10-16 6:53 ` Simon Horman
11 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-16 6:53 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Oct 10, 2013 at 04:16:25PM +0900, Simon Horman wrote:
> Hi,
>
> this series of defconfig updates aims to bring the bockw
> and marzen defconfigs more into line with the other shmobile
> defconfigs. It also allows the marzen and bockw boards
> to boot into a Debian armhf userspace, again in
> line with the defconfigs for other shmobile boards.
>
> Simon Horman (11):
> ARM: shmobile: bockw: Do not set command line in defconfig
> ARM: shmobile: marzen: Do not set command line in defconfig
> ARM: shmobile: bockw: Do not disable CONFIG_INOTIFY_USER in defconfig
> ARM: shmobile: marzen: Do not disable CONFIG_INOTIFY_USER in defconfig
> ARM: shmobile: bockw: Enable CONFIG_VFP in defconfig
> ARM: shmobile: marzen: Enable CONFIG_VFP in defconfig
> ARM: shmobile: bockw: Do not enable CONFIG_DEVTMPFS defconfig
> ARM: shmobile: marzen: Do not enable CONFIG_DEVTMPFS defconfig
> ARM: shmobile: bockw: Enable CONFIG_PACKET in defconfig
> ARM: shmobile: marzen: Enable CONFIG_PACKET in defconfig
> ARM: shmobile: marzen: Do not enable CONFIG_SMC911X in defconfig
>
> arch/arm/configs/bockw_defconfig | 7 ++-----
> arch/arm/configs/marzen_defconfig | 8 ++------
> 2 files changed, 4 insertions(+), 11 deletions(-)
I have queued up these patches.
^ permalink raw reply [flat|nested] 13+ messages in thread