commit | 4c63e29aeceb054cf0bb1fab26f5a6c8616bd6a4 | [log] [tgz] |
---|---|---|
author | Charles E. Youse <charles.youse@intel.com> | Wed May 29 10:52:31 2019 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Jun 06 10:47:29 2019 -0700 |
tree | 34e51d9bdee5367228b39a88f9aac7d8dc28d2d2 | |
parent | a1a3a4fced8d724edb3ad6c137913ad8e298585e [diff] |
arch/x86: drivers/display: add framebuffer driver w/ multiboot support A basic display driver is added for a generic 32-bpp framebuffer. Glue logic is added to the x86 arch to request the intitialization of a linear framebuffer by the Multiboot loader (GRUB) and connect it to this generic driver. Signed-off-by: Charles E. Youse <charles.youse@intel.com>