boards: Use unique names for boards in the YAML files
There are duplicated names specified in per-board YAML files. This change will allow distinguishing boards in software that presents the pretty names and not the raw names of boards. Signed-off-by: Wojciech Sipak <wsipak@antmicro.com>
This commit is contained in:
parent
b39816a111
commit
60dc8dd410
|
@ -1,5 +1,5 @@
|
|||
identifier: emsdp
|
||||
name: EM Software Development Platform
|
||||
name: EM Software Development Platform (EM11D)
|
||||
type: mcu
|
||||
arch: arc
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: emsdp_em4
|
||||
name: EM Software Development Platform
|
||||
name: EM Software Development Platform (EM4)
|
||||
type: mcu
|
||||
arch: arc
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: emsdp_em5d
|
||||
name: EM Software Development Platform
|
||||
name: EM Software Development Platform (EM5D)
|
||||
type: mcu
|
||||
arch: arc
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: emsdp_em6
|
||||
name: EM Software Development Platform
|
||||
name: EM Software Development Platform (EM6)
|
||||
type: mcu
|
||||
arch: arc
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: emsdp_em7d
|
||||
name: EM Software Development Platform
|
||||
name: EM Software Development Platform (EM7D)
|
||||
type: mcu
|
||||
arch: arc
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: emsdp_em7d_esp
|
||||
name: EM Software Development Platform
|
||||
name: EM Software Development Platform (EM7D_ESP)
|
||||
type: mcu
|
||||
arch: arc
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: emsdp_em9d
|
||||
name: EM Software Development Platform
|
||||
name: EM Software Development Platform (EM9D)
|
||||
type: mcu
|
||||
arch: arc
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: nsim_em7d_v22
|
||||
name: EM Nsim simulator
|
||||
name: EM nSIM simulator (EM7D_v22)
|
||||
type: sim
|
||||
simulation: nsim
|
||||
simulation_exec: nsimdrv
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: nsim_hs5x_smp_12cores
|
||||
name: Multi-core HS5x nSIM simulator
|
||||
name: Multi-core HS5x nSIM simulator (12 cores)
|
||||
type: sim
|
||||
simulation: mdb-nsim
|
||||
simulation_exec: mdb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: nsim_hs6x_smp_12cores
|
||||
name: Multi-core HS6x nSIM simulator
|
||||
name: Multi-core HS6x nSIM simulator (12 cores)
|
||||
type: sim
|
||||
simulation: mdb-nsim
|
||||
simulation_exec: mdb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: nsim_hs_flash_xip
|
||||
name: HS nSIM simulator
|
||||
name: HS nSIM simulator (FLASH XIP)
|
||||
type: sim
|
||||
simulation: nsim
|
||||
simulation_exec: nsimdrv
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: nsim_hs_sram
|
||||
name: HS nSIM simulator
|
||||
name: HS nSIM simulator (SRAM)
|
||||
type: sim
|
||||
simulation: nsim
|
||||
simulation_exec: nsimdrv
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: nsim_sem_mpu_stack_guard
|
||||
name: SEM Nsim simulator
|
||||
name: SEM nSIM simulator (stack guard)
|
||||
type: sim
|
||||
arch: arc
|
||||
simulation: nsim
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: qemu_arc_hs6x
|
||||
name: QEMU Emulation for ARC HS
|
||||
name: QEMU Emulation for ARC HS6x
|
||||
type: qemu
|
||||
simulation: qemu
|
||||
arch: arc
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: qemu_arc_hs_xip
|
||||
name: QEMU Emulation for ARC HS
|
||||
name: QEMU Emulation for ARC HS (XIP)
|
||||
type: qemu
|
||||
simulation: qemu
|
||||
arch: arc
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
identifier: fvp_baser_aemv8r_aarch32_smp
|
||||
name: FVP Emulation FVP_BaseR_AEMv8R AArch32
|
||||
name: FVP Emulation FVP_BaseR_AEMv8R AArch32 (SMP)
|
||||
arch: arm
|
||||
type: sim
|
||||
toolchain:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
identifier: s32z270dc2_rtu0_r52@D
|
||||
name: NXP X-S32Z270-DC (DC2) on RTU0 Cortex-R52 cores
|
||||
name: NXP X-S32Z270-DC (DC2) on RTU0 Cortex-R52 cores (rev. D)
|
||||
type: mcu
|
||||
arch: arm
|
||||
ram: 1024
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
identifier: s32z270dc2_rtu1_r52@D
|
||||
name: NXP X-S32Z270-DC (DC2) on RTU1 Cortex-R52 cores
|
||||
name: NXP X-S32Z270-DC (DC2) on RTU1 Cortex-R52 cores (rev. D)
|
||||
type: mcu
|
||||
arch: arm
|
||||
ram: 1024
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
identifier: fvp_base_revc_2xaemv8a_smp_ns
|
||||
name: FVP Emulation FVP_Base_RevC-2xAEMvA
|
||||
name: FVP Emulation FVP_Base_RevC-2xAEMvA (SMP)
|
||||
arch: arm64
|
||||
type: sim
|
||||
toolchain:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
identifier: fvp_baser_aemv8r_smp
|
||||
name: FVP Emulation FVP_BaseR_AEMv8R
|
||||
name: FVP Emulation FVP_BaseR_AEMv8R (SMP)
|
||||
arch: arm64
|
||||
type: sim
|
||||
toolchain:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: qemu_malta
|
||||
name: QEMU emulation for MIPS
|
||||
name: QEMU emulation for MIPS (little endian)
|
||||
type: qemu
|
||||
simulation: qemu
|
||||
arch: mips
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
identifier: qemu_malta_be
|
||||
name: QEMU emulation for MIPS
|
||||
name: QEMU emulation for MIPS (big endian)
|
||||
type: qemu
|
||||
simulation: qemu
|
||||
arch: mips
|
||||
|
|
Loading…
Reference in a new issue