Skip to content
Snippets Groups Projects
Commit 9ea1443b authored by Naveen Saini's avatar Naveen Saini
Browse files

intel-x86-32.conf: add common MACHINE for x86 (32-bit) BOARDS

User need to specify board value to ZEPHYR_BOARD in local.conf
ZEPHYR_BOARD = "minnowboard"

By default it set to MinnowBoard Max 'minnowboard'

Currently 32-bit supported boards:
* up_squared_32
* minnowboard

Ref:
https://docs.zephyrproject.org/latest/boards/x86/index.html



Signed-off-by: default avatarNaveen Saini <naveen.kumar.saini@intel.com>
parent b8cd751b
No related branches found
No related tags found
No related merge requests found
DEFAULTTUNE ?= "core2-32"
require conf/machine/include/tune-core2.inc
require conf/machine/include/x86-base.inc
# Add x86 to MACHINEOVERRIDES
MACHINEOVERRIDES =. "x86:"
#@TYPE: Machine
#@NAME: intel-x86-32
#@DESCRIPTION: common MACHINE for 32-bit x86 boards. User must set ${ZEPHYR_BOARD}. By default is set to 'minnowboard' board.
require conf/machine/include/tune-core2-common.inc
ARCH_intel-x86-32 = "x86"
# Supported Boards:
# ZEPHYR_BOARD ?= "minnowboard"
# ZEPHYR_BOARD ?= "up_squared_32"
ZEPHYR_BOARD ?= "minnowboard"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment