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

Function report

src/lib/fmap.c:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53static void report(const struct fmap *fmap)
54{
55 print_once(BIOS_DEBUG, "FMAP: Found \"%s\" version %d.%d at %#x.\n",
56 fmap->name, fmap->ver_major, fmap->ver_minor, FMAP_OFFSET);
57 print_once(BIOS_DEBUG, "FMAP: base = %#llx size = %#x #areas = %d\n",
58 (long long)le64toh(fmap->base), le32toh(fmap->size),
59 le16toh(fmap->nareas));
60 fmap_print_once = 1;
61}
62
63static void setup_preram_cache(struct region_device *cache_rdev)
64{

Callers 2

setup_preram_cacheFunction · 0.85
find_fmap_directoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected