What is changed? - Added a new mps3 board an552 for the soc corstone300. The qualifier to build/run application with board mps3/an552 is `mps3/corstone300/an552` for secure and `mps3/corstone300/an552/ns` for non-secure. - Added FVP variant to enable FVP testing with corstone300 and it uses the ARM FVP `FVP_Corstone_SSE-300_Ethos-U55`. The qualifier to build/run application with FVP is `mps3/corstone300/fvp` for secure and `mps3/corstone300/fvp/ns` for non-secure. - Note: the qualifier to build/run application with board mps3/an547 is now changed to `mps3/corstone300/an547` for secure and `mps3/corstone300/an547/ns` for non-secure. How is it changed? - Moved common code from mps3/an547 to corstone300. - Renamed soc for an547 to corstone300 and added a new soc corstone300/an552. Why do we need this change? - This enables FVP support and testing for corstone300. - SOC/qualifier for mps3/an547 was renamed to reduce code redundancy - A separate FVP variant was added for AN552 because, the TFM board used for non-secure variant differs for FPGA and FVP. TFM board `arm/mps3/corstone300/fvp` should be used when testing AN552 with FVP and `arm/mps3/corstone300/an552` should be used when testing with AN552 FPGA. Signed-off-by: Sudan Landge <sudan.landge@arm.com>
31 lines
900 B
YAML
31 lines
900 B
YAML
common:
|
|
ignore_faults: true
|
|
tags:
|
|
- kernel
|
|
- security
|
|
- userspace
|
|
arch_exclude:
|
|
- posix
|
|
tests:
|
|
kernel.memory_protection.userspace:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
extra_configs:
|
|
- CONFIG_TEST_HW_STACK_PROTECTION=n
|
|
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
|
|
platform_exclude:
|
|
- ucans32k1sic
|
|
kernel.memory_protection.userspace.gap_filling.arc:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
|
|
arch_allow: arc
|
|
extra_args: CONFIG_MPU_GAP_FILLING=y
|
|
kernel.memory_protection.userspace.gap_filling.arm:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE and CONFIG_MPU_REQUIRES_NON_OVERLAPPING_REGIONS
|
|
arch_allow: arm
|
|
platform_allow:
|
|
- slwrb4180a
|
|
- mps3/corstone300/an547
|
|
- nrf9160dk/nrf9160
|
|
integration_platforms:
|
|
- mps3/corstone300/an547
|
|
extra_args: CONFIG_MPU_GAP_FILLING=y
|