From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Date: 2012-10-29 19:45:28
It has been a while since dove_defconfig was updated to recent development.
This patch adds all currently available Dove boards, including a DT-enabled
machine.
DT support requires to allow ATAGS passed by boot loader as most of them are
not yet capable of passing DT blobs. Also OF_SERIAL is enabled to actually
see the bootlog.
Finally, sdhci driver for Dove, GPIO LEDs, and highmem support is added.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
---
Cc: Russell King <redacted>
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-kernel at vger.kernel.org
Cc: Jason Cooper <redacted>
Cc: Andrew Lunn <andrew@lunn.ch>
---
arch/arm/configs/dove_defconfig | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
@@ -8,11 +8,19 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_BLK_DEV_BSG is not set CONFIG_ARCH_DOVE=y CONFIG_MACH_DOVE_DB=y+CONFIG_MACH_CM_A510=y+CONFIG_MACH_DOVE_DT=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_AEABI=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0+CONFIG_HIGHMEM=y+CONFIG_USE_OF=y+CONFIG_ATAGS=y+CONFIG_ARM_APPENDED_DTB=y+CONFIG_ARM_ATAG_DTB_COMPAT=y+CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y CONFIG_VFP=y CONFIG_NET=y CONFIG_PACKET=y
@@ -62,6 +70,9 @@ CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_PCI is not set CONFIG_SERIAL_8250_RUNTIME_UARTS=2+CONFIG_SERIAL_CORE=y+CONFIG_SERIAL_CORE_CONSOLE=y+CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_HW_RANDOM is not set CONFIG_I2C=y CONFIG_I2C_CHARDEV=y
From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Date: 2012-10-30 01:11:59
It has been a while since dove_defconfig was updated to recent development.
This patch adds all currently available Dove boards, including a DT-enabled
machine.
DT support requires to allow ATAGS passed by boot loader as most of them are
not yet capable of passing DT blobs. Also OF_SERIAL is enabled to actually
see the bootlog.
Finally, sdhci driver for Dove, mv_cesa, GPIO LEDs, and highmem support is
added.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
---
Changelog:
v1->v2:
- also add mv_cesa crypto engine
Cc: Russell King <redacted>
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-kernel at vger.kernel.org
Cc: Jason Cooper <redacted>
Cc: Andrew Lunn <andrew@lunn.ch>
---
arch/arm/configs/dove_defconfig | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
@@ -8,11 +8,19 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_BLK_DEV_BSG is not set CONFIG_ARCH_DOVE=y CONFIG_MACH_DOVE_DB=y+CONFIG_MACH_CM_A510=y+CONFIG_MACH_DOVE_DT=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_AEABI=y CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0+CONFIG_HIGHMEM=y+CONFIG_USE_OF=y+CONFIG_ATAGS=y+CONFIG_ARM_APPENDED_DTB=y+CONFIG_ARM_ATAG_DTB_COMPAT=y+CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y CONFIG_VFP=y CONFIG_NET=y CONFIG_PACKET=y
@@ -62,6 +70,9 @@ CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_PCI is not set CONFIG_SERIAL_8250_RUNTIME_UARTS=2+CONFIG_SERIAL_CORE=y+CONFIG_SERIAL_CORE_CONSOLE=y+CONFIG_SERIAL_OF_PLATFORM=y # CONFIG_HW_RANDOM is not set CONFIG_I2C=y CONFIG_I2C_CHARDEV=y
From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Date: 2012-11-14 18:19:43
On 10/30/2012 02:11 AM, Sebastian Hesselbarth wrote:
It has been a while since dove_defconfig was updated to recent development.
This patch adds all currently available Dove boards, including a DT-enabled
machine.
Jason,
there seems to be no discussion at all on this one. Maybe it got lost
during the ELCE, but if there are no objections I prefer to have this
accepted for any of the next releases.
Sebastian
From: Jason Cooper <hidden> Date: 2012-11-16 13:58:29
On Wed, Nov 14, 2012 at 07:19:38PM +0100, Sebastian Hesselbarth wrote:
On 10/30/2012 02:11 AM, Sebastian Hesselbarth wrote:
quoted
It has been a while since dove_defconfig was updated to recent development.
This patch adds all currently available Dove boards, including a DT-enabled
machine.
there seems to be no discussion at all on this one. Maybe it got lost
during the ELCE, but if there are no objections I prefer to have this
accepted for any of the next releases.