commit | be7418f35e80b3d836034a11866d47cdf3ba82ea | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 02 21:12:31 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Jul 09 12:33:24 2020 +0800 |
tree | 61617e077e4dee27ca4b01c83f5e63e96cc36161 | |
parent | 0938767da1782d2c5c5d1f003b8835a59271b622 [diff] |
x86: fsp: video: Allocate a frame buffer when needed 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 <sjg@chromium.org> Reviewed-by: Anatolij Gustschin <agust@denx.de> Tested-by: Bin Meng <bmeng.cn@gmail.com>