Searched refs:PLAT (Results 1 – 6 of 6) sorted by relevance
32 PLAT := none macro49 ifeq (${PLAT},none)50 $(error Error: No platform defined. Use PLAT=<platform>.)66 INC_DIR := -I ./include -I ../../plat/${PLAT}/include
55 TSP_PLAT_MAKEFILE := plat/${PLAT}/tsp/tsp-${PLAT}.mk57 $(error TSP is not supported on platform ${PLAT})
49 PLAT := ${DEFAULT_PLAT} macro120 BUILD_PLAT := ${BUILD_BASE}/${PLAT}/${BUILD_TYPE}139 ifeq (${PLAT},)142 ifeq ($(findstring ${PLAT},${PLATFORMS}),)149 @echo "Building ${PLAT}"151 include plat/${PLAT}/platform.mk346 ${Q}${MAKE} PLAT=${PLAT} --no-print-directory -C ${CRTTOOLPATH} clean353 ${Q}${MAKE} PLAT=${PLAT} --no-print-directory -C ${CRTTOOLPATH} clean369 ${Q}${MAKE} PLAT=${PLAT} --no-print-directory -C ${CRTTOOLPATH}577 …$(if ${BL30},,$(error "To build a FIP for platform ${PLAT}, please set BL30 to point to the SCP fi…[all …]
162 …CROSS_COMPILE="$CROSS_COMPILE" make -j$NUM_THREADS PLAT="$ATF_PLATFORM" $SPD_OPTION DEBUG=$DEBUG $…
7 PLAT= none macro50 default: $(PLAT)
83 make PLAT=<platform> all fip85 If `PLAT` is not specified, `fvp` is assumed by default. See the "Summary of130 make DEBUG=<D> PLAT=<platform> clean205 * `PLAT`: Choose a platform to build ARM Trusted Firmware for. The chosen393 make PLAT=<platform> DEBUG=1 V=1 all fip413 make PLAT=<platform> DEBUG=1 V=1 all fip428 make PLAT=<platform> SPD=tspd all fip