Home
last modified time | relevance | path

Searched refs:cbfs_file_exists (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dcbfs.h36 static inline bool cbfs_file_exists(const char *name);
130 static inline bool cbfs_file_exists(const char *name) in cbfs_file_exists() function
/aosp_15_r20/external/coreboot/src/include/
H A Dcbfs.h148 static inline bool cbfs_file_exists(const char *name);
381 static inline bool cbfs_file_exists(const char *name) in cbfs_file_exists() function
/aosp_15_r20/external/coreboot/src/soc/intel/elkhartlake/romstage/
H A Dfsp_params.c116 m_cfg->PchPseEnable = CONFIG(PSE_ENABLE) && cbfs_file_exists("pse.bin"); in soc_memory_init_params()
/aosp_15_r20/external/coreboot/src/security/intel/txt/
H A Dramstage.c331 if (cbfs_file_exists(CONFIG_INTEL_TXT_CBFS_SINIT_ACM)) in txt_initialize_heap()
/aosp_15_r20/external/coreboot/src/soc/intel/elkhartlake/
H A Dfsp_params.c499 if (CONFIG(PSE_ENABLE) && cbfs_file_exists("pse.bin")) in platform_fsp_silicon_init_params_cb()