summaryrefslogtreecommitdiff
path: root/include/configs/xsengine.h
Commit message (Collapse)AuthorAgeLines
* Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk2005-08-08-3/+17
| | | | | | | | 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.
* Patch by Steven Scholz, 4 Apr 2005:wdenk2005-04-04-6/+0
| | | | | | - remove all references to CONFIG_INIT_CRITICAL for ARM based boards - introduce two new configuration options instead: CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
* Prepare for SoC rework of ARM code:wdenk2005-04-02-1/+1
| | | | | - rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
* Patch by Kurt Stremerch, 28 May 2004:wdenk2004-06-09-0/+183
Add support for Exys XSEngine board Some code cleanup.