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

Function post_log_path

src/include/post.h:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13int cmos_post_previous_boot(u8 *code, u32 *extra);
14
15static inline void post_log_path(const struct device *dev)
16{
17 if (CONFIG(CMOS_POST) && dev)
18 cmos_post_path(dev);
19}
20
21static inline void post_log_clear(void)
22{

Callers 8

cpu_initializeFunction · 0.85
allocate_resourcesFunction · 0.85
dev_initialize_chipsFunction · 0.85
read_resourcesFunction · 0.85
assign_resourcesFunction · 0.85
enable_resourcesFunction · 0.85
scan_busFunction · 0.85
init_linkFunction · 0.85

Calls 1

cmos_post_pathFunction · 0.85

Tested by

no test coverage detected