]> begriffs open source - cmsis/commit
CoreValidation: Added dedicated config files for Armv8-M bootloaders.
authorJonatan Antoni <jonatan.antoni@arm.com>
Wed, 13 Feb 2019 14:59:26 +0000 (15:59 +0100)
committerJonatan Antoni <jonatan.antoni@arm.com>
Wed, 13 Feb 2019 14:59:26 +0000 (15:59 +0100)
commit3919407904c84775177c0c554b94792994ef6a73
treeddb423386c9af79d8b89fd86c9c9ed21896e70ed
parentf553fb458f50bb88cdef6ec410fa17f54f9fca7b
CoreValidation: Added dedicated config files for Armv8-M bootloaders.
Running tests in non-secure mode needs different system partitioning than
running tests in secure mode, i.e. used interrupts needs to be assigned
to non-secure.

Change-Id: I4de29c4f4e22cc4bc86af1c92741bbf1b5625aa8
CMSIS/CoreValidation/Tests/bootloader/armclang.rtebuild
CMSIS/CoreValidation/Tests/bootloader/bootloader.rtebuild
CMSIS/CoreValidation/Tests/bootloader/config/core_m/partition_ARMCM23.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/bootloader/config/core_m/partition_ARMCM33.h [new file with mode: 0644]
CMSIS/CoreValidation/Tests/bootloader/config/core_m/rtebuild.ld [new file with mode: 0644]
CMSIS/CoreValidation/Tests/bootloader/config/core_m/rtebuild.sct [new file with mode: 0644]
CMSIS/CoreValidation/Tests/bootloader/gcc.rtebuild