Searched refs:COT (Results 1 – 13 of 13) sorted by relevance
/tf-a-ffa_el3_spmc/tools/cert_create/ |
A D | Makefile | 13 COT := tbbr macro 34 ifeq (${COT},tbbr) 36 else ifeq (${COT},dualroot) 39 $(error Unknown chain of trust ${COT})
|
/tf-a-ffa_el3_spmc/plat/arm/board/common/ |
A D | board_common.mk | 72 $(eval $(call add_define,ARM_COT_${COT})) 74 ifeq (${COT},dualroot)
|
/tf-a-ffa_el3_spmc/make_helpers/tbbr/ |
A D | tbbr_tools.mk | 101 ifneq (${COT},dualroot) 109 ifeq (${COT},dualroot)
|
/tf-a-ffa_el3_spmc/docs/ |
A D | global_substitutions.txt | 6 .. |COT| replace:: :term:`COT`
|
A D | glossary.rst | 29 COT
|
A D | change-log.rst | 1258 - Add ``COT`` build option to select the Chain of Trust to use when the 2819 Chain of Trust (COT). 3012 The COT also updated to support these new files.
|
/tf-a-ffa_el3_spmc/make_helpers/ |
A D | defaults.mk | 274 COT := tbbr
|
/tf-a-ffa_el3_spmc/plat/arm/common/ |
A D | arm_common.mk | 357 ifeq (${COT},tbbr) 366 else ifeq (${COT},dualroot) 369 $(error Unknown chain of trust ${COT})
|
/tf-a-ffa_el3_spmc/docs/plat/arm/diphda/ |
A D | index.rst | 54 COT=tbbr \
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | trusted-board-boot-build.rst | 36 document. To select a different one, use the ``COT`` build option.
|
/tf-a-ffa_el3_spmc/ |
A D | Makefile | 1202 ${Q}${PYTHON} "$<" "$@" $(filter-out $<,$^) $(BUILD_PLAT) ${COT} 1285 …${Q}${MAKE} PLAT=${PLAT} USE_TBBR_DEFS=${USE_TBBR_DEFS} COT=${COT} OPENSSL_DIR=${OPENSSL_DIR} CRTT…
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | build-options.rst | 146 - ``COT``: When Trusted Boot is enabled, selects the desired chain of trust. 689 - ``COT_DESC_IN_DTB``: This flag determines whether to create COT descriptors 690 at runtime using fconf. If this flag is enabled, COT descriptors are 692 and properties. Currently, COT descriptors used by BL2 are moved to the 693 device tree and COT descriptors used by BL1 are retained in the code
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | secure-partition-manager.rst | 226 COT=dualroot \
|
Completed in 20 milliseconds