[PATCH 2/3] ARM:dts:SPEAr1310:Correct the clcd pin group name

2013-02-08 Thread Vijay Kumar Mishra
This patch is to correct clcd pin group name "clcd_high_res" to "clcd_high_res_grp" to avoid kernel boot hang as with following error message. spear1310-pinmux e070.pinmux: invalid group "clcd_high_res" for function "clcd". --- arch/arm/boot/dts/spear1310-evb.dts |2 +- 1 file changed, 1

[PATCH 1/3] SPEAr13xx_defconfig: Enable Memory split 2G/2G needed

2013-02-08 Thread Vijay Kumar Mishra
Memory split 2G/2G is enabled as needed for SPEAr1310 RevC board to boot. Before enabling this option the boot was hanging at uncompressing linux. --- arch/arm/configs/spear13xx_defconfig |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/arm/configs/spear13xx_defconfig

[PATCH 0/3] Patch set fixing SPEAr13xx boot issues on V3.8-rc6

2013-02-08 Thread Vijay Kumar Mishra
This patch set contains following patches: 1. Enables correct kernel/user memory split required for SPEAr13xx. 2. Fix to correct SPEAr1310 device tree. 3. Fix to add ARM ABI support. This patch set is tested on kernel V3.8-rc6. Vijay Kumar Mishra (3): SPEAr13xx_defconfig: Enable Memory

[PATCH 3/3] SPEAr13xx_defconfig: Enable compilation using the latest

2013-02-08 Thread Vijay Kumar Mishra
This Patch is to enable CONFIG_AEABI option in kernel. Which basically adds support for latest ARMABI (EABI). It also include support for changes the kernel syscall calling convention to disambiguate both ABIs and allow for backward compatibility support. Without this option the kernel crashes. C