Lines Matching full:platform
47 <platform>_defconfig file. Implements and saves the manual configuration
51 usage: $0 [options] platform(s)
134 # parse platform args
136 platform=none
140 platform=$i
145 if [ "$platform" == "none" ]; then
146 echo "Error: Unknown platform specified: $arg"
152 # check target platform(s) have been passed in
177 for platform in "${PLATFORMS[@]}"
182 case $platform in
184 PLATFORM="baytrail"
190 PLATFORM="cherrytrail"
196 PLATFORM="broadwell"
202 PLATFORM="haswell"
208 PLATFORM="apollolake"
222 PLATFORM="skylake"
236 PLATFORM="kabylake"
250 PLATFORM="cannonlake"
257 PLATFORM="suecreek"
264 PLATFORM="icelake"
271 PLATFORM="tgplp"
283 PLATFORM="tgph"
295 PLATFORM="jasperlake"
302 PLATFORM="imx8"
308 PLATFORM="imx8x"
314 PLATFORM="imx8m"
320 PLATFORM="imx8ulp"
326 PLATFORM="renoir"
368 case "$platform" in
374 BUILD_DIR=build_${platform}_${COMPILER}
389 -DINIT_CONFIG=${PLATFORM}${DEFCONFIG_PATCH}_defconfig \
428 done # for platform in ...