aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2014-10-31 15:18:48 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-11-05 06:05:01 +0000
commit6b5b8f65d52bc91ca37e5cb484867251d81136b1 (patch)
treea5611c53ec710ed4ea89d825d625b3dec12ff5c0 /Makefile
parentf97d3879d021159a8d5e050f4533da81f92b267d (diff)
downloadvboot_reference-6b5b8f65d52bc91ca37e5cb484867251d81136b1.tar.gz
vboot2: use common header size fields
Add functions for verifying object integrity using common header size fields. Convert vb2_packed_key2 to use the the new functions. This isn't much prettier for packed keys; the benefit is more obvious for keyblocks (coming next). BUG=chromium:423882 BRANCH=none TEST=VBOOT2=1 make runtests Change-Id: I0c09533368abb7ced3b5ac622a15e62832413b7f Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/226874 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 c72c6a7e..146c042d 100644
--- a/Makefile
+++ b/Makefile
@@ -283,6 +283,7 @@ VBSLK_SRCS = \
FWLIB2_SRCS = \
firmware/2lib/2api.c \
firmware/2lib/2common.c \
+ firmware/2lib/2common2.c \
firmware/2lib/2crc8.c \
firmware/2lib/2misc.c \
firmware/2lib/2nvstorage.c \