summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2011-11-03mpc83xx: cosmetic: MPC8313ERDB.h checkpatch complianceJoe Hershberger
Signed-off-by: Joe Hershberger <[email protected]> Cc: Joe Hershberger <[email protected]> Signed-off-by: Kim Phillips <[email protected]>
2011-11-03mpc83xx: cosmetic: MPC8308RDB.h checkpatch complianceJoe Hershberger
Signed-off-by: Joe Hershberger <[email protected]> Cc: Joe Hershberger <[email protected]> Signed-off-by: Kim Phillips <[email protected]>
2011-11-03mpc83xx: cosmetic: MERGERBOX.h checkpatch complianceJoe Hershberger
Signed-off-by: Joe Hershberger <[email protected]> Cc: Joe Hershberger <[email protected]> Signed-off-by: Kim Phillips <[email protected]>
2011-11-03powerpc, mpc83xx: add DDR SDRAM Timing Configuration 3 definitionsHeiko Schocher
Signed-off-by: Heiko Schocher <[email protected]> Added its mask, too, for intra-file consistency. Signed-off-by: Kim Phillips <[email protected]>
2011-11-03cosmetic, powerpc, mpc83xx: checkpatch cleanupHeiko Schocher
Signed-off-by: Heiko Schocher <[email protected]> Signed-off-by: Kim Phillips <[email protected]>
2011-11-03Davinci: ea20: added PREBOOT to configurationStefano Babic
PREBOOT is used on the ea20 to load a splash image at the start up. Signed-off-by: Stefano Babic <[email protected]> CC: Sandeep Paulraj <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03Davinci: ea20: added I2C supportStefano Babic
Signed-off-by: Stefano Babic <[email protected]> CC: Sandeep Paulraj <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03Davinci: ea20: added video supportStefano Babic
Signed-off-by: Stefano Babic <[email protected]> Cc: Anatolij Gustschin <[email protected]> CC: Sandeep Paulraj <[email protected]> Acked-by: Anatolij Gustschin <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03Davinci: ea20: add gpio for keeping power on in board_late_initBastian Ruppert
The pin called HALTEN drives a transistor to operate the supply voltage. After HALTEN is high, the user can release the power switch button and the device will stay powered on. Signed-off-by: Bastian Ruppert <[email protected]> CC: [email protected] CC: [email protected] Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03Davinci: ea20: Add default U-Boot environmentStefano Babic
Signed-off-by: Stefano Babic <[email protected]> Signed-off-by: Bastian Ruppert <[email protected]> CC: Sandeep Paulraj <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03Davinci: ea20: Add NAND supportStefano Babic
Signed-off-by: Stefano Babic <[email protected]> CC: Sandeep Paulraj <[email protected]> CC: Scott Wood <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03Davinci: ea20: set console on UART0Bastian Ruppert
Signed-off-by: Bastian Ruppert <[email protected]> Signed-off-by: Stefano Babic <[email protected]> CC: Sandeep Paulraj <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03arm, davinci: add cam_enc_4xx supportHeiko Schocher
- DM368 SOC - booting with spl not with UBL from TI - before loading u-boot from NAND into RAM, test the RAM with the post memory test. If error is found, switch all LEDs on and halt system. - SPI Flash Dataflash Typ: M25PE80 - Ethernet DM9161BI - MMC - USB Signed-off-by: Heiko Schocher <[email protected]> Cc: Sandeep Paulraj <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: Igor Grinberg <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03omap3evm: fix errors caused by multiple definitionsSanjeev Premi
Fix these errors when building with recently added omap3_evm_quick_nand_config: env_nowhere.o: In function `env_relocate_spec': /home/premi/u-boot/common/env_nowhere.c:40: multiple definition of `env_relocate_spec' env_nand.o:/home/premi/u-boot/common/env_nand.c:416: first defi ned here env_nowhere.o: In function `env_get_char_spec': /home/premi/u-boot/common/env_nowhere.c:44: multiple definition of `env_get_char_spec' env_nand.o:/home/premi/u-boot/common/env_nand.c:77: first defin ed here env_nowhere.o: In function `env_init': /home/premi/u-boot/common/env_nowhere.c:54: multiple definition of `env_init' env_nand.o:/home/premi/u-boot/common/env_nand.c:144: first defi ned here env_nowhere.o: In function `env_relocate_spec': /home/premi/u-boot/common/env_nowhere.c:40: multiple definition of `env_ptr' env_nand.o:/home/premi/u-boot/common/env_nand.c:77: first defin ed here Signed-off-by: Sanjeev Premi <[email protected]> Cc: Sandeep Paulraj <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03omap3evm: Add (quick) configuration for NAND onlySanjeev Premi
Add an optimized board configuration that only supports boot from NAND. Signed-off-by: Sanjeev Premi <[email protected]> Cc: Sandeep Paulraj <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03omap3evm: Add (quick) configuration for MMC/SD onlySanjeev Premi
Add an optimized board configuration that only supports boot from MMC/SD. Signed-off-by: Sanjeev Premi <[email protected]> Cc: Sandeep Paulraj <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03omap3evm: move common config options to new fileSanjeev Premi
This patch moves common config options to a new file. Common options can now be included in other board configs for this evm. Signed-off-by: Sanjeev Premi <[email protected]> Cc: Sandeep Paulraj <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03omap3evm: Prepare to split configurationSanjeev Premi
This patch marks the beginning of steps that would lead to clean and easy split of the configuration file. Common portion can then be re-used by other configurations. Signed-off-by: Sanjeev Premi <[email protected]> Cc: Sandeep Paulraj <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03omap3evm: Reorder related config optionsSanjeev Premi
This patch brings related config options together. Most config options won't be evaluated for numerical value, but they are being set to 1. This patch also removes this assignment. Some formatting changes were also done for consistent look-n-feel after the movement. The patch doesn't make/include any other functional change. Signed-off-by: Sanjeev Premi <[email protected]> Cc: Sandeep Paulraj <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03arm/km: portl2 environment address update to P1BThomas Herzmann
The environment eeprom is now at a different MUX address. Signed-off-by: Thomas Herzmann <[email protected]> Signed-off-by: Holger Brunck <[email protected]> cc: Prafulla Wadaskar <[email protected]>
2011-11-03arm/km: enable jffs2 cmdsHolger Brunck
Signed-off-by: Holger Brunck <[email protected]> Signed-off-by: Valentin Longchamp <[email protected]> cc: Prafulla Wadaskar <[email protected]>
2011-11-03arm/km: trigger reconfiguration for the Xilinx FPGAHolger Brunck
The Xilinx FPGA must be reconfigured each time the unit reboots. The FPGA is connected to the GPIO pin 39 from kirkwood. This patch triggers this pin for km_kirkwood_pci targets. Signed-off-by: Holger Brunck <[email protected]> Signed-off-by: Valentin Longchamp <[email protected]> cc: Prafulla Wadaskar <[email protected]>
2011-11-03arm/km: add boardid and hwkey to kernel command lineHolger Brunck
We need in some cases a possibility for the kernel to distinguish on which board he is running. On powerpc we did this with different dts files. On arm currently we can't do this, so add boardid and hwkey to the kernel command line and use it later on in the kernel code. Signed-off-by: Holger Brunck <[email protected]>
2011-11-03ARM: Reintroduce MACH_TYPE_KM_KIRKWOOD for keymile ARM boardsValentin Longchamp
We got dropped from Linux mach-types.h because of a lack of mainline support and this is needed since the last Linux/u-boot mach-types synchro. This patch also defines CONFIG_MACH_TYPE for all keymile boards, as this is a mandatory CONFIG for ARM boards now. The initialization of gd->bd->bi_arch_number is removed form km_arm.c, our board file. Signed-off-by: Valentin Longchamp <[email protected]> Signed-off-by: Holger Brunck <[email protected]> Signed-off-by: Prafulla Wadaskar <[email protected]>
2011-11-03netspace_v2: enable I2C EEPROM supportSimon Guinot
An I2C EEPROM HT24LC04 (512B) is available on the netspace_v2 board (and parents). This EEPROM hold data such as Ethernet MAC addresses and power flags. Signed-off-by: Simon Guinot <[email protected]>
2011-11-03netspace_v2: fix SDRAM configurationSimon Guinot
Network Space (Max) v2 and Internet Space v2 boards have different SDRAM configuration and size: respectively 256MB (DDR2 1Gb, 128Mbx8 organisation) and 128MB (DDR2 512Mb, 64Mbx8 organisation). To handle the differences, this patch add a dedicated kwimage.cfg file for Internet Space v2. Additionnaly the number of SDRAM banks is fixed. Signed-off-by: Simon Guinot <[email protected]>
2011-11-03arm/km: add variable waitforne to mgcoge3unHolger Brunck
Add this board specific variable to the default environment of this board. Signed-off-by: Holger Brunck <[email protected]> Signed-off-by: Valentin Longchamp <[email protected]> cc: Prafulla Wadaskar <[email protected]>
2011-11-03gplugD: Fix for error:MACH_TYPE_SHEEVAD undeclaredAjay Bhargav
This patch fix the build failure (error: 'MACH_TYPE_SHEEVAD' undeclared (first use in this function)) for gplugD due to recent sync of mach-types.h with its linux original. Signed-off-by: Ajay Bhargav <[email protected]>
2011-11-03am335x: Temporarily add MACH_TYPE defineTom Rini
This is registered and can be removed at the next sync up. Signed-off-by: Tom Rini <[email protected]>
2011-11-03misc:pmic:samsung Enable PMIC driver at C210 Universal targetŁukasz Majewski
Enable support for PMIC driver at C210 Universal reference target. Signed-off-by: Lukasz Majewski <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-11-03dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p UNIVERSAL C210 targetŁukasz Majewski
Define the D-cache line size for S5PC210 UNIVERSAL reference target. Signed-off-by: Lukasz Majewski <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Acked-by: Anton Staaf <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-11-03dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI targetŁukasz Majewski
Define the D-cache line size for S5PC110 GONI reference target. Signed-off-by: Lukasz Majewski <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Acked-by: Anton Staaf <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-11-03smdkv310: use macro for mmc data read function addressChander Kashyap
board/samsung/smdkv310/mmc_boot.c: Removed the typedef for "mmc data read API (copy_sd_mmc_to_mem)" as it is used only once and replaced hard-coded API address value by macro. Signed-off-by: Chander Kashyap <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-11-03smdkv310: use spl framework for mmc splChander Kashyap
smdkv310 board was using mmc_spl framework for mmc spl support. This patch migrates the framework from mmc_spl to spl. Signed-off-by: Chander Kashyap <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-11-03SMDKV310: Initialize board id using CONFIG_MACH_TYPEChander Kashyap
Use CONFIG_MACH_TYPE generic macro to initialize board id. Signed-off-by: Chander Kashyap <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-11-03ORIGEN : enable device tree supportAngus Ainslie
Enable passing a flattened device tree to the kernel. Signed-off-by: Angus Ainslie <[email protected]> Acked-by: Chander Kashyap <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-11-03MX25: tx25: Fix building due to missing MACH_TYPEStefano Babic
Added MACH_TYPE for the tx25 to the configuration file. The MACH_TYPE is dropped from mach-types.h after last sync with kernel. Signed-off-by: Stefano Babic <[email protected]>
2011-11-03mx31: Add board support for HALE TT-01Helmut Raiger
This adds basic board support for TT-01 based on the Bluetechnix i.MX31 SOM. Currently only NOR-Flash boot is implemented. Signed-off-by: Helmut Raiger <[email protected]> Acked-by: Stefano Babic <[email protected]>
2011-11-03MX35: add support for flea3 boardStefano Babic
The flea3 board is a custom board by CarMediaLab used in automotive. Network (FEC), NOR, NAND and SPI are supported. Signed-off-by: Stefano Babic <[email protected]>
2011-11-03MX51: vision2: add MACH_TYPE in config fileStefano Babic
Add the MACH type to the configuration file. Maybe the board will be not pushed into linux ML, but it remains compatible with older kernels. Signed-off-by: Stefano Babic <[email protected]>
2011-11-03mx51evk: Remove unused get_board_rev functionFabio Estevam
No board information is passed for MX51EVK, so remove get_board_rev function. Signed-off-by: Fabio Estevam <[email protected]>
2011-11-03mx51evk: Remove unneeded '1' from mx51evk.hFabio Estevam
Remove unneeded '1' from mx51evk.h. Signed-off-by: Fabio Estevam <[email protected]>
2011-11-03mx35pdk: Add RTC supportFabio Estevam
MX35PDK has an MC13892 PMIC. Add RTC support. Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Stefano Babic <[email protected]> Tested-by: Stefano Babic <[email protected]>
2011-11-03mx51evk: Add RTC supportFabio Estevam
MX51EVK has a MC13892 PMIC. Add RTC support. Tested via 'date' command that reads the PMIC RTC registers: MX51EVK U-Boot > date Date: 1970-01-01 (Thursday) Time: 0:40:35 Signed-off-by: Fabio Estevam <[email protected]>
2011-11-03rtc: Make mc13783-rtc driver genericFabio Estevam
Rename mc13783-rtc so that it can be used for both MC13783 and MC13892 PMICs. efikamx board, for example, does use a MC13892 PMIC, but the RTC selection is currently made as: #define CONFIG_RTC_MC13783 ,which is not very obvious. Let the MC13783 and MC13892 RTC be selected by: #define CONFIG_RTC_MC13XXX Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Stefano Babic <[email protected]>
2011-11-03qong: remove unneeded "1" from qong.hFabio Estevam
Remove unneeded "1" from qong.h. Signed-off-by: Fabio Estevam <[email protected]>
2011-11-03mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIMEWolfgang Grandegger
Signed-off-by: Wolfgang Grandegger <[email protected]> Acked-by: Stefano Babic <[email protected]>
2011-11-03sandbox: put stdin into raw modeMike Frysinger
This allows us to act like a serial device: we get tab chars and CTRL+C and respond appropriately. Signed-off-by: Mike Frysinger <[email protected]> Tested-by: Simon Glass <[email protected]>
2011-11-03sandbox/tegra2: fix typo in autocomplete defineMike Frysinger
Signed-off-by: Mike Frysinger <[email protected]> Acked-by: Simon Glass <[email protected]>
2011-11-03mmc: sdhci: add mmc structure for hostLei Wen
So that sdhci host would tell in the driver that the mmc current attributes. Signed-off-by: Lei Wen <[email protected]>