x86: Show an error when a BIOS exception occurs
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:38:44 +0000 (21:38 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:08:44 +0000 (17:08 +0800)
commit78f24d8f3415a9ceec993231b81efaa30e2a3cdc
tree64b9aec8ef54824171893614d9de9b4f5140f5ec
parent67884002f48ecf9e39f9402bc3866c8674ada563
x86: Show an error when a BIOS exception occurs

Rather than silently hanging, show an error first. This can happen when
there is something wrong with the video BIOS.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/bios.c