Home
last modified time | relevance | path

Searched refs:COT (Results 1 – 18 of 18) sorted by relevance

/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_dt2c.py8 from cot_dt2c.cot_parser import COT
11 cot = COT(input, output)
15 cot = COT(input)
20 cot = COT(input)
H A Dcot_parser.py14 class COT: class
/rk3399_ARM-atf/make_helpers/tbbr/
H A Dtbbr_tools.mk52 ifeq (${COT},cca)
57 ifneq (${COT},cca)
66 ifneq (${COT},cca)
96 ifneq (${COT},cca)
107 ifneq (${COT},cca)
118 ifneq (${COT},cca)
129 ifneq (${COT},cca)
138 ifneq (${COT},dualroot)
139 ifneq (${COT},cca)
148 ifeq (${COT},dualroot)
[all …]
/rk3399_ARM-atf/tools/cert_create/
H A DMakefile30 ifeq (${COT},tbbr)
32 else ifeq (${COT},dualroot)
34 else ifeq (${COT},cca)
37 $(error Unknown chain of trust ${COT})
/rk3399_ARM-atf/plat/arm/board/common/
H A Dboard_common.mk62 COT := cca
110 $(eval $(call add_define,ARM_COT_${COT}))
112 ifeq (${COT},dualroot)
128 ifeq (${COT},cca)
/rk3399_ARM-atf/plat/arm/common/
H A Darm_common.mk428 ifeq (${COT},tbbr)
439 else ifeq (${COT},dualroot)
444 else ifeq (${COT},cca)
450 $(error Unknown chain of trust ${COT})
454 ifeq (${COT},dualroot)
456 else ifeq (${COT},cca)
458 else ifeq (${COT},tbbr)
/rk3399_ARM-atf/docs/
H A Dglobal_substitutions.txt8 .. |COT| replace:: :term:`COT`
H A Dglossary.rst33 COT
H A Dchange-log.md10617 - Add `COT` build option to select the Chain of Trust to use when the Trusted
11838 Chain of Trust (COT).
11987 The COT also updated to support these new files.
/rk3399_ARM-atf/make_helpers/
H A Ddefaults.mk329 COT := tbbr
/rk3399_ARM-atf/plat/nuvoton/npcm845x/
H A Dplatform.mk334 ifeq (${COT},tbbr)
338 else ifeq (${COT},dualroot)
341 $(error Unknown chain of trust ${COT})
/rk3399_ARM-atf/docs/plat/arm/corstone1000/
H A Dindex.rst54 COT=tbbr \
/rk3399_ARM-atf/docs/plat/arm/automotive_rd/
H A Drd1ae.rst60 COT=tbbr \
H A Drdaspen.rst89 COT=tbbr \
/rk3399_ARM-atf/
H A DMakefile1089 …$(q)$(if $(host-poetry),poetry run )${PYTHON} "$<" "$@" $(filter-out $<,$^) $(BUILD_PLAT) ${COT} $…
1162 …LAT} BUILD_PLAT=$(abspath ${BUILD_PLAT}) USE_TBBR_DEFS=${USE_TBBR_DEFS} COT=${COT} OPENSSL_DIR=${O…
/rk3399_ARM-atf/docs/design/
H A Dtrusted-board-boot-build.rst36 document. To select a different one, use the ``COT`` build option.
/rk3399_ARM-atf/docs/components/
H A Dsecure-partition-manager.rst173 COT=dualroot \
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst172 - ``COT``: When Trusted Boot is enabled, selects the desired chain of trust.
1185 - ``COT_DESC_IN_DTB``: This flag determines whether to create COT descriptors
1186 at runtime using fconf. If this flag is enabled, COT descriptors are
1188 and properties. Currently, COT descriptors used by BL2 are moved to the
1189 device tree and COT descriptors used by BL1 are retained in the code