summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeLines
...
* | OMAP: Remove omapfb.debug=y from Beagle and Overo env settingsSteve Sakoman2011-09-04-4/+0
| | | | | | | | | | | | | | The kernel DSS2 code is mature now, and keeping this setting hurts performance Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | da850: add support for Spectrum Digital AM18xx EVMManjunathappa, Prakash2011-09-04-0/+1
| | | | | | | | | | | | | | | | | | | | The AM18xx EVM contains winbond SPI flash instead of ST SPI flash in comparison with logic PD da850/omap-l138 EVM. So enable configuration to look for winbond flash. Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com> Signed-off-by: Nagabhushana Netagunte <nagabhushana.netagunte@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | da850: add support to wake up DSP during board initNagabhushana Netagunte2011-09-04-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | add support for DSP wake-up by default on DA850/OMAP-L138 during board initialization. Enable hwconfig environment and added extra env setting through CONFIG_EXTRA_ENV_SETTINGS. To prevent DSP from being woken up,set the environment variable as, set hwconfig "dsp:wake=no" Signed-off-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Nagabhushana Netagunte <nagabhushana.netagunte@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | da850: modify the U-Boot prompt stringNagabhushana Netagunte2011-09-04-1/+1
| | | | | | | | | | | | | | | | Modify U-Boot prompt string from "DA850-evm >" to "U-Boot >". Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com> Signed-off-by: Nagabhushana Netagunte <nagabhushana.netagunte@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | da850: add NOR boot mode supportNagabhushana Netagunte2011-09-04-0/+17
| | | | | | | | | | | | | | | | | | Add pin-mux support for NOR in board file and correspanding macros to use NOR boot mode in configuration file. Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com> Signed-off-by: Nagabhushana Netagunte <nagabhushana.netagunte@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | da850: indicate cache usage disable in config fileNagabhushana Netagunte2011-09-04-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there are cache coherency issues when using the DAVINCI Ethernet driver, hence caches cant be used for da850 u-boot. As per new cache management framework,if the caches are not used in u-boot, it needs to be explicitly indicated through macros in config file. CACHE disable is indicated by the following macro definitions in config file, 1. CONFIG_SYS_ICACHE_OFF 2. CONFIG_SYS_DCACHE_OFF 3. CONFIG_SYS_L2CACHE_OFF Signed-off-by: Nagabhushana Netagunte <nagabhushana.netagunte@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | dm365: modify boot prompt from dm365 to dm36xRajashekhara, Sudhakar2011-09-04-1/+1
| | | | | | | | | | | | | | | | | | | | Newer version for DM365 silicon support higher speeds and is called DM368. Modify the bootprompt string DM365 to DM36x. Signed-off-by: Rajashekhara, Sudhakar <sudhakar.raj@ti.com> Signed-off-by: Nagabhushana Netagunte <nagabhushana.netagunte@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | dm365: disable cache usage due to coherency issuesNagabhushana Netagunte2011-09-04-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there are cache coherency issues when using the DAVINCI Ethernet driver, hence caches cant be used for d365 u-boot. As per new cache management framework,if the caches are not used in u-boot, it needs to be explicitly indicated through macros in config file. CACHE disable is indicated by the following macro definitions in config file, 1. CONFIG_SYS_ICACHE_OFF 2. CONFIG_SYS_DCACHE_OFF 3. CONFIG_SYS_L2CACHE_OFF Signed-off-by: Nagabhushana Netagunte <nagabhushana.netagunte@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | dm6446: disable cache usage due to coherency issuesNagabhushana Netagunte2011-09-04-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there are cache coherency issues when using the DAVINCI Ethernet driver, hence caches cant be used for dm6446 u-boot. As per new cache management framework,if the caches are not used in u-boot, it needs to be explicitly indicated through macros in config file. CACHE disable is indicated by the following macro definitions in config file, 1. CONFIG_SYS_ICACHE_OFF 2. CONFIG_SYS_DCACHE_OFF 3. CONFIG_SYS_L2CACHE_OFF Signed-off-by: Nagabhushana Netagunte <nagabhushana.netagunte@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | devkit8000: Use generic MMC driverTom Rini2011-09-04-4/+6
| | | | | | | | | | | | | | | | Switch from the legacy omap3 mmc driver to the new generic omap hsmmc driver. This patch is based on the work done for Beagle, etc. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | TI OMAP3 SDP3430: Use generic MMC driverTom Rini2011-09-04-1/+2
| | | | | | | | | | | | | | | | Switch from the legacy omap3 mmc driver to the new generic omap hsmmc driver. This patch is based on the work done for Beagle, etc. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | AM3517 CraneBoard: Use generic MMC driverTom Rini2011-09-04-4/+6
| | | | | | | | | | | | | | | | Switch from the legacy omap3 mmc driver to the new generic omap hsmmc driver. This patch is based on the work done for Beagle, etc. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | OMAP3: pandora: Use generic MMC driverTom Rini2011-09-04-2/+3
| | | | | | | | | | | | | | | | Switch from the legacy omap3 mmc driver to the new generic omap hsmmc driver. This patch is based on the work done for Beagle, etc. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | OMAP3: Zoom2: Use generic MMC driverTom Rini2011-09-04-1/+2
| | | | | | | | | | | | | | | | Switch from the legacy omap3 mmc driver to the new generic omap hsmmc driver. This patch is based on the work done for Beagle, etc. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | OMAP3: Zoom1: Use generic MMC driverTom Rini2011-09-04-4/+6
| | | | | | | | | | | | | | | | Switch from the legacy omap3 mmc driver to the new generic omap hsmmc driver. This patch is based on the work done for Beagle, etc. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | OMAP3: DIG297: Use generic MMC driverTom Rini2011-09-04-2/+3
| | | | | | | | | | | | | | | | Switch from the legacy omap3 mmc driver to the new generic omap hsmmc driver. This patch is based on the work done for Beagle, etc. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | OMAP3: CM-T35: Use generic MMC driverTom Rini2011-09-04-1/+2
| | | | | | | | | | | | | | | | Switch from the legacy omap3 mmc driver to the new generic omap hsmmc driver. This patch is based on the work done for Beagle, etc. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | am3517evm: Use generic MMC driverVaibhav Hiremath2011-09-04-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Switch from the legacy mmc driver to the new generic mmc driver. This patch is based on similar patch for beagle[1]. [1] http://git.denx.de/?p=u-boot.git;a=commitdiff_plain;h=0cd31144240 Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by: Sanjeev Premi <premi@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | omap3evm: Use generic MMC driverVaibhav Hiremath2011-09-04-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Switch from the legacy mmc driver to the new generic mmc driver. This patch is based on similar patch for beagle[1]. [1] http://git.denx.de/?p=u-boot.git;a=commitdiff_plain;h=0cd31144240 Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by: Sanjeev Premi <premi@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | OMAP3/4: Increase console I/O buffer sizeVaibhav Hiremath2011-09-04-9/+9
| | | | | | | | | | | | | | | | | | Increase the console I/O buffer size (SYS_CBSIZE) to 512 (from 256) required especially for bootargs string, as multiple options (e.g Video settings) are passed to the kernel through bootargs. Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
* | PXA: vpac270: Remove re-defined CONFIG_SYS_TEXT_BASEMarek Vasut2011-09-04-1/+0
| | | | | | | | Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
* | PXA: Fix CSB226, fix monitor lengthMarek Vasut2011-09-04-1/+1
| | | | | | | | | | | | This is what was probably intended by the original author. Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
* | arm: do not force d-cache enable on all boardsAneesh V2011-09-04-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | c2dd0d45540397704de9b13287417d21049d34c6 added dcache_enable() to board_init_r(). This enables d-cache for all ARM boards. As a result some of the arm boards that are not cache-ready are broken. Revert this change and allow platform code to take the decision on d-cache enabling. Also add some documentation for cache usage in ARM. Signed-off-by: Aneesh V <aneesh@ti.com>
* | ORIGEN: Add MMC SPL supportChander Kashyap2011-09-04-0/+8
| | | | | | | | | | | | | | Adds mmc boot support. Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
* | ARMV7: Add support for Samsung ORIGEN boardChander Kashyap2011-09-04-0/+160
| | | | | | | | | | | | | | | | Origen board is based upon S5PV310 SoC which is similiar to S5PC210 SoC. Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
* | i2c:gpio:s5p: Enable I2C GPIO on the GONI targetƁukasz Majewski2011-09-04-0/+12
| | | | | | | | | | | | | | | | | | This patch enables the software I2C for GONI reference target. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> Cc: Heiko Schocher <hs@denx.de>
* | ARM: remove broken "at91rm9200dk" boardWolfgang Denk2011-09-04-202/+0
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | ARM: remove broken "m501sk" boardWolfgang Denk2011-09-04-228/+0
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | ARM: remove broken "kb9202" boardWolfgang Denk2011-09-04-196/+0
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | ARM: remove broken "csb637" boardWolfgang Denk2011-09-04-196/+0
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | ARM: remove broken "cmc_pu2" boardWolfgang Denk2011-09-04-238/+0
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | ARM: remove broken "at91cap9adk" boardWolfgang Denk2011-09-04-218/+0
| | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Stelian Pop <stelian.pop@leadtechdesign.com>
* | ARM: remove broken "voiceblue" boardWolfgang Denk2011-09-04-241/+0
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | ARM: remove broken "smdk2400" boardWolfgang Denk2011-09-04-189/+0
| | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Gary Jennejohn <garyj@denx.de>
* | ARM: remove broken "sbc2410x" boardWolfgang Denk2011-09-04-220/+0
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | ARM: remove broken "netstar" boardWolfgang Denk2011-09-04-245/+0
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | ARM: remove broken "mx1fs2" boardWolfgang Denk2011-09-04-305/+0
| | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | ARM: remove broken "lpd7a40x" boardsWolfgang Denk2011-09-04-394/+0
| | | | | | | | | | | | Remove lpd7a400 and lpd7a404 boards. Signed-off-by: Wolfgang Denk <wd@denx.de>
* | ARM: remove broken "edb93xx" boardsWolfgang Denk2011-09-04-269/+0
| | | | | | | | | | | | | | Remove edb9301, edb9302, edb9302a, edb9307, edb9307a, edb9312, edb9315 and edb9315a boards. Signed-off-by: Wolfgang Denk <wd@denx.de>
* | ARM: remove broken "B2" boardWolfgang Denk2011-09-04-216/+0
| | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Andrea Scian <andrea.scian@dave-tech.it>
* | ARM: remove broken "armadillo" boardWolfgang Denk2011-09-04-157/+0
| | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Rowel Atienza <rowel@diwalabs.com>
* | ARM: remove broken "assabet" boardWolfgang Denk2011-09-04-173/+0
| | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: George G. Davis <gdavis@mvista.com>
* | MX31: imx31_litekit: make use of GPIO frameworkStefano Babic2011-09-04-0/+1
| | | | | | | | Signed-off-by: Stefano Babic <sbabic@denx.de>
* | MX31: mx31ads: make use of GPIO frameworkStefano Babic2011-09-04-0/+1
| | | | | | | | Signed-off-by: Stefano Babic <sbabic@denx.de>
* | MX5: mx51evk: make use of GPIO frameworkStefano Babic2011-09-04-0/+1
| | | | | | | | Signed-off-by: Stefano Babic <sbabic@denx.de>
* | MX35: mx35pdk: make use of GPIO frameworkStefano Babic2011-09-04-0/+1
| | | | | | | | Signed-off-by: Stefano Babic <sbabic@denx.de>
* | IMX: uniform GPIO interface using GPIO frameworkStefano Babic2011-09-04-57/+0
| | | | | | | | | | | | | | | | | | IMX processors has a slightly different interface to access GPIOs and do not make use of the provided GPIO framework. The patch substitutes mxc_ specific functions and make use of the API in asm/gpio.h Signed-off-by: Stefano Babic <sbabic@denx.de>
* | MX35: MX35PDK: support additional RAM on CSD1Stefano Babic2011-09-04-3/+3
| | | | | | | | | | | | | | Modules on mx35pdk have additional 128MB memory connected to CSD1. Signed-off-by: Stefano Babic <sbabic@denx.de>
* | ARM: versatilepb : drop warnings due to double definitionsStefano Babic2011-09-04-4/+0
| | | | | | | | | | | | | | CONFIG_ARCH_VERSATILE_PB is defined twice - drop the define from config.h. Signed-off-by: Stefano Babic <sbabic@denx.de>
* | omap4: increase SRAM budget to fix build errorAneesh V2011-09-04-2/+2
| | | | | | | | | | | | | | Signed-off-by: Aneesh V <aneesh@ti.com> Cc: Dirk Behme <dirk.behme@googlemail.com> Cc: Sandeep Paulraj <s-paulraj@ti.com> Acked-by: Dirk Behme<dirk.behme@googlemail.com>