cpu/x86: Move checking for MTRR's as a proxy for proper CPU reset
[coreboot.git] / src / soc / intel / common / block / cpu / Makefile.inc
bloba6c4f37cc43141672b448df18d9b37f0e81b8ae3
1 bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CAR) += car/cache_as_ram.S
2 bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CAR) += ../../../../../cpu/x86/early_reset.S
3 bootblock-$(CONFIG_FSP_CAR)+= car/cache_as_ram_fsp.S
4 bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CPU) += cpulib.c
6 romstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CAR) += car/exit_car.S
7 romstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CPU) += cpulib.c
9 postcar-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CAR) += car/exit_car.S
10 postcar-$(CONFIG_FSP_CAR) += car/exit_car_fsp.S
12 ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CPU) += cpulib.c
13 ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CPU_MPINIT) += mp_init.c