Lines Matching refs:ofile
34 ofile=zImage
71 ofile="$1"
192 tmp="$ofile"
342 rm -f "$ofile"
344 $uboot_version -d "$vmz" "$ofile"
351 rm -f "$ofile"
361 $uboot_version -d "$vmz":"$real_rd":"$dtb" "$ofile"
398 ${CROSS}ld -m $format -T $lds $text_start $pie -o "$ofile" \
404 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
405 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3`
408 mv "$ofile" "$ofile".elf
409 ${CROSS}objcopy -O binary "$ofile".elf "$ofile"
415 $objbin/addnote "$ofile"
418 ${CROSS}objcopy -O aixcoff-rs6000 --set-start "$entry" "$ofile"
419 $objbin/hack-coff "$ofile"
422 gzip -n -f -9 "$ofile"
424 $uboot_version -d "$ofile".gz "$ofile"
427 mv "$ofile" "$ofile.elf"
428 $objbin/mktree "$ofile.elf" "$ofile" "$base" "$entry"
430 rm -f "$ofile.elf"
446 system_reset_overlay=0x`${CROSS}nm "$ofile" \
450 system_reset_kernel=0x`${CROSS}nm "$ofile" \
457 ${CROSS}objcopy -O binary "$ofile" "$ofile.bin"
459 dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \
463 dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \
467 odir="$(dirname "$ofile.bin")"
469 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/otheros.bld"