HomeSort by relevance Sort by last modified time
    Searched refs:BL30 (Results 1 - 2 of 2) sorted by null

  /device/linaro/hikey/uefi-tools/
atf-build.sh 71 unset BL30 BL31 BL32 BL33
72 BL30="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o scp_bin`"
75 SCP_BL2="$EDK2_DIR/$BL30"
88 if [ X"$BL30" != X"" ]; then
89 BL30="${EDK2_DIR}"/"${BL30}"
135 export BL30 BL31 BL32 BL33
137 echo "BL30=$BL30"
140 echo "SCP_BL2=$BL30"
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/
Makefile 573 $(if ${BL30}, $(eval $(call MAKE_TOOL_ARGS,30,${BL30},in_fip,${CERTS},${CERTS},${BL30_KEY})))
575 # If BL3-0 is needed by the platform then 'BL30' variable must be defined.
577 $(if ${BL30},,$(error "To build a FIP for platform ${PLAT}, please set BL30 to point to the SCP firmware"))
583 $(if ${BL30},$(warning "BL3-0 is not supported on platform ${PLAT}, it will just be ignored"),)

Completed in 108 milliseconds