Home
last modified time | relevance | path

Searched refs:DDF_VOLUME_SIZE (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/bin/tool/
Dcafedevrun.sh167 DDF_VOLUME_SIZE=$INDIVIDUAL_DDF_VOLUME_SIZE
169 if [ -z "$DDF_VOLUME_SIZE" ]; then
170 DDF_VOLUME_SIZE=$DEFAULT_DDF_VOLUME_SIZE
178 if ((UPPERBOUND_VOLUME_ADDRESS < (DDF_VOLUME_ADDR + DDF_VOLUME_SIZE)))
180 ((DDF_VOLUME_SIZE=(UPPERBOUND_VOLUME_ADDRESS - DDF_VOLUME_ADDR)))
181 DDF_VOLUME_SIZE=`printf "0x%08X" "${DDF_VOLUME_SIZE}"`
183 … sed -i -e "s|^ *VolumeSize *=.*$|VolumeSize = ${DDF_VOLUME_SIZE}|" "$INDIVIDUAL_DDF_FILE"
184 …d volume size in order to add a partition - old: $INDIVIDUAL_DDF_VOLUME_SIZE new: $DDF_VOLUME_SIZE"