Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ cb_parse_serial
Function
cb_parse_serial
payloads/libpayload/libc/coreboot.c:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
static void cb_parse_serial(void *ptr, struct sysinfo_t *info)
73
{
74
info->cb_serial = virt_to_phys(ptr);
75
}
76
77
static void cb_parse_vbnv(unsigned char *ptr, struct sysinfo_t *info)
78
{
Callers
1
cb_parse_header
Function · 0.85
Calls
1
virt_to_phys
Function · 0.85
Tested by
no test coverage detected