commit | bc17d8f4ac41a6a4bcc4b28f1c6216a5a034fa63 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 27 22:13:34 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Feb 05 22:16:43 2015 -0700 |
tree | 245be28fde3783f007d64ba755ff567f152c0dad | |
parent | 2d934e5703b712686c3ec67f6d5eeb137c68805d [diff] |
x86: video: Allow video ROM execution to fall back to the other method If the BIOS emulator is not available, allow use of native execution if available, and vice versa. This can be controlled by the caller. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>