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

Function print_usage

util/amdfwtool/amdfwread.c:720–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718};
719
720static void print_usage(void)
721{
722 printf("amdfwread: Examine AMD firmware images\n");
723 printf("Usage: amdfwread [options] <file>\n");
724 printf("-d | --dump Dump Embedded Firmware Structure\n");
725 printf("--soft-fuse Print soft fuse value\n");
726 printf("--ro-list List the programs under AMDFW in RO region\n");
727}
728
729int main(int argc, char **argv)
730{

Callers 1

mainFunction · 0.70

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected