MCPcopy 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
72static void cb_parse_serial(void *ptr, struct sysinfo_t *info)
73{
74 info->cb_serial = virt_to_phys(ptr);
75}
76
77static void cb_parse_vbnv(unsigned char *ptr, struct sysinfo_t *info)
78{

Callers 1

cb_parse_headerFunction · 0.85

Calls 1

virt_to_physFunction · 0.85

Tested by

no test coverage detected