| 115 | } |
| 116 | |
| 117 | static 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) |
| 127 | static void cb_parse_optiontable(void *ptr, struct sysinfo_t *info) |