summaryrefslogtreecommitdiffstats
path: root/include/configs/NC650.h
Commit message (Collapse)AuthorAgeFilesLines
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-201-2/+2
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* Support passing of OF flat trees to the kernel.Wolfgang Denk2005-10-131-13/+11
| | | | Patch by Pantelis Antoniou, 04 Sep 2005
* Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk2005-08-081-3/+21
| | | | | | | | Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning.
* Major upate of JFFS2 code; now in sync with snapshot of MTD CVS ofwdenk2005-05-051-0/+6
| | | | | March 13, 2005); new configuration options CONFIG_JFFS2_LZO and CONFIG_JFFS2_LZARI are added. Both are undefined by default.
* Fix problems with SNTP support;wdenk2005-04-021-2/+4
| | | | enable SNTP support in some boards.
* Patches by Martin Krause, 22 Mar 2005:wdenk2005-03-271-1/+1
| | | | | | | | - 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
* Patch by Detlev Zundel, 14 Mar 2005:wdenk2005-03-141-3/+9
| | | | NC650: changed NAND flash addressing to using UPMB
* * Update for AT91RM9200DK and CMC_PU2 boards:wdenk2004-11-211-2/+0
| | | | | | | - Enable booting directly from flash - fix CMC_PU2 flash driver * Fix mkimage usage message
* Map SRAM on NC650 boardwdenk2004-11-171-0/+15
|
* * Enable NAND flash support for NC650 board.wdenk2004-10-111-9/+43
| | | | | * Patch by Thomas Lange 07 Oct 2004: Updated README for DBAu1x00 boards to match current status
* * Patch by Stephen Williams, 15 July 2004wdenk2004-09-281-2/+2
| | | | | | | | Set the PCI class code for JSE board as part of PCI interface setup * Patch by Michael Bendzick, 15 Jul 2004: Fix problem with writes with odd sizes in drivers/cfi_flash.c when CFG_FLASH_USE_BUFFER_WRITE is set
* * Patch by Yuli Barcohen, 13 Jul 2004:wdenk2004-09-281-6/+6
| | | | | | | | Allow clock setting on MPC866/MPC885 series chips according to environment variable `cpuclk' * Patch by Yuli Barcohen, 20 Apr 2004: Remove unnecessary redefine of CPM_DATAONLY_SIZE for MPC826x
* Add support for IDS "NC650" boardwdenk2004-08-281-0/+347
OpenPOWER on IntegriCloud