mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
Use newly added naming convention (intel_).03905f7e552b757f1ecaSigned-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Tested-by: Jon Mason <jon.mason@arm.com>
15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: intel-x86-64
|
|
#@DESCRIPTION: common MACHINE for 64-bit x86 boards. User must set ${ZEPHYR_BOARD}. By default is set to 'intel_ehl_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 ?= "intel_ehl_crb_sbl"
|
|
ZEPHYR_BOARD ?= "intel_ehl_crb"
|