MCPcopy Create free account
hub / github.com/coreboot/coreboot / cb_parse_vbnv

Function cb_parse_vbnv

payloads/libpayload/libc/coreboot.c:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static void cb_parse_vbnv(unsigned char *ptr, struct sysinfo_t *info)
78{
79 struct lb_range *vbnv = (struct lb_range *)ptr;
80
81 info->vbnv_start = vbnv->range_start;
82 info->vbnv_size = vbnv->range_size;
83}
84
85static void cb_parse_mmc_info(unsigned char *ptr, struct sysinfo_t *info)
86{

Callers 1

cb_parse_headerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected