Re: [U-Boot] [PATCH v3 17/26] x86: ivybridge: Check BIST value on boot

2014-11-20 Thread Simon Glass
On 13 November 2014 06:42, Simon Glass wrote: > The built-in self test value should be checked before we continue booting. > Refuse to continue if there is something wrong. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > arch/x86/cpu/ivybridge/cpu.c | 16 ++

[U-Boot] [PATCH v3 17/26] x86: ivybridge: Check BIST value on boot

2014-11-12 Thread Simon Glass
The built-in self test value should be checked before we continue booting. Refuse to continue if there is something wrong. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/x86/cpu/ivybridge/cpu.c | 16 1 file changed, 16 insertions(+) diff --git a/a