Home
last modified time | relevance | path

Searched refs:AUTH_MOD (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/
DMakefile77 AUTH_MOD := none macro
313 ifeq (${AUTH_MOD},none)
314 …$(error Error: When TRUSTED_BOARD_BOOT=1, AUTH_MOD has to be the name of a valid authentication mo…
317 AUTH_MAKE := $(shell m="common/auth/${AUTH_MOD}/${AUTH_MOD}.mk"; [ -f "$$m" ] && echo "$$m")
319 $(error Error: No common/auth/${AUTH_MOD}/${AUTH_MOD}.mk located)
/device/linaro/bootloader/arm-trusted-firmware/docs/
Duser-guide.md262 initialization of the `AUTH_MOD` option. Generation and inclusion of
265 * `AUTH_MOD`: This option is used when `TRUSTED_BOARD_BOOT=1`. It specifies
489 * `AUTH_MOD=polarssl`