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>
8 lines
156 B
Makefile
8 lines
156 B
Makefile
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
subdirs-y += vboot
|
|
subdirs-y += tpm
|
|
subdirs-y += memory
|
|
subdirs-y += intel
|
|
subdirs-y += lockdown
|
|
subdirs-y += tcg
|