MCPcopy Create free account
hub / github.com/coreboot/coreboot / selfload

Function selfload

src/lib/selfboot.c:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288bool selfload(struct prog *payload)
289{
290 return selfload_check(payload, BM_MEM_INVALID);
291}

Callers 12

run_bl31Function · 0.85
qtee_fw_config_loadFunction · 0.85
pdp_fw_loadFunction · 0.85
cpucp_fw_loadFunction · 0.85
qtee_fw_config_loadFunction · 0.85
adsp_fw_loadFunction · 0.85
cpucp_fw_load_resetFunction · 0.85
cpucp_fw_load_resetFunction · 0.85
shrm_fw_load_resetFunction · 0.85
aop_fw_load_resetFunction · 0.85
qclib_load_and_runFunction · 0.85
qclib_rerunFunction · 0.85

Calls 1

selfload_checkFunction · 0.85

Tested by

no test coverage detected