[U-Boot] (no subject)

2010-06-02 Thread SuperStore Armenia
I am Mrs Claire page.i am very sick in the hospital Please contact my lawyer for an ugrent matter Email: peterfoxchamb...@w.cn.tel:+447024029725 ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] AVR32 AP700x - I2C somewhere?

2010-06-02 Thread Andreas Bießmann
Am 01.06.2010 16:04, schrieb Reinhard Meyer (-VC): Hi, Dear Reinhard Meyer, has anyone started or completed work on an I2C driver for AP7000x? No ... If not, I am at least going to make SOFT I2C defines to read VPD from an At24C64 EEPROM. But I've working soft-i2c here. There are still

Re: [U-Boot] [PATCH 1/4] mtdparts: regroup calls to get_mtd_device_nm

2010-06-02 Thread Stefan Roese
On Tuesday 01 June 2010 22:23:44 Ben Gardiner wrote: The get_mtd_device_nm function is called in a couple places and the string that is passed to it is not really used after the calls. This patch regroups the calls to this function into a new function, get_mtd_info. Thanks. Some nitpicking

Re: [U-Boot] [PATCH 2/4] mtdparts: show net size in mtdparts list

2010-06-02 Thread Stefan Roese
On Tuesday 01 June 2010 22:23:45 Ben Gardiner wrote: This patch adds an additional column to the output of list_partitions. The additional column will contain the net size and a '(!)' beside it if the net size is not equal to the partition size. Please find some comments below.

Re: [U-Boot] first u-boot program

2010-06-02 Thread Maxime Boure
Dear Wolfgang Denk, Thanks for the answer. Do you mean using fw_printenv fw_setenv ? That is what I am thinking about. But I can't find a fw_env.config that wouldn't warn me about a bad CRC. The fw_printenv seems to work half way : r...@myboard:~# fw_printenv Warning: Bad CRC, using default

Re: [U-Boot] first u-boot program

2010-06-02 Thread Wolfgang Denk
Dear Maxime Boure, Please stop sending HTML. This is strongly discouraged on this list. In message aanlktik0nk69nfhqow6b5cbvnd7cn_9f2kjsdvbfx...@mail.gmail.com you wrote: Thanks for the answer. Do you mean using fw_printenv fw_setenv ? That is what I am thinking about. Yes, that's what I

Re: [U-Boot] u-boot-owner at lists.denx.de

2010-06-02 Thread Tasslehoff Kjappfot
Hi, The command ext2load do not work on the OMAP3 EVM. The command line is: # ext2load mmc 0:2 0x8200 /boot/uImage The error is: ext2fs_devread() read error - block After reading the u-boot source code, I see that the function mmc_bread() in file drivers/mmc/omap3_mmc.c do not

Re: [U-Boot] first u-boot program

2010-06-02 Thread Wolfgang Denk
Dear Maxime Boure, please keep the mailing list on Cc: In message aanlktin4majod0rc-ncxbghrcdy4vy2olptqyaqs4...@mail.gmail.com you wrote: Sorry to have sent my mail in HTML I forgot to take it off. You might also want to quote the previous message so everybody knows what you are referring to.

Re: [U-Boot] [PATCH] Add support for LPC2468 from NXP

2010-06-02 Thread Remco Poelstra
Op 17-5-2010 14:21, Remco Poelstra schreef: Add Support for LPC2468 from NXP Basic startup code Internal flash is uspported (for environment storage) --- Hi, Can someone please review this code? Or is there something terribly wrong with this patch? Regards, Remco Poelstra

Re: [U-Boot] first u-boot program

2010-06-02 Thread Maxime Boure
Dear Wolfgang Denk Dear Maxime Boure, please keep the mailing list on Cc: In message aanlktin4majod0rc-ncxbghrcdy4vy2olptqyaqs4...@mail.gmail.com you wrote: Sorry to have sent my mail in HTML I forgot to take it off. You might also want to quote the previous message so everybody knows

Re: [U-Boot] [PATCH][Net] Write MAC address automatically on MACB-based boards

2010-06-02 Thread Alexander Stein
Hi Ben, Am Dienstag, 1. Juni 2010 21:03:51 schrieb Ben Warren: Also, remove all calls to eth_init() in boards that use MACB Signed-off-by: Ben Warren biggerbadder...@gmail.com After cherry-picking ecee9324d73555e744593f3e0d387bec4c566f55 in my v2010.3 based tree and removing eth_init in

Re: [U-Boot] [PATCH] Add support for LPC2468 from NXP

2010-06-02 Thread Wolfgang Denk
Dear Remco Poelstra, In message 1274098916-1805-1-git-send-email-remco.poels...@duran-audio.com you wrote: Add Support for LPC2468 from NXP Basic startup code Internal flash is uspported (for environment storage) ... --- a/Makefile +++ b/Makefile @@ -3148,6 +3148,9 @@ evb4510_config :

Re: [U-Boot] first u-boot program

2010-06-02 Thread Wolfgang Denk
Dear Maxime Boure, In message aanlktikp1id70dtzpowc1krcpkqxjyapztyvb_lbc...@mail.gmail.com you wrote: This is not what I asked for. What I menat was: how are the envrionemnt sectors configured in your flash, i. e. what are the CONFIG.*ENV settings? Is this it ? Nearly... #define

[U-Boot] 02.06.2010/P.W

2010-06-02 Thread Wright, Sophia A
02.06.2010/P.W Hello, my name is Peter Wong from Hong Kong. I have a business that I want to offer you. This projects worth 44.5Million Dollars and you will have a 50% share from the total amount. I will give you the full details in my next e-mail and what I need from you. So if you are

Re: [U-Boot] [PATCH] sa1100 change get_timer(base) to return time since base

2010-06-02 Thread Jochen Friedrich
Hi Kristoffer, Did this get applied anywhere? Fail to see it inside the git log. Nope, I didn't get any response yet. Thanks, Jochen ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] first u-boot program

2010-06-02 Thread Maxime Boure
Dear Wolfgang Denk Dear Maxime Boure, In message aanlktikp1id70dtzpowc1krcpkqxjyapztyvb_lbc...@mail.gmail.com you wrote: This is not what I asked for. What I menat was: how are the envrionemnt sectors configured in your flash, i. e. what are the CONFIG.*ENV settings? Is this it ?

Re: [U-Boot] [PATCH] Add support for LPC2468 from NXP

2010-06-02 Thread Remco Poelstra
Hi, On 02-06-10 12:03, Wolfgang Denk wrote: @@ -80,6 +82,14 @@ void do_irq (struct pt_regs *pt_regs) pfnct = (void (*)(void))VICVectAddr; (*pfnct)(); +#elif defined(CONFIG_LPC2468) +void (*pfnct) (void); +vic_2468_t *vic =(((immap_t *)CONFIG_SYS_IMMAP)-ahb.vic); + +

Re: [U-Boot] first u-boot program

2010-06-02 Thread Wolfgang Denk
Dear Maxime Boure, In message aanlktin86ae1zzqyzi0uvyarruex_0-gd5tavpntr...@mail.gmail.com you wrote: #define CONFIG_SYS_ENV_SECT_SIZE boot_flash_sec #define CONFIG_ENV_OFFSET boot_flash_off #define ONENAND_ENV_OFFSET0x20 /* environment starts here */

Re: [U-Boot] first u-boot program

2010-06-02 Thread Maxime Boure
Dear Wolfgang Denk On Wed, Jun 2, 2010 at 2:07 PM, Wolfgang Denk w...@denx.de wrote: Dear Maxime Boure, In message aanlktin86ae1zzqyzi0uvyarruex_0-gd5tavpntr...@mail.gmail.com you wrote: #define CONFIG_SYS_ENV_SECT_SIZE      boot_flash_sec #define CONFIG_ENV_OFFSET            

Re: [U-Boot] [PATCH] sa1100 change get_timer(base) to return time since base

2010-06-02 Thread Kristoffer Ericson
On Wed, Jun 02, 2010 at 12:34:26PM +0200, Jochen Friedrich wrote: Hi Kristoffer, Did this get applied anywhere? Fail to see it inside the git log. Nope, I didn't get any response yet. Wolgang, there doesnt seem to be any submaintainers to push patches to for SA11xx. For future reference,

Re: [U-Boot] AVR32 AP700x - I2C somewhere?

2010-06-02 Thread Reinhard Meyer (-VC)
Andreas Bießmann schrieb: Am 01.06.2010 16:04, schrieb Reinhard Meyer (-VC): Hi, Dear Reinhard Meyer, has anyone started or completed work on an I2C driver for AP7000x? No ... If not, I am at least going to make SOFT I2C defines to read VPD from an At24C64 EEPROM.

[U-Boot] cannot load file from ext2 partition on OMAP3 evm

2010-06-02 Thread Mickael LANOE
Hi, The command ext2load does not work on the OMAP3 EVM. The command line is: # ext2load mmc 0:2 0x8200 /boot/uImage The error is: ext2fs_devread() read error - block After reading the u-boot source code, I see that the function mmc_bread() in file drivers/mmc/omap3_mmc.c does not return

Re: [U-Boot] [PATCH 02/10] drivers/usb/host/ohci-hcd: undef readl/writel before redefining

2010-06-02 Thread Becky Bruce
On May 31, 2010, at 12:48 PM, Remy Bohmer wrote: Hi, 2010/5/28 Becky Bruce bec...@kernel.crashing.org: This avoids a build warning that you see if anyone in the header chain has included io.h (which is coming shortly) Signed-off-by: Becky Bruce bec...@kernel.crashing.org ---

Re: [U-Boot] [PATCH 03/10] 83xx/85xx/86xx: LBC register cleanup

2010-06-02 Thread Becky Bruce
On Jun 1, 2010, at 10:26 AM, Peter Tyser wrote: Hi Becky, On Fri, 2010-05-28 at 16:45 -0500, Becky Bruce wrote: --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -76,4 +76,7 @@ /* Relocation to SDRAM works on all PPC boards */ #define

[U-Boot] [PATCH 1/4 v2] mtdparts: regroup calls to get_mtd_device_nm

2010-06-02 Thread Ben Gardiner
The get_mtd_device_nm function is called in a couple places and the string that is passed to it is not really used after the calls. This patch regroups the calls to this function into a new function, get_mtd_info. Signed-off-by: Ben Gardiner bengardi...@nanometrics.ca Acked-by: Stefan Roese

[U-Boot] [PATCH 0/4 v2] mtdparts: add bad-block skipping

2010-06-02 Thread Ben Gardiner
This patch series is based on the idea of Harald Welte lafo...@gnumonks.org and the comments of Wolfgang Denk w...@denx.de [1]. I started with Harald's original patch and migrated it to a new mtdparts sub-command and added an interface to the new functionality via a 'mtdparts add' variant. I

[U-Boot] [PATCH 3/4 v2] mtdparts: add new sub-command spread

2010-06-02 Thread Ben Gardiner
This patch introduces the 'spread' sub-command of the mtdparts command. This command will modify the existing mtdparts variable by increasing the size of the partitions such that 1) each partition's net size is at least as large as the size specified in the mtdparts variable and 2) each partition

[U-Boot] [PATCH 4/4 v2] mtdparts: new add.e: add part skipping bad blocks

2010-06-02 Thread Ben Gardiner
This patch adds a new 'mtdparts add' variant: add.e (with a synomym add.i). This command variant adds a new partition to the mtdparts variable but also increases the partitions size by skipping bad blocks and aggregating any additional bad blocks found at the end of the partition. Signed-off-by:

[U-Boot] [PATCH 2/4 v2] mtdparts: show net size in mtdparts list

2010-06-02 Thread Ben Gardiner
This patch adds an additional column to the output of list_partitions. The additional column will contain the net size and a '(!)' beside it if the net size is not equal to the partition size. Signed-off-by: Ben Gardiner bengardi...@nanometrics.ca --- Changes in v2: * formatting: spaces after

[U-Boot] [PATCH 0/4] Support for board Calao USB A9263

2010-06-02 Thread Thomas Petazzoni
Hello, This patchset implements the support for the Calao USB A9263 board (patch 4). The first three patches are preliminary work, to convert the Atmel Dataflash SPI driver to the new C struct accessors introduced a few months ago for AT91 support in U-Boot. Thanks, Thomas Thomas Petazzoni

[U-Boot] [PATCH 2/4] at91_spi: remove register offsets

2010-06-02 Thread Thomas Petazzoni
Since all users of at91_spi have been converted to C struct accessors, the register offsets definitions are no longer needed. We take this opportunity to do a little bit of reformatting for the register bits definitions. Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com ---

[U-Boot] [PATCH 1/4] Atmel Dataflash: convert to C struct accessors

2010-06-02 Thread Thomas Petazzoni
Instead of using the old-style base + offset accessors, use the new at91 C struct accessors. The removal of #ifdef CONFIG_AT91_LEGACY allows to keep the definition of register values, needed to program the SPI. Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com ---

[U-Boot] [PATCH 4/4] Support for Calao USB A9263 board based on AT91SAM9263 CPU

2010-06-02 Thread Thomas Petazzoni
The Calao USB A9263 board is a board manufactured and sold by Calao Systems http://www.calao-systems.com. Its components are very similar to the AT91SAM9263EK board, so its configuration is based on the configuration of this board. There are however some differences: different clocks, no LCD, etc.

[U-Boot] [PATCH 3/4] at91sam9263: add new style definition for SPI0_BASE

2010-06-02 Thread Thomas Petazzoni
The new C struct accessors define new constants for the base address of the peripherals. Let's add the one needed for SPI0 on AT91SAM9263. Signed-off-by: Thomas Petazzoni thomas.petazz...@free-electrons.com --- arch/arm/include/asm/arch-at91/at91sam9263.h |1 + 1 files changed, 1

Re: [U-Boot] [PATCH][Net] Write MAC address automatically on MACB-based boards

2010-06-02 Thread Ben Warren
Hi Alexander, On 6/2/2010 2:44 AM, Alexander Stein wrote: Hi Ben, Am Dienstag, 1. Juni 2010 21:03:51 schrieb Ben Warren: Also, remove all calls to eth_init() in boards that use MACB Signed-off-by: Ben Warrenbiggerbadder...@gmail.com After cherry-picking

[U-Boot] [PATCH] da830: bug fix: CONFIG_USE_SPIFLASH

2010-06-02 Thread Ben Gardiner
Previous to this patch the following compiler error was observed when CONFIG_USE_SPIFLASH is added to include/configs/da830evm.h for the da830evm_config target: common/libcommon.a(cmd_eeprom.o): In function `eeprom_init':

Re: [U-Boot] Trying to redirect console in Gumstix Overo

2010-06-02 Thread John Wilson
I would like to change the console from UART3 to UART2 on a Gumstix Overo platform. Here is what I have done thus far, which doesn't work (as explained below): Made the following tweaks in include/configs/omap3_overo.h: a. Changed the console definitions to be: #define

[U-Boot] [PATCH V2 0/10] PPC LBC/TLB cleanups; reginfo command for 85xx

2010-06-02 Thread Becky Bruce
This somewhat random patch series got its start when I was asked to create a reginfo command for 85xx by one of the internal teams here at FSL to dump the BR/ORs, LAWs, and the TLBCAM entries. As I started doing that, I began to notice that there was a lot of duplicated and inconsistent code for

[U-Boot] [PATCH V2 01/10] powerpc: Update configs to properly set FSL_ELBC

2010-06-02 Thread Becky Bruce
Some parts that have an Enhanced Local Bus Controller weren't setting CONFIG_FSL_ELBC. Fix this so we can use this define properly going forward (currently it's only used if PHYS_64BIT is set, which meant not all platforms needed to have it set correctly). Signed-off-by: Becky Bruce

[U-Boot] [PATCH V2 02/10] drivers/usb/host/ohci-hcd: undef readl/writel before redefining

2010-06-02 Thread Becky Bruce
This avoids a build warning that you see if anyone in the header chain has included io.h (which is coming shortly). I also move this to the ohci.h header file in the same dir, which is cleaner. Signed-off-by: Becky Bruce bec...@kernel.crashing.org --- drivers/usb/host/ohci-hcd.c | 11

[U-Boot] [PATCH V2 04/10] mpc85xx: tlb.c cleanups

2010-06-02 Thread Becky Bruce
Extract the operation to read a tlb into a function - we will need this later to print out the tlbs, and there's no point in duplicating the code. Create a TSIZE_TO_BYTES macro to deal with the conversion from the MAS field to an actual size instead of duplicating this in code. There are a few

[U-Boot] [PATCH V2 05/10] mpc85xx: Add print_tlbcam() function

2010-06-02 Thread Becky Bruce
This dumps out the contents of TLB1 on 85xx-based systems. Signed-off-by: Becky Bruce bec...@kernel.crashing.org --- arch/powerpc/cpu/mpc85xx/tlb.c | 20 arch/powerpc/include/asm/mmu.h |1 + 2 files changed, 21 insertions(+), 0 deletions(-) diff --git

[U-Boot] [PATCH V2 06/10] drivers/misc/fsl_law.c: Rearrange code to avoid duplication

2010-06-02 Thread Becky Bruce
The current code redefines functions based on FSL_CORENET_ vs not - create macros/inlines instead that hide the differences. Signed-off-by: Becky Bruce bec...@kernel.crashing.org --- arch/powerpc/include/asm/fsl_law.h |1 + drivers/misc/fsl_law.c | 125

[U-Boot] [PATCH V2 07/10] fsl_law.c: Add print_laws() for FSL_CORENET platforms.

2010-06-02 Thread Becky Bruce
Add printing of LAWBARH/LAWBARL for FSL_CORENET platforms. Signed-off-by: Becky Bruce bec...@kernel.crashing.org --- drivers/misc/fsl_law.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/misc/fsl_law.c b/drivers/misc/fsl_law.c index 968..628bd59 100644

[U-Boot] [PATCH V2 08/10] mpc85xx: Add reginfo command

2010-06-02 Thread Becky Bruce
The new command dumps the TLBCAM, the LAWs, and the BR/OR regs. Add CONFIG_CMD_REGINFO to the config for all MPC85xx parts. Signed-off-by: Becky Bruce bec...@kernel.crashing.org --- arch/powerpc/cpu/mpc85xx/cpu.c | 13 + common/cmd_reginfo.c |5 +

[U-Boot] [PATCH V2 09/10] powerpc 83xx/85xx: Merge lbc upmconfig code

2010-06-02 Thread Becky Bruce
Each platform had its own version of the upmconfig, despite the init process being identical. Now that we have a spot for common lbc code, create a common upmconfig() there. Signed-off-by: Becky Bruce bec...@kernel.crashing.org --- arch/powerpc/cpu/mpc83xx/cpu.c | 66

[U-Boot] [PATCH V2 10/10] MAKEALL: Add missing powerpc 36-bit targets

2010-06-02 Thread Becky Bruce
We were missing 8641HPCN_36BIT and MPC8536DS_36BIT. Signed-off-by: Becky Bruce bec...@kernel.crashing.org --- MAKEALL |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MAKEALL b/MAKEALL index 2527352..a82c93c 100755 --- a/MAKEALL +++ b/MAKEALL @@ -393,6 +393,7 @@

Re: [U-Boot] FW: Please Pull u-boot-ti/master

2010-06-02 Thread Tom Rix
Paulraj, Sandeep wrote: FYI. Can you apply this please The following changes since commit 9bb3b3d4406c1e388a99f6fb189147d6a06cc2cf: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx are available in the git repository at:

Re: [U-Boot] [PATCH V2 03/10] 83xx/85xx/86xx: LBC register cleanup

2010-06-02 Thread Scott Wood
On 06/02/2010 01:12 PM, Becky Bruce wrote: +#ifdef CONFIG_NAND_FSL_ELBC + u8 res9[0x8]; + u32 fmr;/* Flash Mode Register */ + u32 fir;/* Flash Instruction Register */ + u32 fcr;/* Flash Command Register */ + u32

Re: [U-Boot] [PATCH V2 10/10] MAKEALL: Add missing powerpc 36-bit targets

2010-06-02 Thread Scott Wood
On 06/02/2010 01:12 PM, Becky Bruce wrote: We were missing 8641HPCN_36BIT and MPC8536DS_36BIT. Signed-off-by: Becky Brucebec...@kernel.crashing.org --- MAKEALL |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MAKEALL b/MAKEALL index 2527352..a82c93c 100755 ---

Re: [U-Boot] [PATCH V2 10/10] MAKEALL: Add missing powerpc 36-bit targets

2010-06-02 Thread Becky Bruce
On Jun 2, 2010, at 2:21 PM, Scott Wood wrote: On 06/02/2010 01:12 PM, Becky Bruce wrote: We were missing 8641HPCN_36BIT and MPC8536DS_36BIT. Signed-off-by: Becky Brucebec...@kernel.crashing.org --- MAKEALL |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MAKEALL

Re: [U-Boot] [PATCH V2 03/10] 83xx/85xx/86xx: LBC register cleanup

2010-06-02 Thread Becky Bruce
On Jun 2, 2010, at 2:16 PM, Scott Wood wrote: On 06/02/2010 01:12 PM, Becky Bruce wrote: +#ifdef CONFIG_NAND_FSL_ELBC +u8 res9[0x8]; +u32 fmr;/* Flash Mode Register */ +u32 fir;/* Flash Instruction Register */ +u32 fcr;/*

Re: [U-Boot] [PATCH V2 10/10] MAKEALL: Add missing powerpc 36-bit targets

2010-06-02 Thread Wolfgang Denk
Dear Becky, in message 08b4d143-d167-42a1-b8a3-2aef05234...@kernel.crashing.org you wrote: I don't know what the policy is, but it seemed like the 36-bit ones When I started with the MAKEALL script my idea was to have (at least) all typical configurations represented to cover as many as

Re: [U-Boot] [PATCH V3 03/10] 83xx/85xx/86xx: LBC register cleanup

2010-06-02 Thread Becky Bruce
Note: I resubmitted this one, as the signed-off-by line had somehow gone into the great big bit-bucket in the sky. -Becky ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] (No subject)

2010-06-02 Thread Mr Michael Smith
Congrat:You Have Won £1,000.000.00GBP.Confirm this receipt by sending your Name,Address,Tel,occupation etc to (michealsmith...@w.cn - Find the home of your dreams with eircom net property Sign up for email alerts now

[U-Boot] (No subject)

2010-06-02 Thread Mr Michael Smith
Congrat:You Have Won £1,000.000.00GBP.Confirm this receipt by sending your Name,Address,Tel,occupation etc to (michealsmith...@w.cn - Find the home of your dreams with eircom net property Sign up for email alerts now

Re: [U-Boot] [PATCH v3] s5pc1xx: Add support for Samsung Goni board

2010-06-02 Thread Minkyu Kang
On 31 May 2010 22:09, Minkyu Kang mk7.k...@samsung.com wrote: This patch adds support for the Samsung Goni board (S5PC110 SoC) Signed-off-by: Minkyu Kang mk7.k...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- v3: sort the Maintainer list, enable commands, fix

[U-Boot] Please pull u-boot-samsung/master

2010-06-02 Thread Minkyu Kang
Dear Tom, Please pull u-boot-samsung/master. Thanks. The following changes since commit 922d27b596c179c5a7d68abe45ede5adb1b6589c: Minkyu Kang (1): Merge branch 'master' of git://git.denx.de/u-boot-arm are available in the git repository at: git://git.denx.de/u-boot-samsung master

[U-Boot] [PATCH v2] AX88180: use standard I/O accessors

2010-06-02 Thread Mike Frysinger
The current dm9000x driver accesses its memory mapped registers directly instead of using the standard I/O accessors. This can cause problems on Blackfin systems as the accesses can get out of order. So convert the direct volatile dereferences to use the normal in/out macros. Signed-off-by:

[U-Boot] [PATCH v4] da830: Move common code out of da830evm.c file

2010-06-02 Thread Sudhakar Rajashekhara
TI's DA850/OMAP-L138 platform is similar to DA830/OMAP-L137 in many aspects. So instead of repeating the same code in multiple files, move the common code to a different file and call those functions from the respective da830/da850 files. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com