Searched refs:fsp_validate_component (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/coreboot/src/drivers/intel/fsp2_0/ |
H A D | util.c | 58 enum cb_err fsp_validate_component(struct fsp_header *hdr, void *fsp_file, size_t file_size) in fsp_validate_component() function 155 if (fsp_validate_component(hdr, dest, output_size) != CB_SUCCESS) { in fsp_load_component()
|
H A D | temp_ram_exit.c | 26 if (fsp_validate_component(&hdr, mapping, size) != CB_SUCCESS) in fsp_temp_ram_exit()
|
H A D | silicon_init.c | 225 if (fsp_validate_component(&fsps_hdr, prog_start(fsps), prog_size(fsps))) in fsps_load()
|
/aosp_15_r20/external/coreboot/src/drivers/intel/fsp2_0/include/fsp/ |
H A D | util.h | 179 enum cb_err fsp_validate_component(struct fsp_header *hdr, void *fsp_blob, size_t size);
|