Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
288
bool selfload(struct prog *payload)
289
{
290
return selfload_check(payload, BM_MEM_INVALID);
291
}
Callers
12
run_bl31
Function · 0.85
qtee_fw_config_load
Function · 0.85
pdp_fw_load
Function · 0.85
cpucp_fw_load
Function · 0.85
qtee_fw_config_load
Function · 0.85
adsp_fw_load
Function · 0.85
cpucp_fw_load_reset
Function · 0.85
cpucp_fw_load_reset
Function · 0.85
shrm_fw_load_reset
Function · 0.85
aop_fw_load_reset
Function · 0.85
qclib_load_and_run
Function · 0.85
qclib_rerun
Function · 0.85
Calls
1
selfload_check
Function · 0.85
Tested by
no test coverage detected