util/amdfwtool: rename PSP related embedded_firmware struct 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 <felix-coreboot@felixheld.de> Change-Id: Ic6149c17ae813f4dcea71c308054849a1a2e4394 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58419 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Kangheui Won <khwon@chromium.org>
This commit is contained in:
@@ -86,8 +86,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; /* todo: add way to select correct entry */
|
||||
uint32_t bios1_entry;
|
||||
uint32_t bios2_entry;
|
||||
|
Reference in New Issue
Block a user