Re: [PATCH 20/26] x86: fsp: video: Allocate a frame buffer when needed

2020-05-22 Thread Anatolij Gustschin
On Tue, 19 May 2020 17:10:52 -0600 Simon Glass s...@chromium.org wrote: > When the copy framebuffer is in use, we must also have the standard U-Boot > framebuffer available. Update the FSP driver to support this. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin

[PATCH 20/26] x86: fsp: video: Allocate a frame buffer when needed

2020-05-19 Thread Simon Glass
When the copy framebuffer is in use, we must also have the standard U-Boot framebuffer available. Update the FSP driver to support this. Signed-off-by: Simon Glass --- arch/x86/lib/fsp/fsp_graphics.c | 12 1 file changed, 12 insertions(+) diff --git a/arch/x86/lib/fsp/fsp_graphics