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

Function dump_region

util/ifdtool/ifdtool.c:412–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412static void dump_region(unsigned int num, const struct frba *frba)
413{
414 struct region region = get_region(frba, num);
415 printf(" Flash Region %d (%s): %08x - %08x %s\n",
416 num, region_name(num), region.base, region.limit,
417 region.size < 1 ? "(unused)" : "");
418}
419
420static int sort_compare(const void *a, const void *b)
421{

Callers 2

dump_frbaFunction · 0.85
write_regionsFunction · 0.85

Calls 3

get_regionFunction · 0.85
printfFunction · 0.85
region_nameFunction · 0.70

Tested by

no test coverage detected