commit | 3bbcf6f6a8d238ff02edaf055792ce1d46ca0f61 | [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 | fbf120cedf9fd50570a4286ded80530061f417af [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>