Lines Matching refs:vpd
9 # * H2O BIOS, with RO VPD area copied from the current BIOS
92 # Copy the VPD info from RAM, since we can't extract it as text
95 mosys vpd print all > "$FLAGS_backup_dir/$FLAGS_asset_tag.vpd.txt" ||
96 echo "WARNING: unable to save VPD as text."
147 # Find the RO VPD area in the current firmware
148 local t="$(mosys -k eeprom map "$OLD_BIOS" | grep 'RO VPD')"
151 debug_msg "Found VPD at offset $vpd_offset size $vpd_size"
155 debug_msg "In decimal, VPD is at offset $vpd_offset size $vpd_size"
157 # Copy the RO VPD from the old firmware to the new firmware
158 debug_msg "Copying VPD from old firmware to new firmware"
161 if="$OLD_BIOS" of="$NEW_BIOS" || err_die "Unable to copy RO VPD"