Home
last modified time | relevance | path

Searched full:sh (Results 1 – 21 of 21) sorted by relevance

/mcuboot-2.7.6/ci/
Dfih-tests_run.sh26 …):/root/work/tfm:rw,z mcuboot/fih-test /bin/sh -c '/root/work/tfm/mcuboot/ci/fih_test_docker/execu…
28 …):/root/work/tfm:rw,z mcuboot/fih-test /bin/sh -c '/root/work/tfm/mcuboot/ci/fih_test_docker/execu…
Dmynewt_install.sh25 pushd mynewt-newt && ./build.sh
/mcuboot-2.7.6/.github/workflows/
Dmynewt.yaml26 ./ci/check-signed-off-by.sh
29 ./ci/mynewt_install.sh
32 ./ci/mynewt_run.sh
Dsim.yaml53 ./ci/check-signed-off-by.sh
60 ./ci/sim_install.sh
63 ./ci/sim_run.sh
Dimgtool.yaml24 ./ci/imgtool_install.sh
30 ./ci/imgtool_run.sh
/mcuboot-2.7.6/
D.travis.yml61 ./ci/check-signed-off-by.sh
68 - ./ci/${TEST}_install.sh
71 - ./ci/${TEST}_run.sh
D.gitignore3 target.sh
/mcuboot-2.7.6/ci/fih_test_docker/
Drun_fi_test.sh58 $DIR/fi_make_manifest.sh $MCUBOOT_AXF > $PWD/fih_manifest.csv
76 $DIR/fi_tester_gdb.sh $IMAGEDIR $START $END --skip $SKIP_SIZE
Dexecute_test.sh56 $MCUBOOT_PATH/ci/fih_test_docker/run_fi_test.sh $BOOTLOADER_AXF $SKIP_SIZE $DAMAGE_TYPE> fih_test_o…
/mcuboot-2.7.6/scripts/
Djl.sh5 source $(dirname $0)/../target.sh
Djgdb.sh5 source $(dirname $0)/../target.sh
Dflash.sh5 source $(dirname $0)/../target.sh
Dgdb-boot.sh5 source $(dirname $0)/../target.sh
/mcuboot-2.7.6/samples/zephyr/
Dbuild-boot.sh6 # ZEPHYR_GCC_VARIANT need to be set, as well as zephyr/zephyr-env.sh
Dbuild-hello.sh6 # ZEPHYR_GCC_VARIANT need to be set, as well as zephyr/zephyr-env.sh
/mcuboot-2.7.6/boot/cypress/
D.gitignore3 target.sh
DMakefile199 …cppcheck/cppcheck.sh $(APP_NAME) $(PLATFORM) "$(DEFINES)" "$(INCLUDE_DIRS)" "$(C_FILES)" $(CPP_CHE…
/mcuboot-2.7.6/ci/fih_test_docker/docker-build/
Dbuild.sh1 #!/bin/sh
/mcuboot-2.7.6/docs/
Ddesign.md1251 ```sh
1253 # Implemented in ci/fih-tests_install.sh
1256 # See details below. Implemented in ci/fih-tests_run.sh.
1262 # implemented in ci/fih_test_docker/execute_test.sh
1268 # implemented in ci/fih_test_docker/run_fi_test.sh
1279 # this part is implemented in ci/fih_test_docker/fi_tester_gdb.sh
1313 ```sh
1314 $ ./ci/fih-tests_install.sh
1316 DAMAGE_TYPE=SIGNATURE ./ci/fih-tests_run.sh
1326 - The docker image needs to be built with `ci/fih-tests_install.sh` as described
[all …]
Dtestplan-zephyr.md9 Note that the script "run-tests.sh" in that directory is helpful for
/mcuboot-2.7.6/ptest/src/
Dmain.rs246 .arg("./ci/sim_run.sh") in run()