Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ arch_post_code
Function
arch_post_code
src/console/post.c:7–7 ·
view source on GitHub ↗
Write POST information */
Source
from the content-addressed store, hash-verified
5
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.
Callers
1
post_code
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected