summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-04-09 10:15:26 -0700
committerChromeBot <chrome-bot@google.com>2013-04-09 15:55:02 -0700
commit20807b6158b6a43baf0974bc763890888ba1f841 (patch)
tree3794ef628e125b86ead259cf1daf5f44b33d1f1b /tests
parent6db8c75021e2edfa400ae707a8544d041e3c415f (diff)
downloadvboot-20807b6158b6a43baf0974bc763890888ba1f841.tar.gz
Build dump_fmap into futility.
This stops creating dump_fmap as a standalone utility and builds it into futility. Since it was already invoked as a symlink, no user-visible changes should be observed. BUG=chromium:224734 BRANCH=none TEST=manual, trybots sudo FEATURES=test emerge vboot_reference FEATURES=test emerge-$BOARD vboot_reference Change-Id: I68d1bea0c1867043b2633e15509b95c2717009a7 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/47672 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/futility/data_fmap.binbin0 -> 6144 bytes
-rw-r--r--tests/futility/data_fmap_expect_f.txt30
-rw-r--r--tests/futility/data_fmap_expect_h.txt31
-rw-r--r--tests/futility/data_fmap_expect_p.txt30
-rwxr-xr-xtests/futility/run_test_scripts.sh5
-rwxr-xr-xtests/futility/test_dump_fmap.sh30
-rwxr-xr-xtests/futility/test_not_really.sh13
7 files changed, 124 insertions, 15 deletions
diff --git a/tests/futility/data_fmap.bin b/tests/futility/data_fmap.bin
new file mode 100644
index 00000000..67e57a04
--- /dev/null
+++ b/tests/futility/data_fmap.bin
Binary files differ
diff --git a/tests/futility/data_fmap_expect_f.txt b/tests/futility/data_fmap_expect_f.txt
new file mode 100644
index 00000000..c6658db2
--- /dev/null
+++ b/tests/futility/data_fmap_expect_f.txt
@@ -0,0 +1,30 @@
+0x00000000:0x001fffff SI_ALL
+0x00000000:0x00000fff SI_DESC
+0x00001000:0x001fffff SI_ME
+0x00200000:0x007fffff SI_BIOS
+0x00200000:0x002effff RW_SECTION_A
+0x00200000:0x0020ffff VBLOCK_A
+0x00210000:0x002effbf FW_MAIN_A
+0x002effc0:0x002effff RW_FWID_A
+0x002f0000:0x003dffff RW_SECTION_B
+0x002f0000:0x002fffff VBLOCK_B
+0x00300000:0x003dffbf FW_MAIN_B
+0x003dffc0:0x003dffff RW_FWID_B
+0x003e0000:0x003effff RW_MRC_CACHE
+0x003f0000:0x003f3fff RW_ELOG
+0x003f4000:0x003f7fff RW_SHARED
+0x003f4000:0x003f5fff SHARED_DATA
+0x003f6000:0x003f7fff VBLOCK_DEV
+0x003f8000:0x003fbfff RW_ENVIRONMENT
+0x003fc000:0x003fdfff RW_VPD
+0x003fe000:0x003fffff RW_UNUSED
+0x00400000:0x005fffff RW_LEGACY
+0x00600000:0x007fffff WP_RO
+0x00600000:0x00603fff RO_VPD
+0x00604000:0x0060ffff RO_UNUSED
+0x00610000:0x007fffff RO_SECTION
+0x00610000:0x006107ff FMAP
+0x00610800:0x0061083f RO_FRID
+0x00610840:0x00610fff RO_FRID_PAD
+0x00611000:0x006fffff GBB
+0x00700000:0x007fffff BOOT_STUB
diff --git a/tests/futility/data_fmap_expect_h.txt b/tests/futility/data_fmap_expect_h.txt
new file mode 100644
index 00000000..fe31c1ed
--- /dev/null
+++ b/tests/futility/data_fmap_expect_h.txt
@@ -0,0 +1,31 @@
+# name start end size
+SI_BIOS 00200000 00800000 00600000
+ WP_RO 00600000 00800000 00200000
+ RO_SECTION 00610000 00800000 001f0000
+ BOOT_STUB 00700000 00800000 00100000
+ GBB 00611000 00700000 000ef000
+ RO_FRID_PAD 00610840 00611000 000007c0
+ RO_FRID 00610800 00610840 00000040
+ FMAP 00610000 00610800 00000800
+ RO_UNUSED 00604000 00610000 0000c000
+ RO_VPD 00600000 00604000 00004000
+ RW_LEGACY 00400000 00600000 00200000
+ RW_UNUSED 003fe000 00400000 00002000
+ RW_VPD 003fc000 003fe000 00002000
+ RW_ENVIRONMENT 003f8000 003fc000 00004000
+ RW_SHARED 003f4000 003f8000 00004000
+ VBLOCK_DEV 003f6000 003f8000 00002000
+ SHARED_DATA 003f4000 003f6000 00002000
+ RW_ELOG 003f0000 003f4000 00004000
+ RW_MRC_CACHE 003e0000 003f0000 00010000
+ RW_SECTION_B 002f0000 003e0000 000f0000
+ RW_FWID_B 003dffc0 003e0000 00000040
+ FW_MAIN_B 00300000 003dffc0 000dffc0
+ VBLOCK_B 002f0000 00300000 00010000
+ RW_SECTION_A 00200000 002f0000 000f0000
+ RW_FWID_A 002effc0 002f0000 00000040
+ FW_MAIN_A 00210000 002effc0 000dffc0
+ VBLOCK_A 00200000 00210000 00010000
+SI_ALL 00000000 00200000 00200000
+ SI_ME 00001000 00200000 001ff000
+ SI_DESC 00000000 00001000 00001000
diff --git a/tests/futility/data_fmap_expect_p.txt b/tests/futility/data_fmap_expect_p.txt
new file mode 100644
index 00000000..c0cf17bd
--- /dev/null
+++ b/tests/futility/data_fmap_expect_p.txt
@@ -0,0 +1,30 @@
+SI_ALL 0 2097152
+SI_DESC 0 4096
+SI_ME 4096 2093056
+SI_BIOS 2097152 6291456
+RW_SECTION_A 2097152 983040
+VBLOCK_A 2097152 65536
+FW_MAIN_A 2162688 917440
+RW_FWID_A 3080128 64
+RW_SECTION_B 3080192 983040
+VBLOCK_B 3080192 65536
+FW_MAIN_B 3145728 917440
+RW_FWID_B 4063168 64
+RW_MRC_CACHE 4063232 65536
+RW_ELOG 4128768 16384
+RW_SHARED 4145152 16384
+SHARED_DATA 4145152 8192
+VBLOCK_DEV 4153344 8192
+RW_ENVIRONMENT 4161536 16384
+RW_VPD 4177920 8192
+RW_UNUSED 4186112 8192
+RW_LEGACY 4194304 2097152
+WP_RO 6291456 2097152
+RO_VPD 6291456 16384
+RO_UNUSED 6307840 49152
+RO_SECTION 6356992 2031616
+FMAP 6356992 2048
+RO_FRID 6359040 64
+RO_FRID_PAD 6359104 1984
+GBB 6361088 978944
+BOOT_STUB 7340032 1048576
diff --git a/tests/futility/run_test_scripts.sh b/tests/futility/run_test_scripts.sh
index d886ea95..97e9d841 100755
--- a/tests/futility/run_test_scripts.sh
+++ b/tests/futility/run_test_scripts.sh
@@ -28,11 +28,12 @@ OUTDIR="${BUILD}/tests/futility_test_results"
# Let each test know where to find things...
export FUTILITY
+export OLDDIR
export SCRIPTDIR
export OUTDIR
# These are the scripts to run. Binaries are invoked directly by the Makefile.
-TESTS="${SCRIPTDIR}/test_not_really.sh"
+TESTS="${SCRIPTDIR}/test_dump_fmap.sh"
# Get ready...
@@ -46,7 +47,7 @@ progs=0
# Here are the old programs to be wrapped
# FIXME: dev_debug_vboot isn't tested right now.
PROGS=${*:-cgpt crossystem dev_sign_file dumpRSAPublicKey
- dump_fmap dump_kernel_config enable_dev_usb_boot gbb_utility
+ dump_kernel_config enable_dev_usb_boot gbb_utility
tpm_init_temp_fix tpmc vbutil_firmware vbutil_kernel vbutil_key
vbutil_keyblock vbutil_what_keys}
diff --git a/tests/futility/test_dump_fmap.sh b/tests/futility/test_dump_fmap.sh
new file mode 100755
index 00000000..e4d35d08
--- /dev/null
+++ b/tests/futility/test_dump_fmap.sh
@@ -0,0 +1,30 @@
+#!/bin/bash -eu
+# Copyright (c) 2013 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.
+
+me=${0##*/}
+
+if [ -e "$OLDDIR/dump_fmap" ] ; then
+ echo old dump_fmap binary still exists 1>&2
+ exit 1
+fi
+
+TMP="$OUTDIR/$me.tmp"
+
+"$FUTILITY" dump_fmap -f "${SCRIPTDIR}/data_fmap.bin" > "$TMP"
+cmp "${SCRIPTDIR}/data_fmap_expect_f.txt" "$TMP"
+
+"$FUTILITY" dump_fmap -p "${SCRIPTDIR}/data_fmap.bin" > "$TMP"
+cmp "${SCRIPTDIR}/data_fmap_expect_p.txt" "$TMP"
+
+"$FUTILITY" dump_fmap -h "${SCRIPTDIR}/data_fmap.bin" > "$TMP"
+cmp "${SCRIPTDIR}/data_fmap_expect_h.txt" "$TMP"
+
+# This should fail because the input file is truncated and doesn't really
+# contain the stuff that the FMAP claims it does.
+cd "$OUTDIR" # TODO: we really need a directory argument for dump_fmap.
+if "$FUTILITY" dump_fmap -x "${SCRIPTDIR}/data_fmap.bin" FMAP ; then
+ echo Wait, that was supposed to fail. 1>&2
+ exit 1
+fi
diff --git a/tests/futility/test_not_really.sh b/tests/futility/test_not_really.sh
deleted file mode 100755
index 8ea0c9a2..00000000
--- a/tests/futility/test_not_really.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash -eu
-# Copyright (c) 2013 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.
-
-me=${0##*/}
-
-TMP="$OUTDIR/$me.tmp"
-
-echo "FUTILITY=$FUTILITY" > "$TMP"
-echo "SCRIPTDIR=$SCRIPTDIR" >> "$TMP"
-
-exit 0