Lines Matching refs:s

982 	$(s)echo "Building ${PLAT}"
1074 INITRD_SIZE ?= $(shell printf "0x%x\n" $$(stat -Lc %s $(INITRD_PATH)))
1078 $(s)echo " INITRD $(HW_CONFIG)"
1091 $(s)echo
1092 $(s)echo "Built SP Images successfully"
1093 $(s)echo
1106 $(s)echo " CLEAN"
1116 $(s)echo " REALCLEAN"
1127 $(s)echo " CHECKING STYLE"
1144 $(s)echo " CHECKING STYLE"
1164 $(s)echo
1165 $(s)echo "Built $@ successfully"
1166 $(s)echo
1171 $(s)echo
1172 $(s)echo "Built $@ successfully"
1173 $(s)echo "Certificates can be found in ${BUILD_PLAT}"
1174 $(s)echo
1182 $(s)echo
1183 $(s)echo "Built $@ successfully"
1184 $(s)echo
1191 $(s)echo
1192 $(s)echo "Built $@ successfully"
1193 $(s)echo
1198 $(s)echo
1199 $(s)echo "Built $@ successfully"
1200 $(s)echo "FWU certificates can be found in ${BUILD_PLAT}"
1201 $(s)echo
1207 $(s)echo
1208 $(s)echo "Built $@ successfully"
1209 $(s)echo "BL2 certificates can be found in ${BUILD_PLAT}"
1210 $(s)echo
1217 $(s)echo
1218 $(s)echo "Built $@ successfully"
1219 $(s)echo
1248 $(s)echo " BUILD DOCUMENTATION"
1256 $(s)echo
1257 $(s)echo "Built $@ successfully"
1258 $(s)echo
1261 $(s)echo " CSCOPE"
1266 $(s)echo "usage: ${MAKE} [PLAT=<platform>] [OPTIONS] [TARGET]"
1267 $(s)echo ""
1268 $(s)echo "PLAT is used to specify which platform you wish to build."
1269 $(s)echo "If no platform is specified, PLAT defaults to: ${DEFAULT_PLAT}"
1270 $(s)echo ""
1271 $(s)echo "platform = ${PLATFORM_LIST}"
1272 $(s)echo ""
1273 $(s)echo "Please refer to the User Guide for a list of all supported options."
1274 $(s)echo "Note that the build system doesn't track dependencies for build "
1275 $(s)echo "options. Therefore, if any of the build options are changed "
1276 $(s)echo "from a previous build, a clean build must be performed."
1277 $(s)echo ""
1278 $(s)echo "Supported Targets:"
1279 $(s)echo " all Build all individual bootloader binaries"
1280 $(s)echo " bl1 Build the BL1 binary"
1281 $(s)echo " bl2 Build the BL2 binary"
1282 $(s)echo " bl2u Build the BL2U binary"
1283 $(s)echo " bl31 Build the BL31 binary"
1284 $(s)echo " bl32 Build the BL32 binary. If ARCH=aarch32, then "
1285 $(s)echo " this builds secure payload specified by AARCH32_SP"
1286 $(s)echo " certificates Build the certificates (requires 'GENERATE_COT=1')"
1287 $(s)echo " fip Build the Firmware Image Package (FIP)"
1288 $(s)echo " fwu_fip Build the FWU Firmware Image Package (FIP)"
1289 $(s)echo " checkcodebase Check the coding style of the entire source tree"
1290 $(s)echo " checkpatch Check the coding style on changes in the current"
1291 $(s)echo " branch against BASE_COMMIT (default origin/master)"
1292 $(s)echo " clean Clean the build for the selected platform"
1293 $(s)echo " cscope Generate cscope index"
1294 $(s)echo " distclean Remove all build artifacts for all platforms"
1295 $(s)echo " certtool Build the Certificate generation tool"
1296 $(s)echo " enctool Build the Firmware encryption tool"
1297 $(s)echo " fiptool Build the Firmware Image Package (FIP) creation tool"
1298 $(s)echo " sp Build the Secure Partition Packages"
1299 $(s)echo " sptool Build the Secure Partition Package creation tool"
1300 $(s)echo " dtbs Build the Device Tree Blobs (if required for the platform)"
1301 $(s)echo " memmap Print the memory map of the built binaries"
1302 $(s)echo " doc Build html based documentation using Sphinx tool"
1303 $(s)echo ""
1304 $(s)echo "Note: most build targets require PLAT to be set to a specific platform."
1305 $(s)echo ""
1306 $(s)echo "example: build all targets for the FVP platform:"
1307 $(s)echo " CROSS_COMPILE=aarch64-none-elf- make PLAT=fvp all"