Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Change all '$(...)' variable references into '${...}' | Wolfgang Denk | 2005-11-20 | -2/+2 |
| | | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version. | |||
* | Fix problems with SNTP support; | wdenk | 2005-04-02 | -3/+4 |
| | | | | enable SNTP support in some boards. | |||
* | * Code cleanup: | wdenk | 2003-06-27 | -4/+4 |
| | | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen) | |||
* | * Use 1-byte-read instead of -write for iprobe() function | wdenk | 2002-12-17 | -1/+6 |
| | | | | | | Add i2c commands to PM826 config * extend I2C POST code: check for list on known addresses | |||
* | Initial revision | wdenk | 2002-11-03 | -0/+472 |