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)
308 platformo=$object/cuboot-85xx-cpm2.o
311 platformo=$object/cuboot-85xx.o
348 platformo=$object/cuboot-85xx.o
430 link_addr=$(printf "%d" $link_address)
443 head -n1 | cut -d' ' -f3`
455 $uboot_version -d "$vmz" "$ofile"
500 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1`
501 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3`
520 $uboot_version -d "$ofile".gz "$ofile"
544 | cut -d' ' -f1`
545 system_reset_overlay=`printf "%d" $system_reset_overlay`
548 | cut -d' ' -f1`
549 system_reset_kernel=`printf "%d" $system_reset_kernel`
571 size=$(${CROSS}nm --no-sort --radix=d "$ofile" | grep -E ' _end$' | cut -d' ' -f1)