mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 09:49:32 +02:00
intel-x86-64.conf: add common MACHINE for x86 (64-bit) BOARDS
User need to specify board value to ZEPHYR_BOARD in local.conf ZEPHYR_BOARD = "ehl_crb" By default it set to Elkhart Lake CRB 'ehl_crb' Currently 64-bit supported boards: * up_squared * ehl_crb_sbl * ehl_crb * acrn * acrn_ehl_crb Ref: https://docs.zephyrproject.org/latest/boards/x86/index.html Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
DEFAULTTUNE ?= "corei7-64"
|
||||
require conf/machine/include/tune-corei7.inc
|
||||
require conf/machine/include/x86-base.inc
|
||||
|
||||
# Add x86 to MACHINEOVERRIDE
|
||||
MACHINEOVERRIDES =. "x86:"
|
||||
|
||||
14
conf/machine/intel-x86-64.conf
Normal file
14
conf/machine/intel-x86-64.conf
Normal file
@@ -0,0 +1,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"
|
||||
Reference in New Issue
Block a user