From 68243a51570dfe31bdd8b81624796ebd0b8b8608 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Thu, 15 Jun 2017 16:59:20 -0600 Subject: soc/amd/common: Add initial support for AMD PSP Add files for supporting the BIOS->PSP communication not covered by AGESA. The first command implemented notifies the PSP that DRAM is ready. This patch also introduces the amd/common/block directory structure similar to intel/common/block. Change-Id: I34b2744b071aa3dfb1071b2aabde32ddb662ab87 Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/19753 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/amd/common/block/psp/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/soc/amd/common/block/psp/Kconfig (limited to 'src/soc/amd/common/block/psp/Kconfig') diff --git a/src/soc/amd/common/block/psp/Kconfig b/src/soc/amd/common/block/psp/Kconfig new file mode 100644 index 0000000000..69958f21aa --- /dev/null +++ b/src/soc/amd/common/block/psp/Kconfig @@ -0,0 +1,6 @@ +config SOC_AMD_COMMON_BLOCK_PSP + bool + default n + help + This option builds in the Platform Security Processor initialization + functions. -- cgit v1.2.3