]> git.baikalelectronics.ru Git - kernel.git/commit
acpi/x86: add a kernel parameter to disable ACPI BGRT
authorAlex Hung <alex.hung@canonical.com>
Wed, 4 Mar 2020 22:55:29 +0000 (15:55 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 14 Mar 2020 09:36:49 +0000 (10:36 +0100)
commit4888f4017a9fd02e3540e37fdc7529c37b8f6b05
treeb886824b16cc977eef905509f927271d8e4f4478
parent75954ff449a3555b0000d6646d173c8155c8db4d
acpi/x86: add a kernel parameter to disable ACPI BGRT

BGRT is for displaying seamless OEM logo from booting to login screen;
however, this mechanism does not always work well on all configurations
and the OEM logo can be displayed multiple times. This looks worse than
without BGRT enabled.

This patch adds a kernel parameter to disable BGRT in boot time. This is
easier than re-compiling a kernel with CONFIG_ACPI_BGRT disabled.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/admin-guide/kernel-parameters.txt
arch/x86/kernel/acpi/boot.c