- Jun 10, 2013
-
-
Vishwanathrao Badarkhe, Manish authored
Add MMC support for da830 boards in order to perform mmc operations(read,write and erase). Signed-off-by:
Vishwanathrao Badarkhe, Manish <manishv.b@ti.com>
-
- Dec 06, 2011
-
-
Christian Riesch authored
Signed-off-by:
Christian Riesch <christian.riesch@omicron.at> Cc: Sandeep Paulraj <s-paulraj@ti.com> Cc: Heiko Schocher <hs@denx.de> Cc: Sudhakar Rajashekhara <sudhakar.raj@ti.com> Cc: Syed Mohammed Khasim <sm.khasim@gmail.com> Cc: Sughosh Ganu <urwithsughosh@gmail.com> Cc: Nick Thompson <nick.thompson@ge.com> Cc: Stefano Babic <sbabic@denx.de> Acked-by:
Heiko Schocher <hs@denx.de> Acked-by:
Nick Thompson <nick.thompson@ge.com>
-
- Oct 27, 2011
-
-
Manjunath Hadli authored
Add support for enabling NAND boot mode in configuration file and add correspanding pinmux support, nand initialize function in board file. The size required for environment variables not more than 10KB the CONFIG_ENV_SIZE is set to 10KB from (512 << 10). Acked-by:
Nick Thompson <nick.thompson@ge.com> Signed-off-by:
Sudhakar Rajashekhara <sudhakar.raj@ti.com> Signed-off-by:
Manjunath Hadli <manjunath.hadli@ti.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Dec 09, 2010
-
-
Stefano Babic authored
As more Davinci 8xx board can be added, move common code to be shared between boards. * rebased ontop of Sugosh's patches * moving the HAWKBOARD_KICK{0,1}_UNLOCK defines to arch/arm/include/asm/arch-davinci/davinci_misc.h from to arch/arm/include/asm/arch-davinci/da8xx_common.h * don't define dram functions in PRELOADER * move sync_env_enetaddr into existing EMAC ifdef * use misc.c in hawkboard nand_spl Signed-off-by:
Ben Gardiner <bengardiner@nanometrics.ca> Signed-off-by:
Stefano Babic <sbabic@denx.de> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Sughosh Ganu authored
board/davinci. Move the davinci common headers to the architecture specific include file path. Signed-off-by:
Sughosh Ganu <urwithsughosh@gmail.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Nov 30, 2010
-
-
Stefano Babic authored
As more Davinci 8xx board can be added, move common code to be shared between boards. * rebased ontop of Sugosh's patches * moving the HAWKBOARD_KICK{0,1}_UNLOCK defines to arch/arm/include/asm/arch-davinci/davinci_misc.h from to arch/arm/include/asm/arch-davinci/da8xx_common.h * don't define dram functions in PRELOADER * move sync_env_enetaddr into existing EMAC ifdef * use misc.c in hawkboard nand_spl Signed-off-by:
Ben Gardiner <bengardiner@nanometrics.ca> Signed-off-by:
Stefano Babic <sbabic@denx.de> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Nov 29, 2010
-
-
Sughosh Ganu authored
board/davinci. Move the davinci common headers to the architecture specific include file path. Signed-off-by:
Sughosh Ganu <urwithsughosh@gmail.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Oct 12, 2010
-
-
Ben Gardiner authored
This patch proposes to migrate the davinci_emac driver to using the eth_device->write_hwaddr function pointer as suggested by Ben Warren. All the davinci boards had the behaviour, prior to this patch, of sync'ing the environment variable enetaddr with the MAC address read from non-volatile storage on boot -- when the two locations disagreed, the environment variable value took precendence. This patch keeps the same behaviour but lets eth_initialize take care of it. This patch refactors davinci_emac setup in the boards so that the MAC address is read from non-volatile storage into the environment variable and then the environment variable value is use in eth_intialize. The only exception is the direct call to davinci_eth_set_mac_addr made by the da830evm board init which was changed into an assignment of the enetaddr field. Signed-off-by:
Ben Gardiner <bengardiner@nanometrics.ca> Tested-by:
Nick Thompson <nick.thompson@ge.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
- Jul 15, 2010
-
-
Prakash PM authored
Existing code returns checkpatch error on pinmux macro definition for not enclosing the definition in parenthesis. The error can be observed in the patch generated from commit id bdc9c6c7. So macro implementation is modified to fix the error. Signed-off-by:
Prakash PM <prakash.pm@ti.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Jun 10, 2010
-
-
Sudhakar Rajashekhara authored
DA850/OMAP-L138 is a new SoC from Texas Instruments (http://focus.ti.com/docs/prod/folders/print/omap-l138.html ). This SoC is similar to DA830/OMAP-L137 in many aspects. Hence rename the da830 specific files and folders to da8xx to accommodate DA850/OMAP-L138. Signed-off-by:
Sudhakar Rajashekhara <sudhakar.raj@ti.com> Acked-by:
Ben Gardiner <bengardiner@nanometrics.ca> Reviewed-by:
Wolfgang Denk <wd@denx.de> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Sudhakar Rajashekhara authored
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.raj@ti.com> Acked-by:
Nick Thompson <nick.thompson@ge.com> Acked-by:
Ben Gardiner <bengardiner@nanometrics.ca> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Mar 23, 2010
-
-
Cyril Chemparathy authored
Modified to use IO accessor routines consistently. Eliminated volatile usage to keep checkpatch.pl happy. Signed-off-by:
Cyril Chemparathy <cyril@ti.com>
-
- Mar 07, 2010
-
-
Nick Thompson authored
Adds support for ethernet networking on the da830evm platform. This platform uses an SoC EMAC interface and a 3 port ethernet switch as a PHY with an RMII interface. The PHY also has a i2c interface for configuring the switch functions. Signed-off-by:
Nick Thompson <nick.thompson@ge.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Feb 12, 2010
-
-
Nick Thompson authored
The EVM UI extender card has a NAND device. This change will enable saveenv to work with NAND and Linux to be booted using: mtdparts default nboot kernel bootm Signed-off-by:
Nick Thompson <nick.thompson@ge.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
Nick Thompson authored
Tidyup the pin muxer configuration using the Davinci table driven pinmux configuration function and data tables. Signed-off-by:
Nick Thompson <nick.thompson@ge.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Jan 31, 2010
-
-
Nick Thompson authored
Tidyup the pin muxer configuration using the Davinci table driven pinmux configuration function and data tables. Signed-off-by:
Nick Thompson <nick.thompson@ge.com> Signed-off-by:
Sandeep Paulraj <s-paulraj@ti.com>
-
- Jan 09, 2010
-
-
Ajay Kumar Gupta authored
USB0_DRVVBUS pinmux configuration is required for USB functinality in uboot. Signed-off-by:
Ajay Kumar Gupta <ajay.gupta@ti.com> Signed-off-by:
Swaminathan S <swami.iyer@ti.com>
-
- Nov 27, 2009
-
-
Sekhar Nori authored
Add new directory for da830evm board Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum Digital EVM board. See http://www.spectrumdigital.com/ Provides: Initial boot and configuration. Support for i2c. UART support (console). Signed-off-by:
Nick Thompson <nick.thompson@gefanuc.com>
-