68243a5157
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>
14 lines
184 B
Text
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
|