commit | c8990bd9290c1f797173058aa762fac93e46d7d6 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Aug 13 00:29:16 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 26 07:54:08 2015 -0700 |
tree | 7173e0be720757634f73e088f0038ffd21239b83 | |
parent | 4dde045df8a1884d91dd09b7cc7ab95e7fcef074 [diff] |
video: coreboot: Save VESA mode for future use When booting as a coreboot payload, the framebuffer details are passed from coreboot via configuration tables. We save these information into vesa_mode_info structure for future use. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>