| 131 | } |
| 132 | |
| 133 | static 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) |