Re: [PATCH 5/5] x86: video: Show information about each video device

2020-09-22 Thread Bin Meng
On Sun, Sep 20, 2020 at 11:49 PM Simon Glass wrote: > > 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 > --- > > cmd/bdinfo.c | 26 +- > 1 file

[PATCH 5/5] x86: video: Show information about each video device

2020-09-20 Thread Simon Glass
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 --- cmd/bdinfo.c | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/cmd/bdinfo.c b