diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-06-22 15:09:23 +0200 |
---|---|---|
committer | Marshall Dawson <marshalldawson3rd@gmail.com> | 2022-06-23 13:05:51 +0000 |
commit | ed69450d621ec9a73a9a7009ebbdade6fa7333e4 (patch) | |
tree | 1e78051773a3259d4018ae65c941299cc7de8ab0 /src | |
parent | c3566b67f68f1552c0b16759a7e2fe2a1347d748 (diff) |
soc/amd/sabrina/Kconfig: set soft fuse bit 34
The bits are documented in NDA document #55758.
BUG=b:228458221
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ibc27f617ca9c9620b3b2cb0837b661fa0cd36c2b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65312
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/sabrina/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/sabrina/Kconfig b/src/soc/amd/sabrina/Kconfig index bffb73fc28..ecb5dd4cd7 100644 --- a/src/soc/amd/sabrina/Kconfig +++ b/src/soc/amd/sabrina/Kconfig @@ -403,7 +403,7 @@ config SPL_TABLE_FILE config PSP_SOFTFUSE_BITS string "PSP Soft Fuse bits to enable" - default "28 6" + default "34 28 6" help Space separated list of Soft Fuse bits to enable. Bit 0: Enable secure debug (Set by PSP_UNLOCK_SECURE_DEBUG) |