]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ACPI: Add acpi=nospcr to disable ACPI SPCR as default console on ARM64
authorLiu Wei <liuwei09@cestc.cn>
Tue, 25 Jun 2024 03:05:04 +0000 (11:05 +0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 4 Jul 2024 15:33:13 +0000 (16:33 +0100)
commitf5a4af3c752704272e9094466e66e21d4ee4e414
treecdb1063521df7e587b89d315902147d863c9f5a6
parentbfe3f0df3e3c0afdbe147d2479fe9aee4d0683e9
ACPI: Add acpi=nospcr to disable ACPI SPCR as default console on ARM64

For varying privacy and security reasons, sometimes we would like to
completely silence the _serial_ console, and only enable it when needed.

But there are many existing systems that depend on this _serial_ console,
so add acpi=nospcr to disable console in ACPI SPCR table as default
_serial_ console.

Signed-off-by: Liu Wei <liuwei09@cestc.cn>
Suggested-by: Prarit Bhargava <prarit@redhat.com>
Suggested-by: Will Deacon <will@kernel.org>
Suggested-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Hanjun Guo <guohanjun@huawei.com>
Reviewed-by: Prarit Bhargava <prarit@redhat.com>
Link: https://lore.kernel.org/r/20240625030504.58025-1-liuwei09@cestc.cn
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Documentation/admin-guide/kernel-parameters.txt
arch/arm64/kernel/acpi.c