Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-18 | common: Drop log.h from common header | Simon Glass | |
Move this header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2018-06-17 | dm: video: Add an EFI framebuffer driver | Bin Meng | |
This adds a DM video driver for U-Boot as the EFI payload. The driver makes use of all necessary information from the passed EFI GOP info to create a linear framebuffer device, as if it were initialized by U-Boot itself. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Anatolij Gustschin <agust@denx.de> |