]> 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)
commit692e59bc63c7c35388ecc1d55b9b1330a4831cc7
tree19a0a4440742bce34e1da3ffcc5377acaf22896a
parentb1cf1e255df18e739924490b9b9b961c87dc42e0
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]