Home | History | Annotate | Download | only in arm-trusted-firmware

Lines Matching refs:EL3_PAYLOAD_BASE

225 ifdef EL3_PAYLOAD_BASE
226 $(warning "SPD and EL3_PAYLOAD_BASE are incompatible build options.")
305 ifdef EL3_PAYLOAD_BASE
307 $(warning "PRELOADED_BL33_BASE and EL3_PAYLOAD_BASE are \
308 incompatible build options. EL3_PAYLOAD_BASE has priority.")
311 $(error "GENERATE_COT and EL3_PAYLOAD_BASE are incompatible build options.")
314 $(error "TRUSTED_BOARD_BOOT and EL3_PAYLOAD_BASE are incompatible build options.")
319 ifdef EL3_PAYLOAD_BASE
351 ifdef EL3_PAYLOAD_BASE
427 ifndef EL3_PAYLOAD_BASE
508 # Define the EL3_PAYLOAD_BASE flag only if it is provided.
509 ifdef EL3_PAYLOAD_BASE
510 $(eval $(call add_define,EL3_PAYLOAD_BASE))
513 # EL3_PAYLOAD_BASE is not defined, as it has priority.