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

Function is_platform_with_pch

util/ifdtool/ifdtool.c:699–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699static int is_platform_with_pch(void)
700{
701 if (chipset >= CHIPSET_5_SERIES_IBEX_PEAK)
702 return 1;
703
704 return 0;
705}
706
707/* FLMAP0 register bit 24 onwards are reserved from SPT PCH */
708static int is_platform_with_100x_series_pch(void)

Callers 1

dump_fdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected