firmware: coreboot: Add coreboot framebuffer driver
commit851b4c14532df4e4fd902b4b34cb0fe6937f03ca
authorSamuel Holland <samuel@sholland.org>
Thu, 25 Jan 2018 01:41:20 +0000 (24 19:41 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 11:37:19 +0000 (23 13:37 +0200)
tree88c1cf946df789f1769f1cfff4f1211832eae247
parentb616cf53aa7aaf7c7e09c851807ebf1ce566e297
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]