summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mpc86xx: Remove old CFG_CMD_* references.Jon Loeliger2007-07-051-6/+6
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Add MPC8568MDS to MAKEALL 85xx target.Jon Loeliger2007-07-051-4/+4
| | | | | | It was missing from the original port submission. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* include/configs: Use new CONFIG_CMD_* in 85xx board config files.Jon Loeliger2007-07-0515-350/+280
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Fix #if typo in CONFIG_CMD_* changes.Jon Loeliger2007-07-051-1/+1
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Merge with git://www.denx.de/git/u-boot-testingWolfgang Denk2007-07-040-0/+0
|\
| * Fix Makefile to use $(MKCONFIG) macro for all board portsGrant Likely2007-07-041-8/+8
| | | | | | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* | Fix Makefile to use $(MKCONFIG) macro for all board portsGrant Likely2007-07-041-8/+8
|/ | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Correct fixup relocation for mpc83xxGrant Likely2007-07-043-2/+2
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Correct fixup relocation for mpc8260Grant Likely2007-07-046-5/+2
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Correct fixup relocation for mpc824xGrant Likely2007-07-044-3/+3
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Correct fixup relocation for mpc8220Grant Likely2007-07-043-2/+2
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Correct fixup relocation for MPC5xxxGrant Likely2007-07-044-3/+2
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Correct relocation fixup for mpc5xxGrant Likely2007-07-043-2/+2
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Don't set gd->reloc_off if relocation of .fixup works correctlyGrant Likely2007-07-041-0/+5
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Remove obsolete mpc83xx linker scriptsGrant Likely2007-07-047-859/+0
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Consolidate mpc8260 linker scriptsGrant Likely2007-07-043-375/+0
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Remove obsolete mpc824x linker scriptsGrant Likely2007-07-0410-1298/+0
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Remove obsolete mpc824x linker scripts (3 of 4)Grant Likely2007-07-0410-1293/+0
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Remove obsolete mpc824x linker scripts (2 of 4)Grant Likely2007-07-049-1146/+0
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Remove obsolete mpc824x linker scripts (1 of 4)Grant Likely2007-07-049-1187/+0
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Remove obsolete mpc8220 linker scriptsGrant Likely2007-07-042-250/+0
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Remove obsolete mpc5xxx linker scripts (3 of 3)Grant Likely2007-07-043-408/+0
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Remove obsolete mpc5xxx linker scripts (2 of 3)Grant Likely2007-07-047-871/+0
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Remove obsolete mpc5xxx linker scripts (1 of 3)Grant Likely2007-07-048-998/+0
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Remove obsolete mpc5xx linker scriptsGrant Likely2007-07-042-280/+0
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Consolidate mpc83xx linker scriptsGrant Likely2007-07-042-0/+126
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Consolidate mpc8260 linker scriptsGrant Likely2007-07-045-0/+134
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Consolidate mpc824x linker scriptsGrant Likely2007-07-043-0/+130
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Consolidate mpc8220 linker scriptsGrant Likely2007-07-042-0/+128
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Consolidate mpc5xxx linker scriptsGrant Likely2007-07-046-0/+267
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Consolidate mpc5xx linker scriptsGrant Likely2007-07-042-0/+143
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Fix a few file permission problems.Wolfgang Denk2007-07-0410-0/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Minor coding style cleanup. Rebuild CHANGELOG file.Wolfgang Denk2007-07-042-37/+645
|
* configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.Jon Loeliger2007-07-041-36/+22
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* README: Rewrite command line config to use CONFIG_CMD_* names.Jon Loeliger2007-07-041-93/+86
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-047-11/+10
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-1/+1
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-0452-77/+77
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-0453-75/+75
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-0423-45/+45
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-0428-95/+96
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-048-34/+36
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-042-17/+18
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-0422-22/+22
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-048-54/+56
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-045-24/+24
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-0423-35/+37
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-0435-57/+59
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-0413-15/+15
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-0425-71/+92
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
OpenPOWER on IntegriCloud