]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: coreboot: Add coreboot framebuffer driver
authorSamuel Holland <samuel@sholland.org>
Thu, 25 Jan 2018 01:41:20 +0000 (19:41 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 11:37:19 +0000 (13:37 +0200)
commit3d423011db4bf6939ac9bc8ab1016729f6ac7b31
tree88c1cf946df789f1769f1cfff4f1211832eae247
parent7cfa9dd9f9c088d0ab8aa75dbf1e1a36120abd3e
firmware: coreboot: Add coreboot framebuffer driver

Register a simplefb framebuffer when the coreboot table contains a
framebuffer entry.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firmware/google/Kconfig
drivers/firmware/google/Makefile
drivers/firmware/google/coreboot_table.h
drivers/firmware/google/framebuffer-coreboot.c [new file with mode: 0644]