Home
last modified time | relevance | path

Searched refs:psp_fw_hash_table (Results 1 – 12 of 12) sorted by relevance

/external/coreboot/src/soc/amd/glinda/psp_verstage/
Dchipset.c17 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()
Dsvc.h95 struct psp_fw_hash_table *ptr_psp_fw_hash_table;
Dsvc.c209 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/
Dchipset.c24 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()
Dsvc.h94 struct psp_fw_hash_table *ptr_psp_fw_hash_table;
Dsvc.c217 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/
Dchipset.c22 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/
Dbl_syscall_public.h170 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/
Dbl_syscall_public.h171 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/
Dbl_syscall_public.h183 struct psp_fw_hash_table { struct
/external/coreboot/util/amdfwtool/
Damdfwtool.h407 struct psp_fw_hash_table { struct
Dsigned_psp.c31 struct psp_fw_hash_table hash_header;