commit | 7c10e111c18d73e1bb9c64c79e778c9976900d05 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 15 21:39:01 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 17:12:26 2023 +0800 |
tree | be170f9b8324bdffa20bdbd707ff7ba1aad96da8 | |
parent | 352525801992799b9bb289e3233a8b17bcf2bc52 [diff] |
x86: Init video in SPL if enabled When video is required in SPL, set this up ready for use. Ignore any problems since it may be that video is not actually available and we still want to continue on to U-Boot proper in that case. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>