From 35360a9e66156042f2d9e4a8aec0ab2b9672ba89 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 18 Oct 2021 13:57:50 +0200 Subject: soc/amd/common/block/include/psp_efs: rename embedded_firmware elements The element at offset 0x14 in the embedded_firmware struct is the pointer to the combo PSP directory header, so rename it from comboable to combo_psp_directory to clarify that this is not a flag, but a pointer to a data structure. Also rename psp_entry to psp_directory since it points to the PSP directory table. Signed-off-by: Felix Held Change-Id: Ia70e97f10f4fa0ac63cc65a33ecdc956538482b3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58418 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel Reviewed-by: Kangheui Won --- src/soc/amd/common/block/include/amdblocks/psp_efs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/amd/common') diff --git a/src/soc/amd/common/block/include/amdblocks/psp_efs.h b/src/soc/amd/common/block/include/amdblocks/psp_efs.h index 0da7ff79aa..c5c13a2837 100644 --- a/src/soc/amd/common/block/include/amdblocks/psp_efs.h +++ b/src/soc/amd/common/block/include/amdblocks/psp_efs.h @@ -35,8 +35,8 @@ typedef struct _embedded_firmware { uint32_t imc_entry; uint32_t gec_entry; uint32_t xhci_entry; - uint32_t psp_entry; - uint32_t comboable; + uint32_t psp_directory; + uint32_t combo_psp_directory; uint32_t bios0_entry; uint32_t bios1_entry; uint32_t bios2_entry; -- cgit v1.2.3