
Hi
The following patch adds the following new functions to u-boot.
1) A factory defaults command & a method for setting them. This is highly board specific, but the generic functionality is straight forward. Please read README.
2) Password access to the command line based on an md5 crypted password using the same format as used in Unix.
The board support bits for my boards will be committed shortly.
Regards
Pantelis
* Patch by Pantelis Antoniou, 14 Sep 2004: Implement factory defaults command. Implement passworded access.
README | 46 +++ common/Makefile | 2 common/cmd_access.c | 229 +++++++++++++++++ common/main.c | 7 include/common.h | 22 + lib_generic/Makefile | 2 lib_generic/md5.c | 650 +++++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 956 insertions(+), 2 deletions(-)