Home
last modified time | relevance | path

Searched refs:SOCFAMILY (Results 1 – 2 of 2) sorted by relevance

/device/amlogic/yukawa/bootloader/scripts/
Dcollect-khadas_binaries-git-refboard.sh26 SOCFAMILY=${2}
29 if [[ "$SOCFAMILY" == "sm1" ]]
31 SOCFAMILY="g12a"
34 if ! [[ "$SOCFAMILY" == "g12a" || "$SOCFAMILY" == "g12b" || "$SOCFAMILY" == "sm1" ]]
36 echo "${SOCFAMILY} is not supported - should be [g12a, g12b, sm1]"
41 BIN_LIST="$SOCFAMILY/bl2.bin \
42 $SOCFAMILY/bl30.bin \
43 $SOCFAMILY/bl31.bin \
44 $SOCFAMILY/bl31.img \
45 $SOCFAMILY/aml_encrypt_$SOCFAMILY "
[all …]
Dgenerate-bins-new.sh29 if [ -e ${FIPDIR}/lpddr3_1d.fw -a "$SOCFAMILY" = "g12a" ]; then
36 if [ "$SOCFAMILY" = "g12a" -o "$SOCFAMILY" = "sm1" -o "$SOCFAMILY" = "g12b" ]; then
72 if [ "$SOCFAMILY" = "gxl" ]
88 elif [ "$SOCFAMILY" = "axg" ]
104 elif [ "$SOCFAMILY" = "g12a" -o "$SOCFAMILY" = "sm1" -o "$SOCFAMILY" = "g12b" ]
149 echo "${SOCFAMILY} is not supported - should be [gxl, axg, g12a, sm1, g12b]"