Home
last modified time | relevance | path

Searched refs:PLAT (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/
DMakefile32 PLAT := none macro
49 ifeq (${PLAT},none)
50 $(error Error: No platform defined. Use PLAT=<platform>.)
66 INC_DIR := -I ./include -I ../../plat/${PLAT}/include
/device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
Dtsp.mk55 TSP_PLAT_MAKEFILE := plat/${PLAT}/tsp/tsp-${PLAT}.mk
57 $(error TSP is not supported on platform ${PLAT})
/device/linaro/bootloader/arm-trusted-firmware/
DMakefile49 PLAT := ${DEFAULT_PLAT} macro
120 BUILD_PLAT := ${BUILD_BASE}/${PLAT}/${BUILD_TYPE}
139 ifeq (${PLAT},)
142 ifeq ($(findstring ${PLAT},${PLATFORMS}),)
149 @echo "Building ${PLAT}"
151 include plat/${PLAT}/platform.mk
346 ${Q}${MAKE} PLAT=${PLAT} --no-print-directory -C ${CRTTOOLPATH} clean
353 ${Q}${MAKE} PLAT=${PLAT} --no-print-directory -C ${CRTTOOLPATH} clean
369 ${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 …]
/device/linaro/hikey/uefi-tools/
Datf-build.sh162 …CROSS_COMPILE="$CROSS_COMPILE" make -j$NUM_THREADS PLAT="$ATF_PLATFORM" $SPD_OPTION DEBUG=$DEBUG $…
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
DMakefile7 PLAT= none macro
50 default: $(PLAT)
/device/linaro/bootloader/arm-trusted-firmware/docs/
Duser-guide.md83 make PLAT=<platform> all fip
85 If `PLAT` is not specified, `fvp` is assumed by default. See the "Summary of
130 make DEBUG=<D> PLAT=<platform> clean
205 * `PLAT`: Choose a platform to build ARM Trusted Firmware for. The chosen
393 make PLAT=<platform> DEBUG=1 V=1 all fip
413 make PLAT=<platform> DEBUG=1 V=1 all fip
428 make PLAT=<platform> SPD=tspd all fip