Home
last modified time | relevance | path

Searched refs:CRTTOOL (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/nxp/soc-lx2160a/
H A Dddr_fip.mk71 CRTTOOL ?= ${CRTTOOLPATH}/cert_create$(.exe)
74 ddr_certificates: ${DDR_CRT_DEPS} ${CRTTOOL}
75 $(q)${CRTTOOL} ${DDR_CRT_ARGS}
/rk3399_ARM-atf/
H A DMakefile107 CRTTOOL ?= ${BUILD_PLAT}/${CRTTOOLPATH}/cert_create$(.exe) macro
1159 certtool: ${CRTTOOL}
1161 ${CRTTOOL}: FORCE | $$(@D)/
1163 $(q)ln -sf ${CRTTOOL} ${CRTTOOLPATH}/cert_create
1169 certificates: ${CRT_DEPS} ${CRTTOOL} ${DTBS}
1170 $(q)${CRTTOOL} ${CRT_ARGS}
1196 fwu_certificates: ${FWU_CRT_DEPS} ${CRTTOOL}
1197 $(q)${CRTTOOL} ${FWU_CRT_ARGS}
1205 bl2_certificates: ${BUILD_PLAT}/${FIP_NAME} ${BL2_CRT_DEPS} ${CRTTOOL} | ${BUILD_PLAT}/
1206 $(q)${CRTTOOL}
[all...]
/rk3399_ARM-atf/tools/cert_create/
H A DMakefile78 $(eval $(call MAKE_TOOL,$(BUILD_PLAT)/tools,cert_create,CRTTOOL))