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

Function verification_exclude

util/cbfstool/cbfstool.c:330–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330static bool verification_exclude(enum cbfs_type type)
331{
332 switch (type) {
333 case CBFS_TYPE_BOOTBLOCK:
334 case CBFS_TYPE_CBFSHEADER:
335 case CBFS_TYPE_INTEL_FIT:
336 case CBFS_TYPE_AMDFW:
337 return true;
338 default:
339 return false;
340 }
341}
342
343static bool region_is_flashmap(const char *region)
344{

Callers 2

cbfs_add_componentFunction · 0.85
verify_walkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected