commit | c1e9eab407fb19834c285d806781f5921a340b1d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 10 12:47:13 2023 -0800 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Mar 13 13:53:01 2023 +0100 |
tree | 60da80ecc7aa3bacf23e163ee6ec2871b683c683 | |
parent | d944282ff69931c6d48538cd5ee04a37e7bb60b2 [diff] |
efi: Support a 64-bit frame buffer address The current vesa structure only provides a 32-bit value for the frame buffer. Many modern machines use an address outside the range. It is still useful to have this common struct, but add a separate frame-buffer address as well. Add a comment for vesa_setup_video_priv() while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>