Skip to content

Commit a993e1e

Browse files
committed
boards: arm: mps3: Remove mps3/corstone300/an547/ns QEMU
Exclude mps3/corstone300/an547/ns from PSA tests because QEMU does not model the QSPI flash in MPS3 boards as real QSPI flash, but only as simple ROM. Attempting to rewrite the flash from the guest will fail. #94470 (comment) Signed-off-by: BUDKE Gerson Fernando <[email protected]>
1 parent b206511 commit a993e1e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

boards/arm/mps3/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
config BOARD_MPS3
6-
select QEMU_TARGET if BOARD_MPS3_CORSTONE300_AN547 || BOARD_MPS3_CORSTONE300_AN547_NS
6+
select QEMU_TARGET if BOARD_MPS3_CORSTONE300_AN547
77
select TRUSTED_EXECUTION_NONSECURE if BOARD_MPS3_CORSTONE300_AN547_NS || \
88
BOARD_MPS3_CORSTONE300_AN552_NS || BOARD_MPS3_CORSTONE300_FVP_NS || \
99
BOARD_MPS3_CORSTONE310_AN555_NS || BOARD_MPS3_CORSTONE310_FVP_NS

boards/arm/mps3/board.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313

1414

15-
if(CONFIG_BOARD_MPS3_CORSTONE300_AN547 OR CONFIG_BOARD_MPS3_CORSTONE300_AN547_NS)
15+
if(CONFIG_BOARD_MPS3_CORSTONE300_AN547)
1616
set(SUPPORTED_EMU_PLATFORMS qemu)
1717

1818
# QEMU settings
@@ -56,7 +56,7 @@ endif()
5656

5757
board_set_debugger_ifnset(qemu)
5858

59-
if (CONFIG_BUILD_WITH_TFM)
59+
if(CONFIG_BUILD_WITH_TFM)
6060
# Override the binary used by qemu, to use the combined
6161
# TF-M (Secure) & Zephyr (Non Secure) image (when running
6262
# in-tree tests).

boards/arm/mps3/mps3_corstone300_an547_ns.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ type: mcu
1111
arch: arm
1212
ram: 2048
1313
flash: 512
14-
simulation:
15-
- name: qemu
1614
toolchain:
1715
- gnuarmemb
1816
- zephyr

0 commit comments

Comments
 (0)