coreboot/src/security/Kconfig
Sean Rhodes fbd755341a security/tcg: add OPAL S3 unlock Kconfig
Add a generic configuration option for SMM-assisted TCG OPAL NVMe
unlock on S3 resume.

This also defines the APMC command IDs and the payload->SMM ABI
structure used to pass the OPAL password into SMM.

TEST=tested with rest of patch train

Change-Id: Id99ace7c17a311b65519023be4118c5b20ddecf9
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91043
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2026-03-19 14:07:18 +00:00

12 lines
423 B
Text

# SPDX-License-Identifier: GPL-2.0-only
# These features are implemented in src/lib/cbfs.c, but they are security
# features so sort them in here for menuconfig.
source "src/lib/Kconfig.cbfs_verification"
source "src/security/vboot/Kconfig"
source "src/security/tpm/Kconfig"
source "src/security/tcg/Kconfig"
source "src/security/memory/Kconfig"
source "src/security/intel/Kconfig"
source "src/security/lockdown/Kconfig"