Searched refs:mps2 (Results 1 – 25 of 34) sorted by relevance
12
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/ |
D | Kconfig.sysbuild | 9 default "mps2/an521/cpu1" if $(BOARD) = "mps2"
|
D | README.rst | 26 Building the application for mps2/an521/cpu0 31 :board: mps2/an521/cpu0
|
/Zephyr-latest/doc/services/tfm/ |
D | integration.rst | 26 Example: ``mps2/an521/cpu0/ns`` 29 The ``mps2/an521/cpu0`` board target is a dual-core Arm Cortex-M33 evaluation board that generates 32 The optional ``mps2/an521/cpu0/ns`` board target, however, sets these additional 40 Comparing the :zephyr_file:`boards/arm/mps2/mps2_an521_cpu0.dts` and 41 :zephyr_file:`boards/arm/mps2/mps2_an521_cpu0_ns.dts` files, 55 …* https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/platform/ext/target/mps2/an521/… 87 ``mps2/an521`` will be passed in to Tf-M as the board target, specified via
|
D | build.rst | 14 … $ west build -p auto -b mps2/an521/cpu0/ns samples/tfm_integration/psa_protected_storage/ -t run 149 :board: mps2/an521/cpu0/ns 157 :board: mps2/an521/cpu0/ns 165 :board: mps2/an521/cpu0/ns 173 :board: mps2/an521/cpu0/ns
|
D | requirements.rst | 12 - ``mps2/an521/cpu0/ns`` (qemu supported)
|
/Zephyr-latest/samples/subsys/ipc/openamp/ |
D | Kconfig.sysbuild | 11 default "mps2/an521/cpu1" if $(BOARD) = "mps2"
|
D | README.rst | 33 Building the application for mps2/an521/cpu0 38 :board: mps2/an521/cpu0
|
/Zephyr-latest/boards/arm/mps2/doc/ |
D | mps2_an521.rst | 9 The mps2/an521 board configuration is used by Zephyr applications that run 18 .. image:: img/mps2.jpg 47 | mps2/an521/cpu0 | For building Secure (or Secure-only) firmware on CPU0 | 49 | mps2/an521/cpu0/ns | For building Non-Secure firmware for CPU0 | 51 | mps2/an521/cpu1 | For building firmware on CPU1 | 69 | mps2/an521/cpu0 | 0 | 4MB (0) | 4MB (0) | S | 71 | mps2/an521/cpu0/ns | 0 | 512KB (1MB) | 512KB (1MB) | NS | 73 | mps2/an521/cpu1 | 1 | 468KB (3628KB) | 512KB (1.5MB) | NS | 76 The ``mps2/an521/cpu0/ns`` board target is intended to be used with TF-M, with the 84 The ``mps2/an521/cpu1`` board target is setup for the second core on the [all …]
|
D | index.rst | 1 .. zephyr:board:: mps2
|
D | mps2_armv7m.rst | 9 The ``mps2/an385``, ``mps2/an386``, and ``mps2/an500`` board targets are three of 10 the mps2 Armv7-m based board targets supported in Zephyr. This document 11 provides details about the support provided for these three Armv7-m mps2 board targets 18 .. image:: img/mps2.jpg 71 The ``mps2/an385``, ``mps2/an386``, and ``mps2/an500`` board targets support the following hardware… 97 :zephyr_file:`boards/arm/mps2/mps2_an385_defconfig` 267 :board: mps2/an385
|
D | mps2_armv6m.rst | 9 Currently ``mps2/an383`` is the only mps2 Armv6-m based board target supported in Zephyr. 16 .. image:: img/mps2.jpg 64 The ``mps2/an383`` board target supports the following hardware features: 90 :zephyr_file:`boards/arm/mps2/mps2_an383_defconfig` 246 :board: mps2/an383
|
/Zephyr-latest/boards/arm/mps2/ |
D | board.cmake | 9 -machine mps2-an385 33 -machine mps2-an521 54 …set(CPU0_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/zephyr/boards/arm/mps2/empty_cpu0-prefix/src/empty…
|
D | mps2_an521_cpu0_ns.dts | 15 compatible = "arm,mps2"; 114 …zephyrproject-rtos/trusted-firmware-m/blob/master/platform/ext/target/arm/mps2/an521/partition/fla…
|
D | mps2_an521_cpu1.dts | 15 compatible = "arm,mps2"; 115 …zephyrproject-rtos/trusted-firmware-m/blob/master/platform/ext/target/arm/mps2/an521/partition/fla…
|
D | mps2_an521_cpu0.dts | 15 compatible = "arm,mps2";
|
D | mps2_base.dtsi | 5 compatible = "arm,mps2";
|
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/arm/mps2/ |
D | board.cmake | 10 -machine mps2-an521
|
D | mps2_an521_cputest.dts | 15 compatible = "arm,mps2";
|
/Zephyr-latest/samples/tfm_integration/tfm_ipc/ |
D | README.rst | 36 #. Build Zephyr with a non-secure configuration (``-DBOARD=mps2/an521/cpu0/ns``). 43 cmake -DBOARD=mps2/an521/cpu0/ns .. 50 $ west build -p -b mps2/an521/cpu0/ns zephyr/samples/tfm_integration/tfm_ipc 85 The MPS2+ AN521 target (``mps2/an521/cpu0/ns``), which is based on a 94 qemu-system-arm -M mps2-an521 -device loader,file=build/zephyr/tfm_merged.hex -serial stdio 102 $ west build -b mps2/an521/cpu0/ns zephyr/samples/tfm_integration/tfm_ipc -t run
|
/Zephyr-latest/soc/arm/mps2/ |
D | Kconfig.soc | 52 default "mps2" if SOC_SERIES_MPS2
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | README.rst | 89 (``-DBOARD=mps2/an521/cpu0/ns``). 96 west build -p -b mps2/an521/cpu0/ns samples/tfm_integration/psa_crypto 105 cmake -GNinja -DBOARD=mps2/an521/cpu0/ns .. 115 cmake -DBOARD=mps2/an521/cpu0/ns .. 142 Build Zephyr with a non-secure configuration (``-DBOARD=mps2/an521/cpu0/ns``) 150 west build -p -b mps2/an521/cpu0/ns samples/tfm_integration/psa_crypto -t run 159 cmake -GNinja -DBOARD=mps2/an521/cpu0/ns .. 169 cmake -DBOARD=mps2/an521/cpu0/ns ..
|
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 35 -p -b mps2/an521/cpu0/ns -t run -- \ 53 …$ west build samples/tfm_integration/tfm_psa_test/ -p -b mps2/an521/cpu0/ns -t run -- -DCONFIG_TFM…
|
/Zephyr-latest/samples/subsys/tracing/ |
D | README.rst | 22 :board: mps2/an521 31 :board: mps2/an521
|
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/ |
D | README.rst | 49 $ west build samples/tfm_integration/psa_protected_storage/ -p -b mps2/an521/cpu0/ns -t run
|
/Zephyr-latest/samples/tfm_integration/tfm_regression_test/ |
D | README.rst | 37 $ west build samples/tfm_integration/tfm_regression_test/ -p -b mps2/an521/cpu0/ns -t run
|
12