From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 22 May 2020 17:42:56 +0200 Subject: [PATCH 20/26] x86: fsp: video: Allocate a frame buffer when needed In-Reply-To: <20200519231058.19945-21-sjg@chromium.org> References: <20200519231058.19945-1-sjg@chromium.org> <20200519231058.19945-21-sjg@chromium.org> Message-ID: <20200522174256.578f40a1@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 19 May 2020 17:10:52 -0600 Simon Glass sjg at 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