]> Git Repo - linux.git/commit
powerpc/pseries: Detect secure and trusted boot state of the system.
authorNayna Jain <[email protected]>
Wed, 15 Jul 2020 11:52:01 +0000 (07:52 -0400)
committerMichael Ellerman <[email protected]>
Thu, 16 Jul 2020 04:49:53 +0000 (14:49 +1000)
commit61f879d97ce4510dd29d676a20d67692e3b34806
tree2a69db0311abd20253fb0a61093f92609078df63
parenta9f675f950a07d5c1dbcbb97aabac56f5ed085e3
powerpc/pseries: Detect secure and trusted boot state of the system.

The device-tree properties to check secure and trusted boot state are
different for guests (pseries) compared to baremetal (powernv).

This patch updates the existing is_ppc_secureboot_enabled() and
is_ppc_trustedboot_enabled() functions to add support for pseries.

For pseries the secureboot and trustedboot state are exposed via
device-tree properties /ibm,secure-boot and /ibm,trusted-boot.

The values of ibm,secure-boot under pseries are interpreted as:

  0   - Disabled
  1   - Enabled in Log-only mode. This patch interprets this value as
        disabled, since audit mode is currently not supported for
Linux.
  2   - Enabled and enforced.
  3-9 - Enabled and enforcing; requirements are at the discretion of
        the operating system.

The values of ibm,trusted-boot under pseries are interpreted as:
  0 - Disabled
  1 - Enabled

Signed-off-by: Nayna Jain <[email protected]>
Reviewed-by: Daniel Axtens <[email protected]>
Reviewed-by: Mimi Zohar <[email protected]>
[mpe: Drop machdep.h inclusion, tweak change log slightly]
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/powerpc/kernel/secure_boot.c
This page took 0.053292 seconds and 4 git commands to generate.