commit | 1f4476c30e024dc9cd44d5c42764234877f39dee | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 06 13:20:10 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 21 07:24:10 2014 +0100 |
tree | 9f0b5e3b81734484df64e8b679a0eb66532ec49a | |
parent | 83374334371abcb12a31f7425b0a4fa572e46c12 [diff] |
x86: Save the BIST value on reset The built in self test value is available in register eax on start-up. Save it so that it can be accessed later. Unfortunately we must wait until the global_data is available before we can do this, so there is a little bit of shuffling to keep it around. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>