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

Function platform_needs_ish

util/amdfwtool/soc.c:203–206  ·  view source on GitHub ↗

* Check if the platform requires ISH (Image slot header) support. * * @param platform_type: Platform enum to check * @return: true if ISH is needed, false otherwise */

Source from the content-addressed store, hash-verified

201 * @return: true if ISH is needed, false otherwise
202 */
203bool platform_needs_ish(enum platform platform_type)
204{
205 return platform_table[platform_type].needs_ish;
206}
207
208/**
209 * Check if the platform uses multi-level directory structure.

Callers 4

process_configFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected