[U-Boot-Users] [PATCH] Implement factory defaults & passworded access

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(-)

In message 4146A00D.7020006@intracom.gr you wrote:
The following patch adds the following new functions to u-boot.
A factory defaults command & a method for setting them. This is highly board specific, but the generic functionality is straight forward. Please read README.
Password access to the command line based on an md5 crypted password using the same format as used in Unix.
I reject this patch as it contains unrelated and undocumented modi- fications (CONFIG_CRC32_VERIFY). Please clean up and resubmit.
Best regards,
Wolfgang Denk
participants (2)
-
Pantelis Antoniou
-
Wolfgang Denk