Re: [U-Boot] [PATCH 18/20] Add Chrome OS config header

2015-05-18 Thread Simon Glass
Hi Stephen, On 15 May 2015 at 09:27, Stephen Warren wrote: > On 05/13/2015 07:19 AM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 25 February 2015 at 16:28, Stephen Warren >> wrote: >>> >>> >>> On 02/17/2015 03:29 PM, Simon Glass wrote: From: Doug Anderson This header

Re: [U-Boot] [PATCH 18/20] Add Chrome OS config header

2015-05-15 Thread Stephen Warren
On 05/13/2015 07:19 AM, Simon Glass wrote: Hi Stephen, On 25 February 2015 at 16:28, Stephen Warren wrote: On 02/17/2015 03:29 PM, Simon Glass wrote: From: Doug Anderson This header includes useful scripts which can be used with any board that can boot Chrome OS. In particular, 'run nvbo

Re: [U-Boot] [PATCH 18/20] Add Chrome OS config header

2015-05-13 Thread Simon Glass
Hi Stephen, On 25 February 2015 at 16:28, Stephen Warren wrote: > > On 02/17/2015 03:29 PM, Simon Glass wrote: >> >> From: Doug Anderson >> >> This header includes useful scripts which can be used with any board that >> can boot Chrome OS. >> >> In particular, 'run nvboot' will boot a board with

Re: [U-Boot] [PATCH 18/20] Add Chrome OS config header

2015-02-26 Thread thomas.langer
Hello Stephen, >> diff --git a/include/configs/chromeos.h b/include/configs/chromeos.h >> >> +/* Stringify a token */ >> +#ifndef STRINGIFY >> +#define _STRINGIFY(x) #x >> +#define STRINGIFY(x)_STRINGIFY(x) >> +#endif > > Shouldn't that be in some common header so it isn't ever dup

Re: [U-Boot] [PATCH 18/20] Add Chrome OS config header

2015-02-25 Thread Stephen Warren
On 02/17/2015 03:29 PM, Simon Glass wrote: From: Doug Anderson This header includes useful scripts which can be used with any board that can boot Chrome OS. In particular, 'run nvboot' will boot a board without verified boot enabled. I think this needs a bit of minification for an upstream U

[U-Boot] [PATCH 18/20] Add Chrome OS config header

2015-02-17 Thread Simon Glass
From: Doug Anderson This header includes useful scripts which can be used with any board that can boot Chrome OS. In particular, 'run nvboot' will boot a board without verified boot enabled. Signed-off-by: Doug Anderson Signed-off-by: Simon Glass --- include/configs/chromeos.h | 464 +++