| 328 | } |
| 329 | |
| 330 | static 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 | |
| 343 | static bool region_is_flashmap(const char *region) |
| 344 | { |
no outgoing calls
no test coverage detected