boards: rename Quark SE Devboard to Quark SE C1000
This board now has an official name and will be available soon: http://www.intel.com/content/www/us/en/embedded/products/quark/mcu/se-soc/overview.html Jira: ZEP-758 Change-Id: Ia16d33722308cf81471321c3063bdc75055a4d50 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
5e4b62c35c
commit
5363d14a9e
72 changed files with 211 additions and 210 deletions
16
defaults.tc
16
defaults.tc
|
@ -98,24 +98,24 @@
|
|||
# (2.3.2) For Quark SE Devboard v1
|
||||
#
|
||||
# @build [ type == "ah" and quark_se_stub == 'yes' and bsp_model == 'arc' ] \
|
||||
# rm -f %(srcdir_abs)s/outdir-%(tchash)s-stub-x86-quark_se_devboard/.config; \
|
||||
# rm -f %(srcdir_abs)s/outdir-%(tchash)s-stub-x86-quark_se_c1000_devboard/.config; \
|
||||
# make -j -C $ZEPHYR_BASE/samples/stub \
|
||||
# BOARD=quark_se_devboard ARCH=x86 \
|
||||
# O=%(srcdir_abs)s/outdir-%(tchash)s-stub-x86-quark_se_devboard
|
||||
# BOARD=quark_se_c1000_devboard \
|
||||
# O=%(srcdir_abs)s/outdir-%(tchash)s-stub-x86-quark_se_c1000_devboard
|
||||
#
|
||||
# @images [ type == "ah" and quark_se_stub == 'yes' and bsp_model == 'arc'] \
|
||||
# kernel-x86:%(srcdir)s/outdir-%(tchash)s-stub-x86-quark_se_devboard/zephyr.bin
|
||||
# kernel-x86:%(srcdir)s/outdir-%(tchash)s-stub-x86-quark_se_c1000_devboard/zephyr.bin
|
||||
#
|
||||
# (2.3.3) For Quark SE Devboard
|
||||
#
|
||||
# @build [ type == "ma" and quark_se_stub == 'yes' and bsp_model == 'arc' ] \
|
||||
# rm -f %(srcdir_abs)s/outdir-%(tchash)s-stub-x86-quark_se_devboard/.config; \
|
||||
# rm -f %(srcdir_abs)s/outdir-%(tchash)s-stub-x86-quark_se_c1000_devboard/.config; \
|
||||
# make -j -C $ZEPHYR_BASE/samples/stub \
|
||||
# BOARD=quark_se_devboard ARCH=x86 \
|
||||
# O=%(srcdir_abs)s/outdir-%(tchash)s-stub-x86-quark_se_devboard
|
||||
# BOARD=quark_se_c1000_devboard \
|
||||
# O=%(srcdir_abs)s/outdir-%(tchash)s-stub-x86-quark_se_c1000_devboard
|
||||
#
|
||||
# @images [ type == "ma" and quark_se_stub == 'yes' and bsp_model == 'arc'] \
|
||||
# kernel-x86:%(srcdir)s/outdir-%(tchash)s-stub-x86-quark_se_devboard/zephyr.bin
|
||||
# kernel-x86:%(srcdir)s/outdir-%(tchash)s-stub-x86-quark_se_c1000_devboard/zephyr.bin
|
||||
#
|
||||
# (2.3.4) When running the ARC in Quark SE, we redirect the output to the
|
||||
# UART_1 (the same as the x86) to simplify the test setup (no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue