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

Function cb_parse_optiontable

payloads/libpayload/libc/coreboot.c:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126#if CONFIG(LP_NVRAM)
127static void cb_parse_optiontable(void *ptr, struct sysinfo_t *info)
128{
129 /* ptr is already virtual, but we want to keep physical addresses */
130 info->cmos_option_table = virt_to_phys(ptr);
131}
132
133static void cb_parse_checksum(void *ptr, struct sysinfo_t *info)
134{

Callers 1

cb_parse_headerFunction · 0.85

Calls 1

virt_to_physFunction · 0.85

Tested by

no test coverage detected