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

  /device/linaro/hikey/uefi-tools/
opteed-build.sh 36 PLATFORM_ARCH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o arch`"
41 echo "PLATFORM_ARCH=$PLATFORM_ARCH"
54 if [ "$PLATFORM_ARCH" = "AARCH64" ]; then
58 PLATFORM_ARCH="ARM"
60 PLATFORM_ARCH="AARCH64"
edk2-build.sh 31 PLATFORM_ARCH=`echo $board | cut -s -d: -f2`
32 if [ -n "$PLATFORM_ARCH" ]; then
35 PLATFORM_ARCH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o arch`"
37 PLATFORM_NAME="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o longname` ($PLATFORM_ARCH)"
38 if [ -z "$PLATFORM_ARCH" ]; then
71 echo "PLATFORM_ARCH=$PLATFORM_ARCH"
78 echo "Building $PLATFORM_NAME - $PLATFORM_ARCH"
100 export ${PLATFORM_TOOLCHAIN}_${PLATFORM_ARCH}_PREFIX=$CROSS_COMPILE
101 echo "Toolchain prefix: ${PLATFORM_TOOLCHAIN}_${PLATFORM_ARCH}_PREFIX=$CROSS_COMPILE
    [all...]
uefi-build.sh 38 PLATFORM_ARCH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o arch`"
39 if [ -n "$PLATFORM_ARCH" ]; then
40 if [ -n "$DEFAULT_PLATFORM_ARCH" -a "$DEFAULT_PLATFORM_ARCH" != "$PLATFORM_ARCH" ]; then
42 echo "differs from config file specified '$PLATFORM_ARCH'" >&2
50 PLATFORM_ARCH="$DEFAULT_PLATFORM_ARCH"
74 echo "PLATFORM_ARCH=$PLATFORM_ARCH"
82 if [ -n "$CROSS_COMPILE_64" -a "$PLATFORM_ARCH" == "AARCH64" ]; then
84 elif [ -n "$CROSS_COMPILE_32" -a "$PLATFORM_ARCH" == "ARM" ]; then
92 echo "Building $PLATFORM_NAME - $PLATFORM_ARCH"
    [all...]
common-functions 48 echo "Target: $PLATFORM_ARCH"
50 if [ "$PLATFORM_ARCH" = "$BUILD_ARCH" ]; then
53 case "$PLATFORM_ARCH" in
75 echo "Unsupported target architecture '$PLATFORM_ARCH'!" >&2
atf-build.sh 59 PLATFORM_ARCH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o arch`"
65 echo "PLATFORM_ARCH=$PLATFORM_ARCH"

Completed in 361 milliseconds