coreboot-kgpe-d16/src/soc/amd/common/block/psp
Felix Held fc373c7dac soc/amd/common/block/psp: move psp_notify_dram to psp_gen1.c
The MBOX_BIOS_CMD_DRAM_INFO PSP mailbox command is only available on the
first generation of PSP mailbox interface and not on the second
generation. The second generation of the PSP mailbox interface was
introduced with the AMD family 17h SoCs on which the DRAM is already
initialized before the x86 cores are released from reset.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I97b29fdc4a71d6493ec63fa60f580778f026ec0b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60124
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
2021-12-15 22:40:08 +00:00
..
Kconfig soc/amd/common/*/Kconfig: remove unneeded default n for bool options 2021-02-16 23:54:54 +00:00
Makefile.inc soc/amd/common/block/psp: add psp_efs.c to build for both PSP GEN1&2 2021-12-09 14:42:27 +00:00
psp.c soc/amd/common/block/psp: move psp_notify_dram to psp_gen1.c 2021-12-15 22:40:08 +00:00
psp_def.h soc/amd/common/block/psp: move psp_notify_dram to psp_gen1.c 2021-12-15 22:40:08 +00:00
psp_efs.c soc/amd/common/block/include/psp_efs: don't typedef struct 2021-10-19 12:35:17 +00:00
psp_gen1.c soc/amd/common/block/psp: move psp_notify_dram to psp_gen1.c 2021-12-15 22:40:08 +00:00
psp_gen2.c soc/amd/stoneyridge/psp: move soc_get_mbox_address to common psp_gen1 2021-11-30 21:56:00 +00:00
psp_smm.c src: Remove redundant include <rules.h> 2021-02-07 21:53:23 +00:00
psp_smm_gen2.c soc/amd/picasso/psp: move to common code and rename to psp_smm_gen2 2021-02-12 14:39:09 +00:00