[U-Boot] [PATCH 1/1] Fix the timer to 1msec and CONFIG_SYS_HZ to 1000.

2009-03-13 Thread Manikandan Pillai
Signed-off-by: Manikandan Pillai --- cpu/arm_cortexa8/omap3/interrupts.c |6 ++ include/configs/omap3_evm.h |2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/cpu/arm_cortexa8/omap3/interrupts.c b/cpu/arm_cortexa8/omap3/interrupts.c index 9e9817d..c415dbb

[U-Boot] [PATCH 1/1] The GP timer is fixed for 1msec and CONFIG_SYS_HZ to 1000.

2009-03-13 Thread Manikandan Pillai
The header files for other OAMP3 boards have also been changed for CONFIG_SYS_HZ to be 1000. Signed-off-by: Manikandan Pillai --- cpu/arm_cortexa8/omap3/interrupts.c | 12 +++- include/configs/omap3_beagle.h |2 +- include/configs/omap3_evm.h |2 +- include

[U-Boot] [PATCH 1/2] Changes for auto detection of NAND or OneNAND flash on u-boot

2009-03-23 Thread Manikandan Pillai
The patch has been broken to 2 files. It has also been tested with NAND and OneNAND configuration on OMAP3 EVM board. The following changes are for the common files. Signed-off-by: Manikandan Pillai --- common/Makefile |1 + common/cmd_nvedit.c |5 + common/env_common.c

[U-Boot] [PATCH 2/2] NAND or OneNAND flash autodection changes for OMAP3 specific files

2009-03-23 Thread Manikandan Pillai
Signed-off-by: Manikandan Pillai --- cpu/arm_cortexa8/omap3/board.c| 13 cpu/arm_cortexa8/omap3/mem.c | 139 +++- cpu/arm_cortexa8/omap3/sys_info.c | 27 +++- include/configs/omap3_evm.h |3 +- 4 files changed, 174 insertions

[U-Boot] [PATCH 1/1] SMC911x driver fixed for NFS boot

2009-04-07 Thread Manikandan Pillai
patch calls smc911x_shutdown() instead of smc911x_reset(). Some comments received has also been fixed. Signed-off-by: Manikandan Pillai --- drivers/net/smc911x.c | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/drivers/net/smc911x.c b/drivers/net

[U-Boot] [PATCH 1/1] Fix issues and add new commands for onenand.

2009-01-06 Thread Manikandan Pillai
the new framework was failing in reading OOB data. Signed-off-by: Manikandan Pillai --- common/cmd_onenand.c | 101 +- drivers/mtd/onenand/onenand_base.c | 168 +--- drivers/mtd/onenand/onenand_bbt.c | 24 +++--- include

[U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM

2009-03-02 Thread Manikandan Pillai
The eth_halt() function has been modified to remove the chip reset and instead stop the transmit/receive from the device. Signed-off-by: Manikandan Pillai --- drivers/net/smc911x.c | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/drivers/net

[U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board

2009-03-02 Thread Manikandan Pillai
Example binaries to be downloaded to 0x8030 for OMAP3 EVMs. Signed-off-by: Manikandan Pillai --- examples/Makefile |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index dbcfa92..75e6c87 100644 --- a/examples/Makefile +++ b

[U-Boot] [PATCH 1/1] Changes for single binary image for u-boot for NAND/OneNAND flash.

2009-03-02 Thread Manikandan Pillai
. As per the comments received, the change is done only for OMAP3 EVM. Signed-off-by: Manikandan Pillai --- board/omap3/evm/evm.c |2 + common/Makefile |1 + common/cmd_nvedit.c |5 ++ common/env_common.c |8 +++- common

[U-Boot] [PATCH 1/1] Fix for running examples on OMAP3 EVM board

2009-03-04 Thread Manikandan Pillai
Example binaries to be downloaded to 0x8030 for OMAP3 EVMs. Signed-off-by: Manikandan Pillai --- examples/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index dbcfa92..d2e811a 100644 --- a/examples/Makefile +++ b

[U-Boot] [PATCH 1/1] Changes for fixing the timer to 1 msec and

2009-03-10 Thread Manikandan Pillai
The cmd_misc.c was changed to fix sleep. nand_base.c was fixed to fix the wait. Signed-off-by: Manikandan Pillai --- common/cmd_misc.c |1 + cpu/arm_cortexa8/omap3/interrupts.c | 13 - drivers/mtd/nand/nand_base.c|2 ++ include/configs/omap3_evm.h