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
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
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
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
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
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 +++
6 matches
Mail list logo