OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLATFORM_ARCH
(Results
1 - 4
of
4
) sorted by null
/device/linaro/hikey/uefi-tools/
common-functions
46
echo "Target: $
PLATFORM_ARCH
"
48
if [ "$
PLATFORM_ARCH
" = "$BUILD_ARCH" ]; then
50
elif [ "$
PLATFORM_ARCH
" == "AARCH64" ]; then
56
elif [ "$
PLATFORM_ARCH
" == "ARM" ]; then
63
echo "Unsupported target architecture '$
PLATFORM_ARCH
'!" >&2
opteed-build.sh
37
PLATFORM_ARCH
="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o arch`"
42
echo "
PLATFORM_ARCH
=$
PLATFORM_ARCH
"
55
if [ "$
PLATFORM_ARCH
" = "AARCH64" ]; then
59
PLATFORM_ARCH
="ARM"
61
PLATFORM_ARCH
="AARCH64"
uefi-build.sh
34
PLATFORM_ARCH
="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o arch`"
59
echo "
PLATFORM_ARCH
=$
PLATFORM_ARCH
"
66
echo "Building $PLATFORM_NAME - $
PLATFORM_ARCH
"
84
export ${TOOLCHAIN}_${
PLATFORM_ARCH
}_PREFIX=$CROSS_COMPILE
85
echo "Toolchain prefix: ${TOOLCHAIN}_${
PLATFORM_ARCH
}_PREFIX=$CROSS_COMPILE"
94
echo ${TOOLCHAIN}_${
PLATFORM_ARCH
}_PREFIX=$CROSS_COMPILE build -n $NUM_THREADS -a "$
PLATFORM_ARCH
" -t ${TOOLCHAIN} -p "$PLATFORM_DSC" -b "$target" \
96
build -n $NUM_THREADS -a "$
PLATFORM_ARCH
" -t ${TOOLCHAIN} -p "$PLATFORM_DSC" -b "$target" \
atf-build.sh
60
PLATFORM_ARCH
="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o arch`"
66
echo "
PLATFORM_ARCH
=$
PLATFORM_ARCH
"
Completed in 150 milliseconds