Lines Matching refs:bf
100 bf=${f##*/}
101 bf=${bf#microcode_}
102 bf=${bf%.bin}
103 [[ $bf = amd* ]] || errexit "$f does not look like a firmware file"
105 echo "*** Converting $bf"
107 mkdir $tmp/out/$bf
110 $UCODEADM -i -R $tmp/out/$bf $tmp/amd-fw
137 bf=${f##*/}
138 [[ $bf = THIRDPARTYLICENSE* ]] && continue
139 [[ $bf = Makefile* ]] && continue
140 echo "file path=$FW/$bf group=sys mode=0444 reboot-needed=true" >> $mf