Searched refs:psp_fw_hash_table (Results 1 – 12 of 12) sorted by relevance
/external/coreboot/src/soc/amd/glinda/psp_verstage/ |
D | chipset.c | 17 static struct psp_fw_hash_table hash_table; 35 memcpy(&hash_table, spi_ptr, offsetof(struct psp_fw_hash_table, fw_hash_256)); in update_psp_fw_hash_table() 53 spi_ptr += offsetof(struct psp_fw_hash_table, fw_hash_256); in update_psp_fw_hash_table()
|
D | svc.h | 95 struct psp_fw_hash_table *ptr_psp_fw_hash_table;
|
D | svc.c | 209 uint32_t svc_set_fw_hash_table(struct psp_fw_hash_table *hash_table) in svc_set_fw_hash_table()
|
/external/coreboot/src/soc/amd/mendocino/psp_verstage/ |
D | chipset.c | 24 static struct psp_fw_hash_table hash_table; 43 memcpy(&hash_table, spi_ptr, offsetof(struct psp_fw_hash_table, fw_hash_256)); in update_one_psp_fw_hash_table() 65 spi_ptr += offsetof(struct psp_fw_hash_table, fw_hash_256); in update_one_psp_fw_hash_table()
|
D | svc.h | 94 struct psp_fw_hash_table *ptr_psp_fw_hash_table;
|
D | svc.c | 217 uint32_t svc_set_fw_hash_table(struct psp_fw_hash_table *hash_table) in svc_set_fw_hash_table()
|
/external/coreboot/src/soc/amd/phoenix/psp_verstage/ |
D | chipset.c | 22 static struct psp_fw_hash_table hash_table; 34 memcpy(&hash_table, spi_ptr, offsetof(struct psp_fw_hash_table, fw_hash_256)); in update_one_psp_fw_hash_table_v1() 51 spi_ptr += offsetof(struct psp_fw_hash_table, fw_hash_256); in update_one_psp_fw_hash_table_v1()
|
/external/coreboot/src/vendorcode/amd/psp_verstage/glinda/include/bl_uapp/ |
D | bl_syscall_public.h | 170 struct psp_fw_hash_table { struct 372 uint32_t svc_set_fw_hash_table(struct psp_fw_hash_table *hash_table);
|
/external/coreboot/src/vendorcode/amd/psp_verstage/mendocino/include/bl_uapp/ |
D | bl_syscall_public.h | 171 struct psp_fw_hash_table { struct 373 uint32_t svc_set_fw_hash_table(struct psp_fw_hash_table *hash_table);
|
/external/coreboot/src/vendorcode/amd/psp_verstage/phoenix/include/bl_uapp/ |
D | bl_syscall_public.h | 183 struct psp_fw_hash_table { struct
|
/external/coreboot/util/amdfwtool/ |
D | amdfwtool.h | 407 struct psp_fw_hash_table { struct
|
D | signed_psp.c | 31 struct psp_fw_hash_table hash_header;
|