summaryrefslogtreecommitdiff
path: root/include/configs
AgeCommit message (Collapse)Author
2011-11-05at91: defined mach-types for otc570 board in board config fileDaniel Gorsulowski
quotation from Albert ARIBAUD: "Recently the ARM mach-types.h file has been brought in sync with its Linux original, leasing to a number of boards not being listed any more, as the new list only contains boards which have actual Linux support or were declared less than one year ago. The symptom is a build failure with a message of the form "error: 'MACH_TYPE_XXXXXX' undeclared (first use in this function)". U-Boot maintainers of such boards (in Cc: of this mail) should provide a patch to re-introduce the MACH_TYPE_XXXXXX definition in their boards' config header file in include/configs/." Signed-off-by: Daniel Gorsulowski <[email protected]>
2011-11-05at91: defined mach-types for meesc board in board config fileDaniel Gorsulowski
quotation from Albert ARIBAUD: "Recently the ARM mach-types.h file has been brought in sync with its Linux original, leasing to a number of boards not being listed any more, as the new list only contains boards which have actual Linux support or were declared less than one year ago. The symptom is a build failure with a message of the form "error: 'MACH_TYPE_XXXXXX' undeclared (first use in this function)". U-Boot maintainers of such boards (in Cc: of this mail) should provide a patch to re-introduce the MACH_TYPE_XXXXXX definition in their boards' config header file in include/configs/." Signed-off-by: Daniel Gorsulowski <[email protected]>
2011-11-04qong: enable support for compressed imagesWolfgang Denk
- enable support for unzip command - enable support for compressed bitmap images We also have to increase the malloc() arena a bit for this. Signed-off-by: Wolfgang Denk <[email protected]> Cc: Stefano Babic <[email protected]>
2011-11-04imx: imx31_phycore.h: fix checkpatch warningsAnatolij Gustschin
Cleanup board config file and fix issues reported by checkpatch.pl script. Signed-off-by: Anatolij Gustschin <[email protected]> Cc: Stefano Babic <[email protected]> Acked-by: Stefano Babic <[email protected]>
2011-11-04vision2: Remove unused get_board_rev functionFabio Estevam
No board information is passed for VISION2, so remove get_board_rev function. Signed-off-by: Fabio Estevam <[email protected]>
2011-11-04mx53smd: Remove unused get_board_rev functionFabio Estevam
No board information is passed for MX53SMD, so remove get_board_rev function. Signed-off-by: Fabio Estevam <[email protected]>
2011-11-04mx53ard: Remove unused get_board_rev functionFabio Estevam
No board information is passed for MX53ARD, so remove get_board_rev function. Signed-off-by: Fabio Estevam <[email protected]>
2011-11-04mx53evk: Remove unused get_board_rev functionFabio Estevam
No board information is passed for MX53EVK, so remove get_board_rev function. Cc: Jason Liu <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Jason Liu <[email protected]>
2011-11-04mx53evk: Add RTC supportFabio Estevam
MX53EVK has an MC13892 PMIC. Add RTC support. Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Jason Liu < [email protected]>
2011-11-04mx53loco: Remove unused get_board_rev functionFabio Estevam
No board information is passed for MX53LOCO, so remove get_board_rev function. Cc: Jason Liu <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Jason Liu <[email protected]>
2011-11-04mx53evk: Remove unneeded '1' from mx53evk.hFabio Estevam
Remove unneeded '1' from mx53evk.h. Cc: Jason Liu <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Jason Liu <[email protected]>
2011-11-04OMAP3: mvblx: Initial support for mvBlueLYNX-XMichael Jones
Add support for the MATRIX VISION mvBlueLYNX-X, an OMAP3-based intelligent camera. Signed-off-by: Michael Jones <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-04ARM: dig297: Define MACH_TYPE_OMAP3_CPS and CONFIG_MACH_TYPELuca Ceresoli
MACH_TYPE_OMAP3_CPS was dropped in the latest mach-types sync (47af6f61bcd9) because it is not mainlined in Linux. Signed-off-by: Luca Ceresoli <[email protected]> Cc: Sandeep Paulraj <[email protected]> Cc: Albert Aribaud <[email protected]> Cc: Wolfgang Denk <[email protected]> CC: Tom Rini <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-11-03powerpc/mpc83xx: Add 512MB DDR support for mpc8360emdsJerry Huang
The new MPC8360EMDS board supports 512MB DDR since 2008. For 512MB DDR: BAT0 is used for the first 256MB memory, BAT4 is used for the second 256MB memory and the address space of SDRAM follows the DDR, so if the size of DDR is 256MB, the BAT4 will be used for SDRAM and if the size of DDR is 512MB, the BAT4 will be used for the second 256MB memory and there is no BAT for SDRAM. Therefore, if the size of DDR is 512MB, this patch will use BAT6 for SDRAM and BAT5 will be used for PCI MEM to replace the BAT6 after the codes relocates to the DDR. Signed-off-by: Jerry Huang <[email protected]> CC: Kim Phillips <[email protected]>
2011-11-03mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds codeJoe Hershberger
Rename CONFIG_SYS_DDR_CONFIG to include which CS it is configuring Cleanup the setting of the csnbds to respect the setting of CONFIG_SYS_DDR_SDRAM_BASE Use __ilog2 instead of writing the code to compute it Disable unused CS configs Ensure ddrlaw.bar is configured Signed-off-by: Joe Hershberger <[email protected]> Cc: Joe Hershberger <[email protected]> Signed-off-by: Kim Phillips <[email protected]>
2011-11-03mpc83xx: Cleanup usage of LBC constantsJoe Hershberger
Signed-off-by: Joe Hershberger <[email protected]> Cc: Joe Hershberger <[email protected]> Signed-off-by: Kim Phillips <[email protected]>
2011-11-03mpc83xx: Cleanup usage of DDR constantsJoe Hershberger
Signed-off-by: Joe Hershberger <[email protected]> Cc: Joe Hershberger <[email protected]> Signed-off-by: Kim Phillips <[email protected]>
2011-11-03mpc83xx: Cleanup usage of BAT constantsJoe Hershberger
Signed-off-by: Joe Hershberger <[email protected]> Cc: Joe Hershberger <[email protected]> Signed-off-by: Kim Phillips <[email protected]>
2011-11-03mpc83xx: cosmetic: vme8349.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: ve8313.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: sbc8349.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: mpc8308_p1m.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: kmeter1.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: TQM834x.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: SIMPC8313.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: MVBLM7.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: MPC837XERDB.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: MPC837XEMDS.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: MPC8360ERDK.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: MPC8360EMDS.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: MPC8349ITX.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: MPC8349EMDS.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: MPC832XEMDS.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: MPC8323ERDB.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: MPC8315ERDB.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: 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-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]>