xtensa: add simulator targets for more SOCs
Change-Id: Ibceaf01ed71783c597b030bcc5778da6a03e5699 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
d73641c50b
commit
6922a22c28
6 changed files with 48 additions and 1 deletions
6
boards/xtensa/xt-sim/xt-sim_XRC_D2PM_defconfig
Normal file
6
boards/xtensa/xt-sim/xt-sim_XRC_D2PM_defconfig
Normal file
|
@ -0,0 +1,6 @@
|
|||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_IPM_CONSOLE_STACK_SIZE=2048
|
||||
CONFIG_XTENSA=y
|
||||
CONFIG_SOC_XRC_D2PM=y
|
||||
CONFIG_SIMULATOR_XTENSA=y
|
||||
CONFIG_CONSOLE=y
|
|
@ -0,0 +1,6 @@
|
|||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_IPM_CONSOLE_STACK_SIZE=2048
|
||||
CONFIG_XTENSA=y
|
||||
CONFIG_SOC_XRC_FUSION_AON_ALL_LM=y
|
||||
CONFIG_SIMULATOR_XTENSA=y
|
||||
CONFIG_CONSOLE=y
|
6
boards/xtensa/xt-sim/xt-sim_hifi2_std_defconfig
Normal file
6
boards/xtensa/xt-sim/xt-sim_hifi2_std_defconfig
Normal file
|
@ -0,0 +1,6 @@
|
|||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_IPM_CONSOLE_STACK_SIZE=2048
|
||||
CONFIG_XTENSA=y
|
||||
CONFIG_SOC_HIFI2_STD=y
|
||||
CONFIG_SIMULATOR_XTENSA=y
|
||||
CONFIG_CONSOLE=y
|
6
boards/xtensa/xt-sim/xt-sim_hifi3_bd5_defconfig
Normal file
6
boards/xtensa/xt-sim/xt-sim_hifi3_bd5_defconfig
Normal file
|
@ -0,0 +1,6 @@
|
|||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_IPM_CONSOLE_STACK_SIZE=2048
|
||||
CONFIG_XTENSA=y
|
||||
CONFIG_SOC_HIFI3_BD5=y
|
||||
CONFIG_SIMULATOR_XTENSA=y
|
||||
CONFIG_CONSOLE=y
|
6
boards/xtensa/xt-sim/xt-sim_hifi_mini_defconfig
Normal file
6
boards/xtensa/xt-sim/xt-sim_hifi_mini_defconfig
Normal file
|
@ -0,0 +1,6 @@
|
|||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_IPM_CONSOLE_STACK_SIZE=2048
|
||||
CONFIG_XTENSA=y
|
||||
CONFIG_SOC_HIFI_MINI=y
|
||||
CONFIG_SIMULATOR_XTENSA=y
|
||||
CONFIG_CONSOLE=y
|
|
@ -1,7 +1,24 @@
|
|||
[arch]
|
||||
name = xtensa
|
||||
platforms = xt-sim
|
||||
platforms = xt-sim xt-sim_XRC_D2PM xt-sim_XRC_FUSION_AON_ALL_LM
|
||||
xt-sim_hifi2_std xt-sim_hifi3_bd5 xt-sim_hifi_mini
|
||||
supported_toolchains = xcc
|
||||
|
||||
[xt-sim]
|
||||
qemu_support = true
|
||||
|
||||
[xt-sim_XRC_D2PM]
|
||||
qemu_support = true
|
||||
|
||||
[xt-sim_XRC_FUSION_AON_ALL_LM]
|
||||
qemu_support = true
|
||||
|
||||
[xt-sim_hifi2_std]
|
||||
qemu_support = true
|
||||
|
||||
[xt-sim_hifi3_bd5]
|
||||
qemu_support = true
|
||||
|
||||
[xt-sim_hifi_mini]
|
||||
qemu_support = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue