Searched refs:amd_psp_fw_table (Results 1 – 3 of 3) sorted by relevance
/external/coreboot/util/amdfwtool/ |
D | opts.c | 212 extern amd_fw_entry amd_psp_fw_table[]; 221 for (i = 0; amd_psp_fw_table[i].type != AMD_FW_INVALID; i++) { in register_amd_psp_fw_addr() 222 if (amd_psp_fw_table[i].type != type) in register_amd_psp_fw_addr() 225 if (amd_psp_fw_table[i].subprog == sub) { in register_amd_psp_fw_addr() 227 amd_psp_fw_table[i].dest = strtoull(dst_str, NULL, 16); in register_amd_psp_fw_addr() 229 amd_psp_fw_table[i].size = strtoul(size_str, NULL, 16); in register_amd_psp_fw_addr() 258 for (i = 0; amd_psp_fw_table[i].type != AMD_FW_INVALID; i++) { in register_fw_token_unlock() 259 if (amd_psp_fw_table[i].type != AMD_TOKEN_UNLOCK) in register_fw_token_unlock() 262 amd_psp_fw_table[i].other = 1; in register_fw_token_unlock() 278 for (i = 0; amd_psp_fw_table[i].type != AMD_FW_INVALID; i++) { in register_fw_filename() [all …]
|
D | amdfwtool.c | 162 amd_fw_entry amd_psp_fw_table[] = { variable 431 free_psp_firmware_filenames(amd_psp_fw_table); in amdfwtool_cleanup() 1567 dump_psp_firmwares(amd_psp_fw_table); in open_process_config() 1604 ctx.amd_psp_fw_table_clean = malloc(sizeof(amd_psp_fw_table)); in main() 1606 memcpy(ctx.amd_psp_fw_table_clean, amd_psp_fw_table, sizeof(amd_psp_fw_table)); in main() 1662 amd_psp_fw_table, in main() 1699 memcpy(amd_psp_fw_table, ctx.amd_psp_fw_table_clean, in main() 1700 sizeof(amd_psp_fw_table)); in main() 1720 amd_psp_fw_table, PSPL2_COOKIE, &cb_config); in main() 1725 amd_psp_fw_table, PSPL2_COOKIE, &cb_config); in main() [all …]
|
D | data_parse.c | 143 extern amd_fw_entry amd_psp_fw_table[]; 499 psp_tableptr = &amd_psp_fw_table[0]; in find_register_fw_filename_psp_dir()
|