diff mbox

ARM: h3600: update defconfig

Message ID 1380532794-17277-1-git-send-email-linus.walleij@linaro.org (mailing list archive)
State New, archived
Headers show

Commit Message

Linus Walleij Sept. 30, 2013, 9:19 a.m. UTC
This updates the h3600 defconfig against the latest kernel with
some small options coming and going due to Kconfig structure,
then modernize it to:

- Use EABI to compile the kernel
- Configure for low latency preemptive kernel
- Configure for tickless idle
- Enable HRtimers

Tested on the iPAQ h3630.

Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 arch/arm/configs/h3600_defconfig | 23 +++++++----------------
 1 file changed, 7 insertions(+), 16 deletions(-)

Comments

Russell King - ARM Linux Oct. 2, 2013, 8:32 p.m. UTC | #1
On Mon, Sep 30, 2013 at 11:19:54AM +0200, Linus Walleij wrote:
> This updates the h3600 defconfig against the latest kernel with
> some small options coming and going due to Kconfig structure,
> then modernize it to:
> 
> - Use EABI to compile the kernel

EABI on ARMv4 *non-T* and without --fix-v4bx (a) added to the linker
arguments, and (b) V4BX relocations added to the kernel module loader?
Are you sure this is all that's required?
Andrea Adami Oct. 2, 2013, 8:47 p.m. UTC | #2
On Wed, Oct 2, 2013 at 10:32 PM, Russell King - ARM Linux
<linux@arm.linux.org.uk> wrote:
> On Mon, Sep 30, 2013 at 11:19:54AM +0200, Linus Walleij wrote:
>> This updates the h3600 defconfig against the latest kernel with
>> some small options coming and going due to Kconfig structure,
>> then modernize it to:
>>
>> - Use EABI to compile the kernel
>
> EABI on ARMv4 *non-T* and without --fix-v4bx (a) added to the linker
> arguments, and (b) V4BX relocations added to the kernel module loader?
> Are you sure this is all that's required?
>

Yes, the toolchain built with OpenEmbedded / Yocto Project contains
the necessary fixes [1] since end 2012.
Runtime tested eglibc and klibc on Zaurus collie.
Same binaries even tested on armv5te.

[1] http://cgit.openembedded.org/openembedded-core/log/?qt=grep&q=armv4

Cheers
Andrea

> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Russell King - ARM Linux Oct. 2, 2013, 8:56 p.m. UTC | #3
On Wed, Oct 02, 2013 at 10:47:41PM +0200, Andrea Adami wrote:
> On Wed, Oct 2, 2013 at 10:32 PM, Russell King - ARM Linux
> <linux@arm.linux.org.uk> wrote:
> > On Mon, Sep 30, 2013 at 11:19:54AM +0200, Linus Walleij wrote:
> >> This updates the h3600 defconfig against the latest kernel with
> >> some small options coming and going due to Kconfig structure,
> >> then modernize it to:
> >>
> >> - Use EABI to compile the kernel
> >
> > EABI on ARMv4 *non-T* and without --fix-v4bx (a) added to the linker
> > arguments, and (b) V4BX relocations added to the kernel module loader?
> > Are you sure this is all that's required?
> >
> 
> Yes, the toolchain built with OpenEmbedded / Yocto Project contains
> the necessary fixes [1] since end 2012.
> Runtime tested eglibc and klibc on Zaurus collie.
> Same binaries even tested on armv5te.
> 
> [1] http://cgit.openembedded.org/openembedded-core/log/?qt=grep&q=armv4

Sorry, I don't accept this as an adequate "fix" for the kernel.  It's not
up to the build environment to provide --fix-v4bx to the kernel makefiles
to work around this problem.  That's just the sticky plaster fix and not
proper engineering.
diff mbox

Patch

diff --git a/arch/arm/configs/h3600_defconfig b/arch/arm/configs/h3600_defconfig
index 317960f..0e0ab0f 100644
--- a/arch/arm/configs/h3600_defconfig
+++ b/arch/arm/configs/h3600_defconfig
@@ -1,5 +1,6 @@ 
-CONFIG_EXPERIMENTAL=y
 CONFIG_SYSVIPC=y
+CONFIG_NO_HZ_IDLE=y
+CONFIG_HIGH_RES_TIMERS=y
 CONFIG_LOG_BUF_SHIFT=14
 CONFIG_BLK_DEV_INITRD=y
 CONFIG_MODULES=y
@@ -11,11 +12,12 @@  CONFIG_ARCH_SA1100=y
 CONFIG_SA1100_H3600=y
 CONFIG_PCCARD=y
 CONFIG_PCMCIA_SA1100=y
+CONFIG_PREEMPT=y
+CONFIG_AEABI=y
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
 # CONFIG_CPU_FREQ_STAT is not set
 CONFIG_FPE_NWFPE=y
-CONFIG_PM=y
 CONFIG_NET=y
 CONFIG_UNIX=y
 CONFIG_INET=y
@@ -24,13 +26,10 @@  CONFIG_IRDA=m
 CONFIG_IRLAN=m
 CONFIG_IRNET=m
 CONFIG_IRCOMM=m
-CONFIG_SA1100_FIR=m
 # CONFIG_WIRELESS is not set
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_MTD=y
-CONFIG_MTD_PARTITIONS=y
 CONFIG_MTD_REDBOOT_PARTS=y
-CONFIG_MTD_CHAR=y
 CONFIG_MTD_BLOCK=y
 CONFIG_MTD_CFI=y
 CONFIG_MTD_CFI_ADV_OPTIONS=y
@@ -41,19 +40,15 @@  CONFIG_MTD_SA1100=y
 CONFIG_BLK_DEV_LOOP=m
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=8192
-# CONFIG_MISC_DEVICES is not set
 CONFIG_IDE=y
 CONFIG_BLK_DEV_IDECS=y
 CONFIG_NETDEVICES=y
-# CONFIG_NETDEV_1000 is not set
-# CONFIG_NETDEV_10000 is not set
-# CONFIG_WLAN is not set
-CONFIG_NET_PCMCIA=y
 CONFIG_PCMCIA_PCNET=y
 CONFIG_PPP=m
-CONFIG_PPP_ASYNC=m
-CONFIG_PPP_DEFLATE=m
 CONFIG_PPP_BSDCOMP=m
+CONFIG_PPP_DEFLATE=m
+CONFIG_PPP_ASYNC=m
+# CONFIG_WLAN is not set
 # CONFIG_KEYBOARD_ATKBD is not set
 CONFIG_KEYBOARD_GPIO=y
 # CONFIG_INPUT_MOUSE is not set
@@ -64,8 +59,6 @@  CONFIG_SERIAL_SA1100_CONSOLE=y
 # CONFIG_HWMON is not set
 CONFIG_FB=y
 CONFIG_FB_SA1100=y
-# CONFIG_VGA_CONSOLE is not set
-# CONFIG_HID_SUPPORT is not set
 # CONFIG_USB_SUPPORT is not set
 CONFIG_EXT2_FS=y
 CONFIG_MSDOS_FS=m
@@ -74,6 +67,4 @@  CONFIG_JFFS2_FS=y
 CONFIG_CRAMFS=m
 CONFIG_NFS_FS=y
 CONFIG_NFSD=m
-CONFIG_SMB_FS=m
 CONFIG_NLS=y
-# CONFIG_RCU_CPU_STALL_DETECTOR is not set