]> begriffs open source - cmsis/commit
Migrate CMSIS-CoreValidation to CMSIS-Toolbox build system
authorgrasci <86058054+grasci-arm@users.noreply.github.com>
Thu, 13 Oct 2022 09:29:00 +0000 (10:29 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Oct 2022 09:29:00 +0000 (11:29 +0200)
commit7a97312c2977c1666e924457e8be3a19fac1a91d
tree92c39ad9463008b7f41bef880a277fd09fdc99ba
parent7c4996b971aaa645107081931b228182749a1d7c
Migrate CMSIS-CoreValidation to CMSIS-Toolbox build system

Co-authored-by: Martin Günther <martin.guenther@arm.com>
241 files changed:
.github/workflows/codeql-analysis.yml
.github/workflows/corevalidation-report.yml [new file with mode: 0644]
.github/workflows/corevalidation.yml [new file with mode: 0644]
.gitignore
CMSIS/CoreValidation/LICENSE.txt [new file with mode: 0644]
CMSIS/CoreValidation/Layer/App/Bootloader_Cortex-M/App.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/App/Bootloader_Cortex-M/bootloader.c [moved from CMSIS/CoreValidation/Tests/bootloader/bootloader.c with 93% similarity]
CMSIS/CoreValidation/Layer/App/Validation_Cortex-A/App.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/App/Validation_Cortex-A/main.c [moved from CMSIS/CoreValidation/Tests/main.c with 76% similarity]
CMSIS/CoreValidation/Layer/App/Validation_Cortex-M/App.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/App/Validation_Cortex-M/main.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/ARMCA5.ld [moved from CMSIS/CoreValidation/Tests/config/core_a/rtebuild.ld with 99% similarity]
CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/ARMCA5.sct [moved from CMSIS/CoreValidation/Tests/config/core_a/rtebuild_ac5.sct with 96% similarity]
CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/mem_ARMCA5.h [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/mmu_ARMCA5.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/startup_ARMCA5.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA5/RTE/Device/ARMCA5/system_ARMCA5.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA5/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA5/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCA5_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/ARMCA7.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/ARMCA7.sct [moved from CMSIS/CoreValidation/Tests/config/core_a/rtebuild.sct with 96% similarity]
CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/mem_ARMCA7.h [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/mmu_ARMCA7.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/startup_ARMCA7.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA7/RTE/Device/ARMCA7/system_ARMCA7.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA7/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA7/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCA7_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/ARMCA9.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/ARMCA9.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/mem_ARMCA9.h [moved from CMSIS/CoreValidation/Tests/config/core_a/mem.h with 77% similarity]
CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/mmu_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/startup_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA9/RTE/Device/ARMCA9/system_ARMCA9.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA9/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CA9/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCA9_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/ARMCM0_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/startup_ARMCM0.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/system_ARMCM0.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM0/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM0/model_config.txt [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/ARMCM0plus_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/startup_ARMCM0plus.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/system_ARMCM0plus.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM0plus/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM0plus/model_config.txt [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/ARMCM23_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/gcc_arm.ld [moved from CMSIS/CoreValidation/Tests/config/core_m/rtebuild.ld with 98% similarity]
CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/startup_ARMCM23.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM23/RTE/Device/ARMCM23/system_ARMCM23.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM23/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM23/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM23_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/ARMCM23_ac6.sct [moved from CMSIS/CoreValidation/Tests/config/core_m/rtebuild_ns.sct with 97% similarity]
CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/gcc_arm.ld [moved from CMSIS/CoreValidation/Tests/config/core_m/rtebuild_ns.ld with 98% similarity]
CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM23NS/RTE/Device/ARMCM23_TZ/system_ARMCM23.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM23NS/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM23NS/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM23NS_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/ARMCM23_ac6_s.sct [moved from CMSIS/CoreValidation/Tests/config/core_m/rtebuild.sct with 97% similarity]
CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/gcc_arm.ld [moved from CMSIS/CoreValidation/Tests/bootloader/config/core_m/rtebuild.ld with 98% similarity]
CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/partition_ARMCM23.h [moved from CMSIS/CoreValidation/Tests/config/core_m/partition_ARMCM23.h with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23_TZ/system_ARMCM23.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM23S/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM23S/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM23S_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/ARMCM23_ac6_s.sct [moved from CMSIS/CoreValidation/Tests/config/core_m/rtebuild_s.sct with 97% similarity]
CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/gcc_arm.ld [moved from CMSIS/CoreValidation/Tests/config/core_m/rtebuild_s.ld with 98% similarity]
CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/partition_ARMCM23.h [moved from CMSIS/CoreValidation/Tests/bootloader/config/core_m/partition_ARMCM23.h with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/startup_ARMCM23.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM23S_BL/RTE/Device/ARMCM23_TZ/system_ARMCM23.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM23S_BL/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM23S_BL/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM23_TZ_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/ARMCM3_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/startup_ARMCM3.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/system_ARMCM3.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM3/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM3/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM3_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM33/RTE/Device/ARMCM33_DSP_FP/ARMCM33_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33/RTE/Device/ARMCM33_DSP_FP/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33/RTE/Device/ARMCM33_DSP_FP/startup_ARMCM33.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33/RTE/Device/ARMCM33_DSP_FP/system_ARMCM33.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM33_config.txt with 97% similarity]
CMSIS/CoreValidation/Layer/Target/CM33NS/RTE/Device/ARMCM33_DSP_FP_TZ/ARMCM33_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33NS/RTE/Device/ARMCM33_DSP_FP_TZ/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33NS/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33NS/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33NS/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33NS/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM33NS_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/ARMCM33_ac6_s.sct [moved from CMSIS/CoreValidation/Tests/bootloader/config/core_m/rtebuild.sct with 97% similarity]
CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/partition_ARMCM33.h [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33S/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33S/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM33S_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/ARMCM33_ac6_s.sct [moved from CMSIS/CoreValidation/Tests/config/core_m/rtebuild_ac5.sct with 94% similarity]
CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/partition_ARMCM33.h [moved from CMSIS/CoreValidation/Tests/bootloader/config/core_m/partition_ARMCM33.h with 99% similarity]
CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/startup_ARMCM33.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33S_BL/RTE/Device/ARMCM33_DSP_FP_TZ/system_ARMCM33.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33S_BL/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM33S_BL/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM33_DSP_FP_TZ_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/ARMCM35P_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/startup_ARMCM35P.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35P/RTE/Device/ARMCM35P_DSP_FP/system_ARMCM35P.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35P/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35P/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM35P_config.txt with 97% similarity]
CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P_DSP_FP_TZ/ARMCM35P_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P_DSP_FP_TZ/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PNS/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PNS/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PNS/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM35PNS_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/ARMCM35P_ac6_s.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/partition_ARMCM35P.h [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PS/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PS/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PS/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM35PS_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/ARMCM35P_ac6_s.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/partition_ARMCM35P.h [moved from CMSIS/CoreValidation/Tests/bootloader/config/core_m/partition_ARMCM35P.h with 99% similarity]
CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/startup_ARMCM35P.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PS_BL/RTE/Device/ARMCM35P_DSP_FP_TZ/system_ARMCM35P.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PS_BL/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM35PS_BL/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM35P_DSP_FP_TZ_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/ARMCM4_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/startup_ARMCM4.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/system_ARMCM4.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM4/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM4/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM4_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/ARMCM4_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/startup_ARMCM4.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM4FP/RTE/Device/ARMCM4_FP/system_ARMCM4.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM4FP/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM4FP/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM4FP_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM55NS/RTE/Device/ARMCM55/ARMCM55_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55NS/RTE/Device/ARMCM55/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55NS/RTE/Device/ARMCM55/startup_ARMCM55.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55NS/RTE/Device/ARMCM55/system_ARMCM55.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55NS/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55NS/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM55NS_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/ARMCM55_ac6_s.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/partition_ARMCM55.h [moved from CMSIS/CoreValidation/Tests/config/core_m/partition_ARMCM55.h with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/startup_ARMCM55.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/system_ARMCM55.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55S/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55S/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM55S_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/ARMCM55_ac6_s.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/partition_ARMCM55.h [moved from CMSIS/CoreValidation/Tests/bootloader/config/core_m/partition_ARMCM55.h with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/startup_ARMCM55.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55S_BL/RTE/Device/ARMCM55/system_ARMCM55.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55S_BL/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM55S_BL/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM55_config.txt with 97% similarity]
CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/ARMCM7_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/startup_ARMCM7.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7/RTE/Device/ARMCM7/system_ARMCM7.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM7_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM7DP/RTE/Device/ARMCM7_DP/ARMCM7_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7DP/RTE/Device/ARMCM7_DP/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7DP/RTE/Device/ARMCM7_DP/startup_ARMCM7.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7DP/RTE/Device/ARMCM7_DP/system_ARMCM7.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7DP/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7DP/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM7DP_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM7SP/RTE/Device/ARMCM7_SP/ARMCM7_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7SP/RTE/Device/ARMCM7_SP/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7SP/RTE/Device/ARMCM7_SP/startup_ARMCM7.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7SP/RTE/Device/ARMCM7_SP/system_ARMCM7.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7SP/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM7SP/model_config.txt [moved from CMSIS/CoreValidation/Tests/config/ARMCM7SP_config.txt with 100% similarity]
CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/ARMCM85_ac6.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/startup_ARMCM85.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85NS/RTE/Device/ARMCM85/system_ARMCM85.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85NS/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85NS/model_config.txt [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/ARMCM85_ac6_s.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/partition_ARMCM85.h [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/startup_ARMCM85.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85S/RTE/Device/ARMCM85/system_ARMCM85.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85S/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85S/model_config.txt [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/ARMCM85_ac6_s.sct [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/gcc_arm.ld [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/partition_ARMCM85.h [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/startup_ARMCM85.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85S_BL/RTE/Device/ARMCM85/system_ARMCM85.c [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85S_BL/Target.clayer.yml [new file with mode: 0644]
CMSIS/CoreValidation/Layer/Target/CM85S_BL/model_config.txt [new file with mode: 0644]
CMSIS/CoreValidation/Project/Bootloader.cproject.yml [new file with mode: 0644]
CMSIS/CoreValidation/Project/Validation.cproject.yml [new file with mode: 0644]
CMSIS/CoreValidation/Project/Validation.csolution.yml [new file with mode: 0644]
CMSIS/CoreValidation/Project/avh.yml [new file with mode: 0644]
CMSIS/CoreValidation/Project/build.py [new file with mode: 0644]
CMSIS/CoreValidation/Project/cpacklist.txt [new file with mode: 0644]
CMSIS/CoreValidation/Project/requirements.txt [new file with mode: 0644]
CMSIS/CoreValidation/Project/validation.xsl [moved from CMSIS/CoreValidation/Tests/validation.xsl with 77% similarity]
CMSIS/CoreValidation/README.md [new file with mode: 0644]
CMSIS/CoreValidation/Source/Config/CV_Config.h
CMSIS/CoreValidation/Source/Config/CV_Config_template.h [moved from CMSIS/CoreValidation/Tests/config/core_m/CV_Config.h with 92% similarity]
CMSIS/CoreValidation/Source/Config/SaveXML.ini [deleted file]
CMSIS/CoreValidation/Source/Config/Simulator.ini [deleted file]
CMSIS/CoreValidation/Source/Config/partition_ARMCM23.h [new file with mode: 0644]
CMSIS/CoreValidation/Source/Config/partition_ARMCM33.h [moved from CMSIS/CoreValidation/Tests/config/core_m/partition_ARMCM33.h with 100% similarity]
CMSIS/CoreValidation/Source/Config/partition_ARMCM35P.h [moved from CMSIS/CoreValidation/Tests/config/core_m/partition_ARMCM35P.h with 100% similarity]
CMSIS/CoreValidation/Source/Config/partition_ARMCM55.h [new file with mode: 0644]
CMSIS/CoreValidation/Source/ConfigA/CV_Config.h
CMSIS/CoreValidation/Source/ConfigA/CV_Config_template.h [moved from CMSIS/CoreValidation/Tests/config/core_a/CV_Config.h with 97% similarity]
CMSIS/CoreValidation/Tests/RTE_Components.h [deleted file]
CMSIS/CoreValidation/Tests/ac5.rtebuild [deleted file]
CMSIS/CoreValidation/Tests/ac6.rtebuild [deleted file]
CMSIS/CoreValidation/Tests/ac6ltm.rtebuild [deleted file]
CMSIS/CoreValidation/Tests/bootloader/RTE_Components.h [deleted file]
CMSIS/CoreValidation/Tests/bootloader/ac6.rtebuild [deleted file]
CMSIS/CoreValidation/Tests/bootloader/ac6ltm.rtebuild [deleted file]
CMSIS/CoreValidation/Tests/bootloader/bootloader.rtebuild [deleted file]
CMSIS/CoreValidation/Tests/bootloader/gcc.rtebuild [deleted file]
CMSIS/CoreValidation/Tests/build.py [deleted file]
CMSIS/CoreValidation/Tests/builder.py [deleted file]
CMSIS/CoreValidation/Tests/config/ARMCA5neon_config.txt [deleted file]
CMSIS/CoreValidation/Tests/config/ARMCA7neon_config.txt [deleted file]
CMSIS/CoreValidation/Tests/config/ARMCA9neon_config.txt [deleted file]
CMSIS/CoreValidation/Tests/config/ARMCM0_config.txt [deleted file]
CMSIS/CoreValidation/Tests/config/ARMCM0plus_config.txt [deleted file]
CMSIS/CoreValidation/Tests/config/core_a/mmu.c [deleted file]
CMSIS/CoreValidation/Tests/debug.uvoptx [deleted file]
CMSIS/CoreValidation/Tests/debug.uvprojx [deleted file]
CMSIS/CoreValidation/Tests/gcc.rtebuild [deleted file]
CMSIS/CoreValidation/Tests/tests.rtebuild [deleted file]