Home
last modified time | relevance | path

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 Dutil.c58 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 Dtemp_ram_exit.c26 if (fsp_validate_component(&hdr, mapping, size) != CB_SUCCESS) in fsp_temp_ram_exit()
H A Dsilicon_init.c225 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 Dutil.h179 enum cb_err fsp_validate_component(struct fsp_header *hdr, void *fsp_blob, size_t size);