Re: [U-Boot] [PATCH] autoboot.c: Add feature to stop autobooting via SHA256 encrypted password

2015-05-05 Thread Simon Glass
Hi Stefan, On 5 May 2015 at 09:06, Stefan Roese s...@denx.de wrote: Hi Simon, On 23.03.2015 21:28, Simon Glass wrote: Hi Stefan, On 13 March 2015 at 01:15, Stefan Roese s...@denx.de wrote: Hi Simon, On 13.03.2015 03:48, Simon Glass wrote: This patch adds the feature to only stop the

Re: [U-Boot] [PATCH] autoboot.c: Add feature to stop autobooting via SHA256 encrypted password

2015-05-05 Thread Stefan Roese
Hi Simon, On 23.03.2015 21:28, Simon Glass wrote: Hi Stefan, On 13 March 2015 at 01:15, Stefan Roese s...@denx.de wrote: Hi Simon, On 13.03.2015 03:48, Simon Glass wrote: This patch adds the feature to only stop the autobooting, and therefor boot into the U-Boot prompt, when the input

Re: [U-Boot] [PATCH] autoboot.c: Add feature to stop autobooting via SHA256 encrypted password

2015-03-23 Thread Simon Glass
Hi Stefan, On 13 March 2015 at 01:15, Stefan Roese s...@denx.de wrote: Hi Simon, On 13.03.2015 03:48, Simon Glass wrote: This patch adds the feature to only stop the autobooting, and therefor boot into the U-Boot prompt, when the input string / password matches a values that is encypted

Re: [U-Boot] [PATCH] autoboot.c: Add feature to stop autobooting via SHA256 encrypted password

2015-03-13 Thread Stefan Roese
Hi Simon, On 13.03.2015 03:48, Simon Glass wrote: This patch adds the feature to only stop the autobooting, and therefor boot into the U-Boot prompt, when the input string / password matches a values that is encypted via a SHA256 hash and saved in the environment. This feature is enabled by

Re: [U-Boot] [PATCH] autoboot.c: Add feature to stop autobooting via SHA256 encrypted password

2015-03-12 Thread Stefan Roese
Hi Tom, On 11.03.2015 15:36, Tom Rini wrote: On Wed, Mar 11, 2015 at 09:51:37AM +0100, Stefan Roese wrote: This patch adds the feature to only stop the autobooting, and therefor boot into the U-Boot prompt, when the input string / password matches a values that is encypted via a SHA256 hash

Re: [U-Boot] [PATCH] autoboot.c: Add feature to stop autobooting via SHA256 encrypted password

2015-03-12 Thread Simon Glass
Hi, On 11 March 2015 at 08:36, Tom Rini tr...@konsulko.com wrote: On Wed, Mar 11, 2015 at 09:51:37AM +0100, Stefan Roese wrote: This patch adds the feature to only stop the autobooting, and therefor boot into the U-Boot prompt, when the input string / password matches a values that is

[U-Boot] [PATCH] autoboot.c: Add feature to stop autobooting via SHA256 encrypted password

2015-03-11 Thread Stefan Roese
This patch adds the feature to only stop the autobooting, and therefor boot into the U-Boot prompt, when the input string / password matches a values that is encypted via a SHA256 hash and saved in the environment. This feature is enabled by defined these config options:

Re: [U-Boot] [PATCH] autoboot.c: Add feature to stop autobooting via SHA256 encrypted password

2015-03-11 Thread Tom Rini
On Wed, Mar 11, 2015 at 09:51:37AM +0100, Stefan Roese wrote: This patch adds the feature to only stop the autobooting, and therefor boot into the U-Boot prompt, when the input string / password matches a values that is encypted via a SHA256 hash and saved in the environment. This feature