Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85239?usp=email )
Change subject: [NOTFORMERGE] test case for PSP SMI and RPMC ......................................................................
[NOTFORMERGE] test case for PSP SMI and RPMC
The code was tested on a different board which currently isn't in upstream, but this is sufficient for a build test of the code.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I84c69fb447b047d4870e61e90d8302de7a4a5865 --- M src/mainboard/amd/mandolin/Kconfig 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/85239/1
diff --git a/src/mainboard/amd/mandolin/Kconfig b/src/mainboard/amd/mandolin/Kconfig index ce3af3b..6772c7a 100644 --- a/src/mainboard/amd/mandolin/Kconfig +++ b/src/mainboard/amd/mandolin/Kconfig @@ -14,6 +14,8 @@ select AMD_SOC_CONSOLE_UART if !AMD_LPC_DEBUG_CARD select AMD_FWM_POSITION_420000_DEFAULT if BOARD_AMD_MANDOLIN select AMD_FWM_POSITION_820000_DEFAULT if BOARD_AMD_CEREME + select SOC_AMD_COMMON_BLOCK_PSP_RPMC + select SOC_AMD_COMMON_BLOCK_PSP_SMI
config FMDFILE default "src/mainboard/amd/mandolin/variants/$(CONFIG_VARIANT_DIR)/board.fmd"