commit | d2398ab53a31ef283446e27d68347e5866b9faaf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:27 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 15:04:30 2021 +1300 |
tree | 4f6b517aa418078623789e0f439123d1aaa884bc | |
parent | 98145af9a1b1b46aa962fe2e016d7aee95736a8d [diff] |
x86: video: Allow coreboot video to be used on any x86 board When booting from coreboot we need this driver for the video to work. Update the driver to be usable on any board. The driver disables itself if it sees that is not booted from coreboot. Signed-off-by: Simon Glass <sjg@chromium.org>