summaryrefslogtreecommitdiffstats
path: root/board/tqm5200
Commit message (Collapse)AuthorAgeFilesLines
* TQM5200: Add Flat Device Tree support, update default env. accordingly.Bartlomiej Sieka2007-06-081-0/+11
| | | | | Signed-off-by: Jan Wrobel <wrr@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
* CAM5200 flash driver modifications:Marian Balakowicz2007-01-101-2/+2
| | | | | - use CFI driver (replaces custom flash driver) for main 'cam5200' target - add second build target 'cam5200_niosflash' which still uses custom driver
* Updates for TQM5200 modules:Wolfgang Denk2006-11-232-2/+2
| | | | | - fix off-by-one error in board/tqm5200/cam5200_flash.c error message - simplify "udate" definitions
* - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change theBartlomiej Sieka2006-11-011-5/+3
| | | | | | | | MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with MPC5XXX_WU_GPIO_DATA_O for affected boards. - Add defintions for some MPC5XXX GPIO pins.
* TQM5200: perform POST memory test only on STK52xx carrier board.Wolfgang Denk2006-10-091-0/+4
| | | | | (and then only if PSC6_3 is read as "1" when booting). Patch by Martin Krause, 21 Jun 2006
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-091-1/+1
| | | | Based on patch by Mike Frysinger, 20 Jun 2006
* Coding style cleanupWolfgang Denk2006-10-091-1/+1
|
* Update for CAM5200 board:Marian Balakowicz2006-10-032-1/+790
| | | | | | | - Map in a additional chip selects CS4 and CS5. - Modify the port configration, configure six UARTs and no PCI, ATA and USB. - Add custom flash driver to handle specific byte swapping
* Disable autoboot abort for FO300 when silent mode is enabledWolfgang Denk2006-09-131-30/+44
| | | | | (according to S1 switch setting). Patch by Marian Balakowicz, 12 Sep 2006
* Merge with /home/m8/git/u-bootWolfgang Denk2006-09-042-8/+12
|\
| * Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-012-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory.
* | Code cleanupWolfgang Denk2006-08-271-3/+3
|/
* Minor cleanupWolfgang Denk2006-08-181-1/+1
|
* Add support for WTK FO300 board (TQM5200 based).Marian Balakowicz2006-08-182-3/+88
|
* Add configuration for cam5200 board (based on TQM5200S).Wolfgang Denk2006-07-221-2/+2
|
* * Cleanup TQM5200 board configurations:Wolfgang Denk2006-07-211-15/+22
| | | | | | | | | | | - make highboot configurations use environment at high end, too, to avoid flash fragmentation - always use redundand environment - don't enable video code for modules without graphics controller - provide useful (though different) mtdparts settings - get rid of CONFIG_CS_AUTOCONF which was always set anyway * Extend mkconfig tool to print more useful target name
* Add support for high-boot on TQM5200 and TQM5200S boards.Wolfgang Denk2006-07-191-0/+5
| | | | | | | | | | | Hint: the CPLD on the TQM5200 must be programmed with a software version supporting the high boot option! The new TQM5200S is already supporting this option. On the TQM5200 this option will be supported in configurations with MPC5200 rev B processors. To actually "high boot", set jumper X30 on the STK52xx. Patch by Martin Krause, 12 Jul 2006
* Add support for new TQM5200 revisionsWolfgang Denk2006-07-192-6/+33
| | | | | | | - Support for TQM5200S (short version without graphic controller) - Support for modules with 'N' type S29GL128N Spansion flashes (requires changes to flash layout) - Support for MPC5200B cpu (mostly support for second SDRAM bank)
* Add support for TB5200 boardWolfgang Denk2006-07-194-3/+115
| | | | | | | | The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module integrated in a little aluminium case. Patch by Martin Krause, 8 Jun 2006 Some code cleanup
* Remove obsolete flash driver board/tqm5200/flash.cWolfgang Denk2006-06-162-498/+0
| | | | Patch by Martin Krause, 11 Jan 2006
* Adjust TQM5200 make targetsWolfgang Denk2006-06-161-18/+2
| | | | | | | | | Make the automatic CS configuration the default. The dedicated configurations CONFIG_TQM5200_AA, CONFIG_TQM5200_AB and CONFIG_TQM5200_AC are removed. "TQM5200_config" is now the default for STK52XX.200 base boards. On a STK52XX.100 base board "TQM5200_STK100_config" must be used. Patch by Martin Krause, 07 Nov 2005
* (no commit message)Wolfgang Denk2005-12-121-0/+1
|
* Cleanup for GCC-4.xWolfgang Denk2005-10-132-6/+6
|
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-311-0/+2
| | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
* Add new board specific commands for TQM5200/STK52XXWolfgang Denk2005-08-192-1/+1222
| | | | | | - Sound commands (beep, wav, sound) - Test commands (led, can, backlight, rs232) Patch by Martin Krause, 02 May 2005
* Fix initialization problem on TQM5200 without SM501Wolfgang Denk2005-08-181-9/+41
| | | | Patch by Martin Krause, 8 Apr. 2005
* Add configuration for IFM AEV FIFO board.Wolfgang Denk2005-08-101-0/+4
| | | | Minor coding style cleanup.
* Patches by Martin Krause, 22 Mar 2005:wdenk2005-03-271-5/+139
| | | | | | | | - use TQM5200_auto as MAKEALL target for TQM5200 systems - add support for SM501 graphics controller - add support for graphic console on TQM5200 - add support for TQM5200 Rev 200 - cleanup, fix typo in include/configs/TQM5200.h
* Code cleanup.wdenk2004-12-161-11/+11
|
* Patch by Martin Krause, 27 Oct 2004:wdenk2004-12-122-6/+123
| | | | | - add support for "STK52xx" board (including PS/2 multiplexer) - add hardware detection for TQM5200
* * Cleanupwdenk2004-07-111-4/+4
| | | | | | | | | * Patch by Mark Jonas, 05 Jul 2004: add support for the Total5100's and Total5200's LCD screen * Patches by Dan Eisenhut, 01 Jul 2004: - README fixes. - Move doc2000.h include to prevent compiler warning on some boards
* * Patch by Martin Krause, 30 Jun 2004:wdenk2004-07-116-0/+1140
Add support for TQM5200 board * Patch by Martin Krause, 29 Jun 2004: Add loopw command: infinite write loop on address range
OpenPOWER on IntegriCloud