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

Function cb_parse_framebuffer

payloads/libpayload/libc/coreboot.c:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

cb_parse_headerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected