aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/intel-x86-64.conf
blob: 74e8f6e78d96068d68e51f2dc43d4c889ae4c502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#@TYPE: Machine
#@NAME: intel-x86-64
#@DESCRIPTION: common MACHINE for 64-bit x86 boards. User must set ${ZEPHYR_BOARD}. By default is set to 'ech_crb' board.

require conf/machine/include/tune-corei7-common.inc

ARCH:intel-x86-64 = "x86"

# Supported Boards:
# ZEPHYR_BOARD ?= "acrn"
# ZEPHYR_BOARD ?= "acrn_ehl_crb"
# ZEPHYR_BOARD ?= "up_squared"
# ZEPHYR_BOARD ?= "ehl_crb_sbl"
ZEPHYR_BOARD ?= "ehl_crb"