summaryrefslogtreecommitdiff
path: root/utility
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-12-09 18:51:00 +0800
committerCommit Bot <commit-bot@chromium.org>2020-01-22 09:02:03 +0000
commite22ceb974fc551e41ca588c2b524a0a91fbe5d5a (patch)
tree02206aebc187cf0fe5c21d2ed1ccf7a5b3c82418 /utility
parent39e34fb71632d2a20363f53d2671c98bc972a093 (diff)
downloadvboot-e22ceb974fc551e41ca588c2b524a0a91fbe5d5a.tar.gz
vboot: remove secdata TPM backend code
In vboot 2 design, secdata spaces are read/written by the vboot caller, and not by vboot itself. We still need to maintain a vb2ex_commit_data callback for edge cases, such as when the vboot UI prompts the user to reboot. BUG=b:124141368, chromium:972956 TEST=Build locally, flash and boot eve, check logs for secdata writes and locks TEST=make clean && make runtests BRANCH=none Change-Id: Ib3b628549185749a290dd65e297f2e19adecbc66 Cq-Depend: chromium:1958012 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1958070 Reviewed-by: Joel Kitching <kitching@chromium.org> Commit-Queue: Joel Kitching <kitching@chromium.org> Tested-by: Joel Kitching <kitching@chromium.org>
Diffstat (limited to 'utility')
-rw-r--r--utility/load_kernel_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utility/load_kernel_test.c b/utility/load_kernel_test.c
index 89de19e8..cde3f610 100644
--- a/utility/load_kernel_test.c
+++ b/utility/load_kernel_test.c
@@ -15,7 +15,6 @@
#include "2sysincludes.h"
#include "host_common.h"
#include "load_kernel_fw.h"
-#include "secdata_tpm.h"
#include "vboot_kernel.h"
#define LBA_BYTES 512