summaryrefslogtreecommitdiff
path: root/include/configs
AgeCommit message (Collapse)Author
2011-09-04beagle: pass expansionboard name in bootargsKoen Kooi
Signed-off-by: Koen Kooi <[email protected]> Signed-off-by: Joel A Fernandes <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04OMAP: Remove omapfb.debug=y from Beagle and Overo env settingsSteve Sakoman
The kernel DSS2 code is mature now, and keeping this setting hurts performance Signed-off-by: Steve Sakoman <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04da850: add support for Spectrum Digital AM18xx EVMManjunathappa, Prakash
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 <[email protected]> Signed-off-by: Nagabhushana Netagunte <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04da850: add support to wake up DSP during board initNagabhushana Netagunte
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 <[email protected]> Signed-off-by: Nagabhushana Netagunte <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04da850: modify the U-Boot prompt stringNagabhushana Netagunte
Modify U-Boot prompt string from "DA850-evm >" to "U-Boot >". Signed-off-by: Sudhakar Rajashekhara <[email protected]> Signed-off-by: Nagabhushana Netagunte <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04da850: add NOR boot mode supportNagabhushana Netagunte
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 <[email protected]> Signed-off-by: Nagabhushana Netagunte <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04da850: indicate cache usage disable in config fileNagabhushana Netagunte
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 <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04dm365: modify boot prompt from dm365 to dm36xRajashekhara, Sudhakar
Newer version for DM365 silicon support higher speeds and is called DM368. Modify the bootprompt string DM365 to DM36x. Signed-off-by: Rajashekhara, Sudhakar <[email protected]> Signed-off-by: Nagabhushana Netagunte <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04dm365: disable cache usage due to coherency issuesNagabhushana Netagunte
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 <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04dm6446: disable cache usage due to coherency issuesNagabhushana Netagunte
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 <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04devkit8000: Use generic MMC driverTom Rini
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 <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04TI OMAP3 SDP3430: Use generic MMC driverTom Rini
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 <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04AM3517 CraneBoard: Use generic MMC driverTom Rini
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 <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04OMAP3: pandora: Use generic MMC driverTom Rini
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 <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04OMAP3: Zoom2: Use generic MMC driverTom Rini
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 <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04OMAP3: Zoom1: Use generic MMC driverTom Rini
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 <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04OMAP3: DIG297: Use generic MMC driverTom Rini
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 <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04OMAP3: CM-T35: Use generic MMC driverTom Rini
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 <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04am3517evm: Use generic MMC driverVaibhav Hiremath
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 <[email protected]> Signed-off-by: Sanjeev Premi <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04omap3evm: Use generic MMC driverVaibhav Hiremath
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 <[email protected]> Signed-off-by: Sanjeev Premi <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04OMAP3/4: Increase console I/O buffer sizeVaibhav Hiremath
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 <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-09-04PXA: vpac270: Remove re-defined CONFIG_SYS_TEXT_BASEMarek Vasut
Signed-off-by: Marek Vasut <[email protected]>
2011-09-04PXA: Fix CSB226, fix monitor lengthMarek Vasut
This is what was probably intended by the original author. Signed-off-by: Marek Vasut <[email protected]>
2011-09-04ORIGEN: Add MMC SPL supportChander Kashyap
Adds mmc boot support. Signed-off-by: Chander Kashyap <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-09-04ARMV7: Add support for Samsung ORIGEN boardChander Kashyap
Origen board is based upon S5PV310 SoC which is similiar to S5PC210 SoC. Signed-off-by: Chander Kashyap <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-09-04i2c:gpio:s5p: Enable I2C GPIO on the GONI targetƁukasz Majewski
This patch enables the software I2C for GONI reference target. Signed-off-by: Lukasz Majewski <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Signed-off-by: Minkyu Kang <[email protected]> Cc: Heiko Schocher <[email protected]>
2011-09-04ARM: remove broken "at91rm9200dk" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "m501sk" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "kb9202" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "csb637" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "cmc_pu2" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "at91cap9adk" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Stelian Pop <[email protected]>
2011-09-04ARM: remove broken "voiceblue" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "smdk2400" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Gary Jennejohn <[email protected]>
2011-09-04ARM: remove broken "sbc2410x" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "netstar" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "mx1fs2" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "lpd7a40x" boardsWolfgang Denk
Remove lpd7a400 and lpd7a404 boards. Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "edb93xx" boardsWolfgang Denk
Remove edb9301, edb9302, edb9302a, edb9307, edb9307a, edb9312, edb9315 and edb9315a boards. Signed-off-by: Wolfgang Denk <[email protected]>
2011-09-04ARM: remove broken "B2" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Andrea Scian <[email protected]>
2011-09-04ARM: remove broken "armadillo" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: Rowel Atienza <[email protected]>
2011-09-04ARM: remove broken "assabet" boardWolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]> Cc: George G. Davis <[email protected]>
2011-09-04MX31: imx31_litekit: make use of GPIO frameworkStefano Babic
Signed-off-by: Stefano Babic <[email protected]>
2011-09-04MX31: mx31ads: make use of GPIO frameworkStefano Babic
Signed-off-by: Stefano Babic <[email protected]>
2011-09-04MX5: mx51evk: make use of GPIO frameworkStefano Babic
Signed-off-by: Stefano Babic <[email protected]>
2011-09-04MX35: mx35pdk: make use of GPIO frameworkStefano Babic
Signed-off-by: Stefano Babic <[email protected]>
2011-09-04MX35: MX35PDK: support additional RAM on CSD1Stefano Babic
Modules on mx35pdk have additional 128MB memory connected to CSD1. Signed-off-by: Stefano Babic <[email protected]>
2011-09-04ARM: versatilepb : drop warnings due to double definitionsStefano Babic
CONFIG_ARCH_VERSATILE_PB is defined twice - drop the define from config.h. Signed-off-by: Stefano Babic <[email protected]>
2011-09-04omap4: increase SRAM budget to fix build errorAneesh V
Signed-off-by: Aneesh V <[email protected]> Cc: Dirk Behme <[email protected]> Cc: Sandeep Paulraj <[email protected]> Acked-by: Dirk Behme<[email protected]>
2011-09-03mx5: Remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFFJason Liu
CONFIG_L2_OFF is obsolete after the following commit: e47f2db5371047eb9bcd115fee084e6a8a92a239 armv7: rename cache related CONFIG flags Replace the cache related CONFIG flags with more meaningful names. Following are the changes: CONFIG_L2_OFF -> CONFIG_SYS_L2CACHE_OFF Since imx5 does not provide L2 cache operations(Enable/Disable) Simply remove CONFIG_L2_OFF and CONFIG_SYS_L2CACHE_OFF Signed-off-by: Jason Liu <[email protected]> Cc:Stefano Babic <[email protected]> Acked-by: Stefano Babic <[email protected]>