blob: 1d0f6f976dd4bcaab9d543b3ad675a58aea7baa5 [file] [log] [blame]
#!/bin/sh
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# File to store firmware timing information
BIOS_TIMES_FILE="/var/log/bios_times.txt"
if ! /usr/bin/cbmem > ${BIOS_TIMES_FILE} 2> /dev/null; then
echo "unavailable" > ${BIOS_TIMES_FILE}
fi