Lines Matching +full:85 +full:d
14 # -d devtree specify device-tree blob
20 # -D dir specify directory containing data files used by script
70 echo ' [-d devtree] [-s tree.dts] [-e esm_blob]' >&2
71 echo ' [-c] [-C cross-prefix] [-D datadir] [-W workingdir]' >&2
110 -d)
133 -D)
307 platformo=$object/cuboot-85xx-cpm2.o
310 platformo=$object/cuboot-85xx.o
347 platformo=$object/cuboot-85xx.o
429 link_addr=$(printf "%d" $link_address)
442 head -n1 | cut -d' ' -f3`
454 $uboot_version -d "$vmz" "$ofile"
499 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
500 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3`
519 $uboot_version -d "$ofile".gz "$ofile"
543 | cut -d' ' -f1`
544 system_reset_overlay=`printf "%d" $system_reset_overlay`
547 | cut -d' ' -f1`
548 system_reset_kernel=`printf "%d" $system_reset_kernel`
570 size=$(${CROSS}nm --no-sort --radix=d "$ofile" | grep -E ' _end$' | cut -d' ' -f1)