soc/mediatek/mt8196: Add pi_img loader in ramstage
[coreboot2.git] / src / cpu / intel / model_2065x / chip.h
blob90921f746b16dd49abbdd19b731cc0ac12186d65
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __CPU_INTEL_MODEL_2065X_CHIP_H__
4 #define __CPU_INTEL_MODEL_2065X_CHIP_H__
6 struct cpu_intel_model_2065x_config {
7 int tcc_offset; /* TCC Activation Offset */
8 };
10 #endif /* __CPU_INTEL_MODEL_2065X_CHIP_H__ */