ACPI: SPCR: Make SPCR available to x86
SPCR is currently only enabled or ARM64 and x86 can use SPCR to setup an early console. General fixes include updating Documentation & Kconfig (for x86), updating comments, and changing parse_spcr() to acpi_parse_spcr(), and earlycon_init_is_deferred to earlycon_acpi_spcr_enable to be more descriptive. On x86, many systems have a valid SPCR table but the table version is not 2 so the table version check must be a warning. On ARM64 when the kernel parameter earlycon is used both the early console and console are enabled. On x86, only the earlycon should be enabled by by default. Modify acpi_parse_spcr() to allow options for initializing the early console and console separately. Signed-off-by:Prarit Bhargava <prarit@redhat.com> Acked-by:
Ingo Molnar <mingo@kernel.org> Reviewed-by:
Mark Salter <msalter@redhat.com> Tested-by:
Mark Salter <msalter@redhat.com> Signed-off-by:
Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Showing
- Documentation/admin-guide/kernel-parameters.txt 6 additions, 3 deletionsDocumentation/admin-guide/kernel-parameters.txt
- arch/arm64/kernel/acpi.c 2 additions, 2 deletionsarch/arm64/kernel/acpi.c
- arch/x86/kernel/acpi/boot.c 3 additions, 0 deletionsarch/x86/kernel/acpi/boot.c
- drivers/acpi/Kconfig 6 additions, 1 deletiondrivers/acpi/Kconfig
- drivers/acpi/spcr.c 15 additions, 14 deletionsdrivers/acpi/spcr.c
- drivers/tty/serial/earlycon.c 5 additions, 10 deletionsdrivers/tty/serial/earlycon.c
- include/linux/acpi.h 5 additions, 2 deletionsinclude/linux/acpi.h
- include/linux/serial_core.h 2 additions, 2 deletionsinclude/linux/serial_core.h
Loading
Please register or sign in to comment