Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix merge problems | Stefan Roese | 2008-08-06 | -3/+3 |
| | | | | Signed-off-by: Stefan Roese <sr@denx.de> | |||
* | [BUILD] conditionally compile common/cmd_*.c in common/Makefile | Grant Likely | 2007-11-20 | -4/+0 |
| | | | | | | | Modify common/Makefile to conditionally compile the cmd_*.c files based on the board config. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | |||
* | [FIX] repair MFSL commands | Michal Simek | 2007-09-24 | -8/+8 |
| | ||||
* | synchronizition with mainline | Michal Simek | 2007-09-24 | -6/+5 |
| | ||||
* | Merge git://www.denx.de/git/u-boot | Michal Simek | 2007-08-07 | -2/+2 |
|\ | ||||
| * | common/: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | -1/+1 |
| | | | | | | | | | | | | | | | | Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. Those always evaluated TRUE, and thus were always compiled even when IDE really wasn't defined/wanted. Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
| * | common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. | Jon Loeliger | 2007-07-08 | -1/+1 |
| | | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
| * | common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -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> | |||
* | | [FIX] correct help for rspr | Michal Simek | 2007-07-13 | -5/+6 |
|/ | ||||
* | Fix compile problem cause my Microblaze merge | Stefano Babic | 2007-05-16 | -1/+1 |
| | | | | Signed-off-by: Stefano Babic <sbabic@denx.de> | |||
* | add: reading special purpose registers | Michal Simek | 2007-05-08 | -10/+33 |
| | ||||
* | add: FSL control read and write | Michal Simek | 2007-05-08 | -72/+195 |
| | ||||
* | fix: read and write MSR - repair number of parameters | Michal Simek | 2007-05-07 | -1/+1 |
| | ||||
* | new: add writing to msr register | Michal Simek | 2007-05-07 | -4/+10 |
| | ||||
* | new: FSL and MSR support | Michal Simek | 2007-05-05 | -0/+265 |