]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite8c1902a34ad8bba7a3b483a1b7c99aaa3916453
tree19a0a4440742bce34e1da3ffcc5377acaf22896a
parentdda824d5af8ae9ecc01d4db5c988d8dccf7160bf
ACPI: Add support for exposing BGRT data

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>
Documentation/ABI/testing/sysfs-firmware-acpi
drivers/acpi/Kconfig
drivers/acpi/Makefile
drivers/acpi/bgrt.c [new file with mode: 0644]