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

Function cb_parse_checksum

payloads/libpayload/libc/coreboot.c:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133static void cb_parse_checksum(void *ptr, struct sysinfo_t *info)
134{
135 struct cb_cmos_checksum *cmos_cksum = ptr;
136 info->cmos_range_start = cmos_cksum->range_start;
137 info->cmos_range_end = cmos_cksum->range_end;
138 info->cmos_checksum_location = cmos_cksum->location;
139}
140#endif
141
142#if CONFIG(LP_COREBOOT_VIDEO_CONSOLE)

Callers 1

cb_parse_headerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected