Searched refs:BOOT1_OFFSET (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/stand/efi/boot1/
H A DMakefile.fat3 BOOT1_OFFSET=0x2d
H A Dgenerate-fat.sh16 BOOT1_OFFSET=2d
36 echo "BOOT1_OFFSET=0x$BOOT1_OFFSET" >> Makefile.fat
68 if [ $OFFSET != $BOOT1_OFFSET ]; then
69 echo "Incorrect offset $OFFSET != $BOOT1_OFFSET" >&2
H A DMakefile115 ${DD} if=${.ALLSRC} of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc
/freebsd-12-stable/stand/powerpc/boot1.chrp/
H A DMakefile.hfs4 BOOT1_OFFSET=0x1c
H A Dgenerate-hfs.sh46 BOOT1_OFFSET=$(hd $OUTPUT_FILE | grep 'Boot1 START' | cut -f 1 -d ' ')
50 BOOT1_OFFSET=$(echo 0x$BOOT1_OFFSET | awk '{printf("%x\n",$1/512);}')
55 echo "BOOT1_OFFSET=0x$BOOT1_OFFSET" >> Makefile.hfs
H A DMakefile27 ${DD} if=boot1.elf of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc

Completed in 114 milliseconds