]> git.baikalelectronics.ru Git - kernel.git/commit
efi: Allow efi=runtime
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Fri, 24 Sep 2021 13:49:19 +0000 (15:49 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 28 Sep 2021 20:44:15 +0000 (22:44 +0200)
commitfcf5ee3e84840259ba93cd74bb0a2b6bea7ffa2c
tree03b7d866f0ea5b7db76ad780955fbeaf2475314a
parentb920ad97d44ca4a99920b0ad1a38d400b90bae60
efi: Allow efi=runtime

In case the command line option "efi=noruntime" is default at built-time, the user
could overwrite its state by `efi=runtime' and allow it again.

This is useful on PREEMPT_RT where "efi=noruntime" is default and the
user might need to alter the boot order for instance.

Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/efi.c