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>
7 lines
112 B
Text
7 lines
112 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
menu "TCG storage"
|
|
|
|
source "src/security/tcg/opal_s3/Kconfig"
|
|
|
|
endmenu
|