
12 Oct
2016
12 Oct
'16
5:09 a.m.
On Wed, Oct 12, 2016 at 8:06 AM, Simon Glass sjg@chromium.org wrote:
On 9 October 2016 at 05:14, Bin Meng bmeng.cn@gmail.com wrote:
This adds a DM driver for coreboot framebuffer device.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
drivers/video/Kconfig | 9 ++++++ drivers/video/coreboot.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+) create mode 100644 drivers/video/coreboot.c
Reviewed-by: Simon Glass sjg@chromium.org
Nice!
Nits below
Fixed nits and applied to u-boot-x86, thanks!