Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ soc_post_code
Function
soc_post_code
src/console/post.c:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
/* Write POST information */
7
void __weak arch_post_code(uint8_t value) { }
8
void __weak soc_post_code(uint8_t value) { }
9
10
/* Some mainboards have very nice features beyond just a simple display.
11
* They can override this function.
Callers
1
post_code
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected