commit | 11ba714bffb321b0e1070f37f2bec0f29312713d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:56:51 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Oct 11 16:45:05 2019 +0800 |
tree | fc59b3658480f1cdb7404bf3b52cb0f1a02631a4 | |
parent | 298ad4d60c860379f2c9b0fe3ff070e8aaf31465 [diff] |
x86: Panic when SPL or TPL fail At present when these fail to boot there is no message, just a hang. Add a panic so it is obvious that something when wrong. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>