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

Function nvram_module_redraw

payloads/coreinfo/nvram_module.c:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41static int nvram_module_redraw(WINDOW *win)
42{
43 print_module_title(win, "NVRAM Dump");
44 dump_nvram(win, 4, 4);
45 return 0;
46}
47
48static int nvram_module_init(void)
49{

Callers

nothing calls this directly

Calls 2

print_module_titleFunction · 0.85
dump_nvramFunction · 0.85

Tested by

no test coverage detected