HI, this will allow to request password when try to interrupt barebox auto boot This will also allow to set a default password if none in the env and if no /env/bin/init is present request a login Jean-Christophe PLAGNIOL-VILLARD (4): login: add globalvar timeout support login: disable input console if password wrong login/passwd: add default password support defaultenv-2: add login support commands/login.c | 32 +++++++++++++++++++++++++++++++- commands/passwd.c | 8 ++++---- common/Kconfig | 5 +++++ common/Makefile | 18 ++++++++++++++++++ common/console.c | 6 ++++++ common/console_common.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ common/console_simple.c | 9 ++++++++- common/password.c | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------- common/startup.c | 2 ++ defaultenv-2/base/bin/init | 16 ++++++++++++++++ include/console.h | 3 +++ include/password.h | 22 +++++++++++++++++----- 12 files changed, 236 insertions(+), 24 deletions(-) Best Regards, J. _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox