]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: ivybridge: Check BIST value on boot
authorSimon Glass <sjg@chromium.org>
Thu, 13 Nov 2014 05:42:20 +0000 (22:42 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 06:34:14 +0000 (07:34 +0100)
commit94060ff278e3ed4d91e4605701231d194a5013a3
treebc32859eb9ac1c865050ef190db6208478ddf9a9
parentf5fbbe95798dba8f1536892598afbf33b5c07b5f
x86: ivybridge: Check BIST value on boot

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 <sjg@chromium.org>
arch/x86/cpu/ivybridge/cpu.c