commit | 3d95688c85aa26dea5d98e277d724aff571a1b4e | [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 | 548aefa5b9e5c31681e0a8bd78e96b66eedd1137 [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>