ACPI: Add support for exposing BGRT data
authorMatthew Garrett <mjg@redhat.com>
Tue, 31 Jan 2012 18:19:20 +0000 (13:19 -0500)
committerLen Brown <len.brown@intel.com>
Fri, 30 Mar 2012 08:09:24 +0000 (04:09 -0400)
ACPI 5.0 adds the BGRT, a table that contains a pointer to the firmware
boot splash and associated metadata. This simple driver exposes it via
/sys/firmware/acpi in order to allow bootsplash applications to draw their
splash around the firmware image and reduce the number of jarring graphical
transitions during boot.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found