| 141 | |
| 142 | #if CONFIG(LP_COREBOOT_VIDEO_CONSOLE) |
| 143 | static void cb_parse_framebuffer(void *ptr, struct sysinfo_t *info) |
| 144 | { |
| 145 | info->framebuffer = *(struct cb_framebuffer *)ptr; |
| 146 | } |
| 147 | #endif |
| 148 | |
| 149 | static void cb_parse_string(const void *const ptr, uintptr_t *const info) |