commit | 153e1dda2ff62b0ecffa186a950bbfb82f1b474d | [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 | 3ff2f001c2289186c88edf55779078395987bb60 [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>