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

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

[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 mani.pil...@ti.com --- 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

[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 mani.pil...@ti.com --- 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

[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 mani.pil...@ti.com --- cpu/arm_cortexa8/omap3/interrupts.c | 12 +++- include/configs/omap3_beagle.h |2 +- include/configs/omap3_evm.h |2

[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 mani.pil...@ti.com --- common/cmd_misc.c |1 + cpu/arm_cortexa8/omap3/interrupts.c | 13 - drivers/mtd/nand/nand_base.c|2 ++ include

[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 mani.pil...@ti.com --- examples/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index dbcfa92..d2e811a 100644 --- a/examples

[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 mani.pil...@ti.com --- drivers/net/smc911x.c | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git

[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 mani.pil...@ti.com --- examples/Makefile |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index dbcfa92..75e6c87 100644 --- a/examples

[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 mani.pil...@ti.com --- board/omap3/evm/evm.c |2 + common/Makefile |1 + common/cmd_nvedit.c |5 ++ common/env_common.c