summaryrefslogtreecommitdiffstats
path: root/bsp/intel-common/intel-corei7-64.scc
blob: 4d5a8a982ea669806ae14a21e7893ef2f8231e84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# intel-corei7-64.scc
#
# Core platform enablement for all intel-corei7-64 ktypes. This should only
# contain CPU features and devices known to be present on the supported
# platforms, SoCs, and boards.
#

include cfg/x86_64.scc

# Supported platforms and SoCs
include features/soc/baytrail/baytrail.scc
include features/soc/skylake/skylake.scc
include features/soc/broxton/broxton.scc

# Fixme: These should be moved into something similar to the above
include bsp/haswell-wc/haswell-wc.scc
include bsp/romley/romley.scc
include bsp/mohonpeak/mohonpeak.scc

# DCA is now 64 bit only, so inlcude it here.
include features/dca/dca.scc

# INTEL_TELEMETRY is currently 64 bit only
include features/telemetry/intel-telemetry.scc

# x2apic required by the Denverton platform to boot
include features/x2apic/x2apic.scc

# This line comes last as it has the final word on
# CONFIG values.
kconf hardware intel-corei7-64.cfg