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

Function fmap_setup_cbmem_cache

src/lib/fmap.c:322–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322static void fmap_setup_cbmem_cache(int unused)
323{
324 if (ENV_CREATES_CBMEM)
325 fmap_add_cbmem_cache();
326
327 /* Finally advertise the cache for the current stage */
328 fmap_register_cbmem_cache();
329}
330
331CBMEM_READY_HOOK(fmap_setup_cbmem_cache);

Callers

nothing calls this directly

Calls 2

fmap_add_cbmem_cacheFunction · 0.85

Tested by

no test coverage detected