Skip to content

Commit ecd6a1d

Browse files
W-M-Rxiaoxiang781216
authored andcommitted
ci/arm64: Enhance CI inspection
1. nsh_fiq: arm64 clang makefile 2. nsh_gicv2: arm64 clang cmake Signed-off-by: wangmingrong1 <[email protected]>
1 parent 6b8bcd6 commit ecd6a1d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

boards/arm64/qemu/qemu-armv8a/configs/nsh_fiq/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CONFIG_ARCH_INTERRUPTSTACK=4096
1717
CONFIG_ARM64_DECODEFIQ=y
1818
CONFIG_ARM64_SEMIHOSTING_HOSTFS=y
1919
CONFIG_ARM64_SEMIHOSTING_HOSTFS_CACHE_COHERENCE=y
20-
CONFIG_ARM64_STRING_FUNCTION=y
20+
CONFIG_ARM64_TOOLCHAIN_CLANG=y
2121
CONFIG_BUILTIN=y
2222
CONFIG_DEBUG_ASSERTIONS=y
2323
CONFIG_DEBUG_FEATURES=y

boards/arm64/qemu/qemu-armv8a/configs/nsh_gicv2/defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CONFIG_ARCH_CHIP_QEMU=y
1414
CONFIG_ARCH_CHIP_QEMU_A53=y
1515
CONFIG_ARCH_INTERRUPTSTACK=4096
1616
CONFIG_ARM64_GIC_VERSION=2
17+
CONFIG_ARM64_TOOLCHAIN_CLANG=y
1718
CONFIG_BUILTIN=y
1819
CONFIG_DEBUG_ASSERTIONS=y
1920
CONFIG_DEBUG_FEATURES=y
@@ -33,6 +34,7 @@ CONFIG_IDLETHREAD_STACKSIZE=8192
3334
CONFIG_INIT_ENTRYPOINT="nsh_main"
3435
CONFIG_INTELHEX_BINARY=y
3536
CONFIG_LIBC_EXECFUNCS=y
37+
CONFIG_LIBM=y
3638
CONFIG_NSH_ARCHINIT=y
3739
CONFIG_NSH_BUILTIN_APPS=y
3840
CONFIG_NSH_FILEIOSIZE=512

tools/ci/testlist/arm64-01.dat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/arm64
22

3+
/arm64/qemu/qemu-armv8a/configs/nsh_fiq,CONFIG_ARM_TOOLCHAIN_CLANG
4+
35
# arm64 Boards build by CMake
46
CMake,qemu-armv8a:citest
57
CMake,qemu-armv8a:citest_smp
68
CMake,qemu-armv8a:nsh
7-
CMake,qemu-armv8a:nsh_fiq
89
CMake,qemu-armv8a:nsh_gicv2
910
CMake,qemu-armv8a:nsh_smp
1011
CMake,qemu-armv8a:nsh_smp_tickless

0 commit comments

Comments
 (0)