Enable Intel® TCC

Intel® TCC (Time Coordinated Computing) is a set of capabilities that improve compute efficiency for real-time applications by solving jitter and latency issues inside the compute node. This creates fast connections that keep IP blocks within the system in sync. To learn more about Intel® TCC, see Intel® TCC Overview for details.

For a platform supporting TCC, users can check the platform build configuration file, BoardConfig.py, to make sure self.ENABLE_TCC is set to 1 to enable TCC.

Other Intel® TCC related configuration data might also be enabled when self.ENABLE_TCC is set. Users can check the platform configuration BoardConfig.py for details.

NOTE:

Some platforms might put the Intel® TCC related SBL configuration data into a separate delta file (e.g. https://github.com/slimbootloader/slimbootloader/blob/master/Platform/TigerlakeBoardPkg/CfgData/CfgData_Tcc_Feature.dlt). This delta file is automatically applied when self.ENABLE_TCC is set in BoardConfig.py, based on the BoardConfig.py implementation. In this case, users can directly update this TCC delta file for detailed TCC configuration.