Searched refs:COT (Results 1 – 13 of 13) sorted by relevance
/arm-trusted-firmware-2.8.0/make_helpers/tbbr/ |
A D | tbbr_tools.mk | 52 ifneq (${COT},cca) 61 ifneq (${COT},cca) 87 ifneq (${COT},cca) 95 ifneq (${COT},cca) 106 ifneq (${COT},cca) 124 ifneq (${COT},dualroot) 125 ifneq (${COT},cca) 134 ifeq (${COT},dualroot) 137 ifeq (${COT},cca)
|
/arm-trusted-firmware-2.8.0/tools/cert_create/ |
A D | Makefile | 12 COT := tbbr macro 34 ifeq (${COT},tbbr) 36 else ifeq (${COT},dualroot) 38 else ifeq (${COT},cca) 41 $(error Unknown chain of trust ${COT})
|
/arm-trusted-firmware-2.8.0/plat/arm/board/common/ |
A D | board_common.mk | 42 COT := cca 76 $(eval $(call add_define,ARM_COT_${COT})) 78 ifeq (${COT},dualroot) 95 ifeq (${COT},cca)
|
/arm-trusted-firmware-2.8.0/docs/ |
A D | global_substitutions.txt | 8 .. |COT| replace:: :term:`COT`
|
A D | glossary.rst | 33 COT
|
A D | change-log.md | 4098 - Add `COT` build option to select the Chain of Trust to use when the Trusted 5319 Chain of Trust (COT). 5468 The COT also updated to support these new files.
|
/arm-trusted-firmware-2.8.0/plat/arm/common/ |
A D | arm_common.mk | 379 ifeq (${COT},tbbr) 388 else ifeq (${COT},dualroot) 390 else ifeq (${COT},cca) 393 $(error Unknown chain of trust ${COT})
|
/arm-trusted-firmware-2.8.0/make_helpers/ |
A D | defaults.mk | 340 COT := tbbr
|
/arm-trusted-firmware-2.8.0/docs/plat/arm/corstone1000/ |
A D | index.rst | 54 COT=tbbr \
|
/arm-trusted-firmware-2.8.0/docs/design/ |
A D | trusted-board-boot-build.rst | 36 document. To select a different one, use the ``COT`` build option.
|
/arm-trusted-firmware-2.8.0/ |
A D | Makefile | 1391 ${Q}${PYTHON} "$<" "$@" $(filter-out $<,$^) $(BUILD_PLAT) ${COT} 1473 …${Q}${MAKE} PLAT=${PLAT} USE_TBBR_DEFS=${USE_TBBR_DEFS} COT=${COT} OPENSSL_DIR=${OPENSSL_DIR} CRTT…
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | build-options.rst | 149 - ``COT``: When Trusted Boot is enabled, selects the desired chain of trust. 923 - ``COT_DESC_IN_DTB``: This flag determines whether to create COT descriptors 924 at runtime using fconf. If this flag is enabled, COT descriptors are 926 and properties. Currently, COT descriptors used by BL2 are moved to the 927 device tree and COT descriptors used by BL1 are retained in the code
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | secure-partition-manager.rst | 243 COT=dualroot \
|
Completed in 23 milliseconds