summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2014-10-23 15:55:21 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-10-28 22:30:04 +0000
commitf18038b750c43c2185e64db38d0d244c6810083b (patch)
tree76a572d4cbc053398591ab10f0bc76ef011ee50d /Makefile
parentc8c2f023a4914a498c11b855210ef05d4e035d41 (diff)
downloadvboot-f18038b750c43c2185e64db38d0d244c6810083b.tar.gz
vboot2: Move and rename functions
Move packed key functions to their own file, in preparation for introducing support for vb2_packed_key2. Rename the awfully-named vb2_verify_fw_preamble2() function to vb2_load_fw_premable(), since the new structs actually have a vb2_fw_preamble2 struct and that would be very confusing. Rename vb2_verify_fw_keyblock() to vb2_load_fw_keyblock(), so it matches. No functional changes, just renaming. BUG=chromium:423882 BRANCH=none TEST=VBOOT2=1 make runtests Change-Id: Ia914e48e6c5814ab3205b999ceda1aa2452206ff Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/225458 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 10f839f1..a778870b 100644
--- a/Makefile
+++ b/Makefile
@@ -285,6 +285,7 @@ FWLIB2_SRCS = \
firmware/2lib/2crc8.c \
firmware/2lib/2misc.c \
firmware/2lib/2nvstorage.c \
+ firmware/2lib/2packed_key.c \
firmware/2lib/2rsa.c \
firmware/2lib/2secdata.c \
firmware/2lib/2sha1.c \