Re: [U-Boot] [PATCH 31/39] x86: ivybridge: Check BIST value on boot

2014-11-10 Thread Simon Glass
Hi Bin, On 9 November 2014 19:50, Bin Meng bmeng...@gmail.com wrote: Hi Simon, On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org 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:

Re: [U-Boot] [PATCH 31/39] x86: ivybridge: Check BIST value on boot

2014-11-09 Thread Bin Meng
Hi Simon, On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org 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 s...@chromium.org --- arch/x86/cpu/ivybridge/cpu.c | 16

[U-Boot] [PATCH 31/39] x86: ivybridge: Check BIST value on boot

2014-11-06 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 s...@chromium.org --- arch/x86/cpu/ivybridge/cpu.c | 16 1 file changed, 16 insertions(+) diff --git