HomeSort by: relevance | last modified time | path
    Searched refs:bootoffset (Results 1 - 4 of 4) sorted by relevancy

  /src/distrib/utils/embedded/conf/
riscv.conf 28 local bootoffset=$(( ${init} * 1024 ))
30 local asize=$(( ${totalsize} - ${bootsize} - ${bootoffset} ))
31 local aoffset=$(( ${bootoffset} + ${bootsize} ))
62 e: ${bootsize} ${bootoffset} MSDOS #
evbmips.conf 30 local bootoffset=$(( ${init} * 1024 ))
32 local asize=$(( ${totalsize} - ${bootsize} - ${bootoffset} ))
33 local aoffset=$(( ${bootoffset} + ${bootsize} ))
64 e: ${bootsize} ${bootoffset} MSDOS #
evbarm.conf 30 local bootoffset=$(( ${init} * 1024 ))
32 local asize=$(( ${totalsize} - ${bootsize} - ${bootoffset} ))
33 local aoffset=$(( ${bootoffset} + ${bootsize} ))
64 e: ${bootsize} ${bootoffset} MSDOS #
evbppc.conf 30 local bootoffset=$(( ${init} * 1024 ))
32 local asize=$(( ${totalsize} - ${bootsize} - ${bootoffset} ))
33 local aoffset=$(( ${bootoffset} + ${bootsize} ))
64 e: ${bootsize} ${bootoffset} MSDOS #

Completed in 12 milliseconds