diff options
author | Martin Roth <martinroth@google.com> | 2017-09-07 13:23:55 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-09-08 21:11:52 +0000 |
commit | b617e32bb99af608b7609583815e876d348025ac (patch) | |
tree | 46f18b9330c16615a48c2c76a1cf5b75dcde0ca9 /src/soc/amd/stoneyridge/Kconfig | |
parent | 348a6d519c9b42f0bbe211f8e550d06aa7d5c210 (diff) | |
download | coreboot-b617e32bb99af608b7609583815e876d348025ac.tar.xz |
soc/amd/stoneyridge: Update amdfw build
- The SMU firmware used to be named *.sbin, now is named *.csbin.
Update the makefile so that the files can be named as they are
delivered and don't have to be renamed.
- Add a Kconfig option to allow the secure os binaries to be excluded.
BUG=b:64932297
TEST=Build with old and new firmware, verify file sizes.
Change-Id: I3091f8af126159488c3c398a6dc881fa05039cff
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/21450
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/stoneyridge/Kconfig')
-rw-r--r-- | src/soc/amd/stoneyridge/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 58500a64c2..08613fe08a 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -296,4 +296,13 @@ config ACPI_CPU_STRING string default "\\_PR.P%03d" +config USE_PSPSCUREOS + bool "Include PSP SecureOS blobs in AMD firmware" + default y + help + Include the PspSecureOs, PspTrustlet and TrustletKey binaries + in the amdfw section. + + If unsure, answer 'y' + endif # SOC_AMD_STONEYRIDGE_FP4 || SOC_AMD_STONEYRIDGE_FT4 |