Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ post_log_clear
Function
post_log_clear
src/include/post.h:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
static inline void post_log_clear(void)
22
{
23
if (CONFIG(CMOS_POST))
24
cmos_post_extra(0);
25
}
26
27
#endif
Callers
7
cpu_initialize
Function · 0.85
dev_initialize_chips
Function · 0.85
read_resources
Function · 0.85
assign_resources
Function · 0.85
enable_resources
Function · 0.85
dev_enumerate
Function · 0.85
dev_initialize
Function · 0.85
Calls
1
cmos_post_extra
Function · 0.85
Tested by
no test coverage detected