commit | 308b1a960e3173148a313dfab29a00349168eced | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 22 21:16:40 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:27 2020 +0800 |
tree | f99aa32d1fff9dd39babbbf5e754cd605cc2dd7f | |
parent | 29d2d64ed55f2dfaff6d298b0f589ea0f8edef8d [diff] |
x86: video: Show information about each video device At present the 'bdinfo' command shows the framebuffer address, but not the address of the copy framebuffer, if present. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>