summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2011-06-21Build fix/update of AFEB9260Sergey Lapin
Make AFEB9260 build again. Based on fix for AT91SAM9260EK. Signed-off-by: Sergey Lapin <[email protected]>
2011-06-21cpu9260/9G20: fix board supportEric Benard
Signed-off-by: Eric Bénard <[email protected]>
2011-06-21AT91 rework: fix TOP9000 files to build againReinhard Meyer
Fix EMK TOP9000 board to build again: - changes required due to ATMEL rework Signed-off-by: Reinhard Meyer <[email protected]>
2011-06-21AT91 rework: fix at91sam(9260/9g20/9xe)ek board port to build again:Reinhard Meyer
Make ATMEL's at91sam9260/9g20/9xe-ek boards build again Signed-off-by: Reinhard Meyer <[email protected]>
2011-06-21Add support for Bluewater Systems Snapper 9260/9G20 modulesRyan Mallon
Add support for Bluewater Systems AT91 based Snapper 9260 and 9G20 single board computer modules. Includes NAND flash and Ethernet support. Signed-off-by: Ryan Mallon <[email protected]>
2011-06-21update arm/at91rm9200 work with rework rework110202Jens Scharsig
* convert at91rm9200ek and eb_cpux9k2 board to ATMEL_xxx name scheme * Fix: timer.c compile error io.h not found with arm/at91rm9200 * update arm920t/at91 to ATMEL_xxx name scheme * update arm920t/at91 soc lib * update at91_emac driver Signed-off-by: Jens Scharsig <[email protected]> Tested-by: Andreas Bießmann <[email protected]>
2011-06-21mx31pdk: Add DHCP commandFabio Estevam
Signed-off-by: Fabio Estevam <[email protected]>
2011-06-21imx31_phycore: Fix build by using new relocation schemeFabio Estevam
Signed-off-by: Fabio Estevam <[email protected]>
2011-06-21mx1ads: Fix build by using new relocation schemeFabio Estevam
Signed-off-by: Fabio Estevam <[email protected]>
2011-06-21MX31: QONG: drop config.mkStefano Babic
Remove obsolete config.mk from QONG board. Signed-off-by: Stefano Babic <[email protected]>
2011-06-21omap730p2: fix build breaksAneesh V
Provide SDRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-06-21omap2420h4: fix build breaksAneesh V
DRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-06-21omap1610inn: fix build breaksAneesh V
Provide SDRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-06-21omap1510inn: fix build breaksAneesh V
Provide SDRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-06-21omap5912osk: fix build breaksAneesh V
Provide SDRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-06-21omap1610h2: fix build breaksAneesh V
Provide SDRAM base address and use SRAM for initial stack Signed-off-by: Aneesh V <[email protected]> Signed-off-by: Sandeep Paulraj <[email protected]>
2011-06-08Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
* 'master' of git://git.denx.de/u-boot-arm: SMDK6400: fix the compiler error imx27lite: Remove local config.mk mx31ads: Fix environment location on flash imx31_litekit: Remove local config.mk mx31litekit: Fix boot with the new relocation scheme. mx31ads: Use the new relocation scheme
2011-06-07imx27lite: Remove local config.mkFabio Estevam
Local board config.mk should be avoided. Place CONFIG_SYS_TEXT_BASE definition into the board config file instead. Signed-off-by: Fabio Estevam <[email protected]>
2011-06-07mx31ads: Fix environment location on flashFelix Radensky
At the moment u-boot and u-boot environment on flash have overlapping addresses, so each u-boot update erases the environment. Fix this by placing evironment right after u-boot. Also, remove confusing comment about environment location. Signed-off-by: Felix Radensky <[email protected]>
2011-06-07imx31_litekit: Remove local config.mkFabio Estevam
Local board config.mk should be avoided. Place CONFIG_SYS_TEXT_BASE definition into the board config file instead. Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Stefano Babic <[email protected]>
2011-06-06mx31litekit: Fix boot with the new relocation scheme.Fabio Estevam
imx31_litekit has been converted to the new relocation scheme, but it does not boot. Make the boot functional by using board_early_init_f . Signed-off-by: Fabio Estevam <[email protected]> Tested-by: Magnus Lilja <[email protected]>
2011-06-06mx31ads: Use the new relocation schemeFabio Estevam
This fixes the MX31ADS build by using the new relocation scheme. Signed-off-by: Fabio Estevam <[email protected]> Tested-by: Felix Radensky <[email protected]>
2011-06-03Blackfin: cm-bf537e/cm-bf537u/tcm-bf537: update embedded env settingsHarald Krapfenbauer
The recent commit ea882baf9c1 broke embedding environments in the middle of a sector, so relocate it to the start of the 2nd sector. Signed-off-by: Harald Krapfenbauer <[email protected]> Signed-off-by: Mike Frysinger <[email protected]>
2011-06-03Blackfin: bf548-ezkit/bf561-ezkit: update env locationMike Frysinger
Relocate the env to one of the small end sectors to avoid issues with embedding it, such as support being broken (by recent commit ea882baf9c1), and for taking a while to save updates. Signed-off-by: Mike Frysinger <[email protected]>
2011-06-01armv7: Add support for ST-Ericsson U8500 href platformJohn Rigby
Minimal platform support to boot linux from SD. Supported devices/hw limited to external MMC/SD slot, GPIO, I2C and minimal PRCMU. Signed-off-by: John Rigby <[email protected]> CC: Albert Aribaud <[email protected]>
2011-05-31Kirkwood: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPTAlbert ARIBAUD
2011-05-31arm/km: update mgcoge3un board supportHolger Brunck
We change default settings for egiga on mgcoge3un. The reason we need this is that we have the gig port on mgcoge3un connected using a back-to-back pair of PHYs. There are no magnetics and because of that the port has to be run with a fixd configuration and auto-negotiation must be disabled. In the default mode the egiga driver uses autoneg to determine port speed - which defaults to 1G (we need 100M full duplex). Add wait for the GPIO line connected to mgcoge3ne before starting mgcoge3un. A board specific ethernet present function was added, because on this board ethernet is always present. The BOCO FPGA access was enhanced and changed to use register definitions. Signed-off-by: Holger Brunck <[email protected]> Signed-off-by: Valentin Longchamp <[email protected]> Acked-by: Heiko Schocher <[email protected]> cc: Wolfgang Denk <[email protected]> cc: Detlev Zundel <[email protected]> cc: Prafulla Wadaskar <[email protected]>
2011-05-31arm/km: rename mgcoge2un to mgcoge3unValentin Longchamp
The mgcoge2un target was only an intermediate step to mgcoge3un. For this reason the mgcoge2un support was moved to mgcoge3un, because it isn't needed to support both targets. We add the BootROM init file for the mgcoge3un memphis RAM. We also move the suen3 and suen8 boards into the correct category in the MAINTAINERS file. Signed-off-by: Valentin Longchamp <[email protected]> Signed-off-by: Holger Brunck <[email protected]> Acked-by: Heiko Schocher <[email protected]> cc: Wolfgang Denk <[email protected]> cc: Detlev Zundel <[email protected]> cc: Prafulla Wadaskar <[email protected]>
2011-05-31arm/km: add second serial interface for kirkwoodHolger Brunck
Signed-off-by: Holger Brunck <[email protected]> Signed-off-by: Valentin Longchamp <[email protected]> Acked-by: Heiko Schocher <[email protected]> cc: Wolfgang Denk <[email protected]> cc: Detlev Zundel <[email protected]> cc: Prafulla Wadaskar <[email protected]>
2011-05-31arm/km: disable ls (through jffs2 support)Valentin Longchamp
This is not supported on our km-arm boards since we have defined CONFIG_SYS_NO_FLASH for our NAND Flash chip. With CONFIG_CMD_JFFS2, the ls command is present and works very badly on our km-arm boards. Signed-off-by: Valentin Longchamp <[email protected]> Signed-off-by: Holger Brunck <[email protected]> Acked-by: Heiko Schocher <[email protected]> Acked-by: Prafulla Wadaskar <[email protected]> cc: Wolfgang Denk <[email protected]> cc: Detlev Zundel <[email protected]>
2011-05-31arm/km: introduce bootcount env variable and clean km_armValentin Longchamp
This environment variable is used to set the bootcount address for the kernel. last_stage_init is not available for arm platforms. So the calls to set_km_var and set_bootcount_addr are done in misc_init_r. Additionally some unneeded printouts were removed. Signed-off-by: Valentin Longchamp <[email protected]> Signed-off-by: Holger Brunck <[email protected]> Acked-by: Heiko Schocher <[email protected]> cc: Wolfgang Denk <[email protected]> cc: Detlev Zundel <[email protected]> cc: Prafulla Wadaskar <[email protected]>
2011-05-31arm/km: move CONFIG_EXTRA_ENV_SETTINGS from board to km_arm fileValentin Longchamp
Since all the boards define the same env settings, this simplifies the board files. Signed-off-by: Valentin Longchamp <[email protected]> cc: Holger Brunck <[email protected]> cc: Heiko Schocher <[email protected]> cc: Wolfgang Denk <[email protected]> cc: Detlev Zundel <[email protected]> cc: Prafulla Wadaskar <[email protected]>
2011-05-31arm/km: remove CONFIG_SYS_KWD_CONFIG from keymile-common.hValentin Longchamp
This define is marvell specific, so it should be present in km_arm. It is however not needed there either, since we set it to the default value that is already set in include/asm/arch-kirkwood/config.h Signed-off-by: Valentin Longchamp <[email protected]> cc: Holger Brunck <[email protected]> cc: Prafulla Wadaskar <[email protected]> cc: Heiko Schocher <[email protected]> cc: Wolfgang Denk <[email protected]> cc: Detlev Zundel <[email protected]>
2011-05-26ARMV7: Add support for Samsung SMDKV310 BoardChander Kashyap
SMDKV310 board is based on Samsung S5PV310 SOC. This SOC is very much similar to S5PC210. Signed-off-by: Chander Kashyap <[email protected]> Signed-off-by: Tushar Behera <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-05-26SMDK2410: various cleanup/code style fixesDavid Müller (ELSOFT AG)
Signed-off-by: David Müller <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-05-26SMDK2410: use the CFI driver (and remove the old one)David Müller (ELSOFT AG)
Signed-off-by: David Müller <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-05-26SMDK2410: remove unneeded config.mkDavid Müller (ELSOFT AG)
Signed-off-by: David Müller <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-05-26SMDK2410: activate ARM relocation featureDavid Müller (ELSOFT AG)
Signed-off-by: David Müller <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2011-05-23VCMA9: use ARM relocation feature to fix build errorDavid Müller (ELSOFT AG)
Signed-off-by: David Müller <[email protected]>
2011-05-23MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files.Fabio Estevam
commit ed59e58 (Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ) made the definition of CONFIG_SYS_BOOTMAPSZ unnecessary. Signed-off-by: Fabio Estevam <[email protected]> Acked-by: Jason Liu <[email protected]>
2011-05-23MX51: vision2: Fix build for vision2 board.Fabio Estevam
config.mk should not be used in board directory and should be removed. Use the same approach for building the image as other MX51/MX53 boards. After this change vision2 board can be built again. Signed-off-by: Fabio Estevam <[email protected]>
2011-05-23MX53: Add initial support for MX53SMD board.Fabio Estevam
Signed-off-by: Fabio Estevam <[email protected]>
2011-05-23MX53: support for freescale MX53LOCO boardJason Liu
This patch add initial support for freescale MX53LOCO board. Network(FEC),SD/MMC,UART have been supported by this patch Signed-off-by: Jason Liu <[email protected]>
2011-05-23mx5: Fix CONFIG_OF_LIBFDT redefined warningShawn Guo
With the following commit, CONFIG_OF_LIBFDT is redefined. 2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683 Add CONFIG_OF_LIBFDT to more boards. Remove the duplicated definition to fix CONFIG_OF_LIBFDT redefined warning. Signed-off-by: Shawn Guo <[email protected]>
2011-05-23mx5: Remove unnecessary CONFIG_SYS_BOOTMAPSZ definitionShawn Guo
Since the following commit, definition CONFIG_SYS_BOOTMAPSZ is not needed any more. ed59e58786cae9f8afcb575649afc65985beed4d Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ Signed-off-by: Shawn Guo <[email protected]>
2011-05-23mx31pdk: Clean up mx31pdk.h fileFabio Estevam
No need to use '#define SYMBOL 1' to make it active. Signed-off-by: Fabio Estevam <[email protected]>
2011-05-19Minor coding style cleanup.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2011-05-19TFTP: add tftpsrv commandLuca Ceresoli
Signed-off-by: Luca Ceresoli <[email protected]> Cc: Wolfgang Denk <[email protected]> Acked-by: Detlev Zundel <[email protected]>
2011-05-19Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
* 'master' of git://git.denx.de/u-boot-mpc85xx: powerpc/85xx: add support for env in MMC/SPI on corenet ds boards powerpc/85xx: Enable eSPI support on corenet ds boards
2011-05-18km/common: add pnvramsize to default environmentHolger Brunck
The pnvram size was used later from start scripts in linux. Therefore it was added to the default environment. Signed-off-by: Holger Brunck <[email protected]> Signed-off-by: Valentin Longchamp <[email protected]> Acked-by: Heiko Schocher <[email protected]> cc: Wolfgang Denk <[email protected]> cc: Detlev Zundel <[email protected]>