coreboot-kgpe-d16/src/soc/amd/common/Kconfig
Marshall Dawson 68243a5157 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 <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/19753
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
2017-07-02 18:43:46 +00:00

14 lines
184 B
Text

config SOC_AMD_COMMON
bool
help
common code for AMD SOCs
if SOC_AMD_COMMON
config SOC_AMD_PI
bool
default n
source "src/soc/amd/common/block/Kconfig"
endif # SOC_AMD_COMMON