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

Function cb_parse_board_config

payloads/libpayload/libc/coreboot.c:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117static void cb_parse_board_config(unsigned char *ptr, struct sysinfo_t *info)
118{
119 struct cb_board_config *const config = (struct cb_board_config *)ptr;
120 info->fw_config = config->fw_config;
121 info->board_id = config->board_id;
122 info->ram_code = config->ram_code;
123 info->sku_id = config->sku_id;
124}
125
126#if CONFIG(LP_NVRAM)
127static void cb_parse_optiontable(void *ptr, struct sysinfo_t *info)

Callers 1

cb_parse_headerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected