sanitycheck: build more Xtensa SOCs
Now that we can specify what toolchain is intended for each SOC, enable some more SOCs to be built. A full sanitycheck run will require the installation of both RF-2016.4 and RG-2016.4 releases. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
de61aa1560
commit
4f69bdaa0d
4 changed files with 30 additions and 1 deletions
6
boards/xtensa/xt-sim/xt-sim_D_108mini_defconfig
Normal file
6
boards/xtensa/xt-sim/xt-sim_D_108mini_defconfig
Normal file
|
@ -0,0 +1,6 @@
|
|||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_IPM_CONSOLE_STACK_SIZE=2048
|
||||
CONFIG_XTENSA=y
|
||||
CONFIG_SOC_D_108mini=y
|
||||
CONFIG_BOARD_XT_SIM=y
|
||||
CONFIG_CONSOLE=y
|
6
boards/xtensa/xt-sim/xt-sim_D_212GP_defconfig
Normal file
6
boards/xtensa/xt-sim/xt-sim_D_212GP_defconfig
Normal file
|
@ -0,0 +1,6 @@
|
|||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_IPM_CONSOLE_STACK_SIZE=2048
|
||||
CONFIG_XTENSA=y
|
||||
CONFIG_SOC_D_212GP=y
|
||||
CONFIG_BOARD_XT_SIM=y
|
||||
CONFIG_CONSOLE=y
|
6
boards/xtensa/xt-sim/xt-sim_D_233L_defconfig
Normal file
6
boards/xtensa/xt-sim/xt-sim_D_233L_defconfig
Normal file
|
@ -0,0 +1,6 @@
|
|||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_IPM_CONSOLE_STACK_SIZE=2048
|
||||
CONFIG_XTENSA=y
|
||||
CONFIG_SOC_D_233L=y
|
||||
CONFIG_BOARD_XT_SIM=y
|
||||
CONFIG_CONSOLE=y
|
|
@ -1,7 +1,9 @@
|
|||
[arch]
|
||||
name = xtensa
|
||||
platforms = xt-sim xt-sim_XRC_FUSION_AON_ALL_LM
|
||||
xt-sim_hifi2_std xt-sim_hifi3_bd5
|
||||
xt-sim_hifi2_std xt-sim_hifi3_bd5 xt-sim_D_233L
|
||||
xt-sim_D_212GP xt-sim_D_108mini
|
||||
|
||||
supported_toolchains = xcc
|
||||
|
||||
[xt-sim]
|
||||
|
@ -16,3 +18,12 @@ qemu_support = true
|
|||
[xt-sim_hifi3_bd5]
|
||||
qemu_support = true
|
||||
|
||||
[xt-sim_D_233L]
|
||||
qemu_support = true
|
||||
|
||||
[xt-sim_D_212GP]
|
||||
qemu_support = true
|
||||
|
||||
[xt-sim_D_108mini]
|
||||
qemu_support = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue