summaryrefslogtreecommitdiff
path: root/src/mainboard/google/sarien
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2019-10-23 15:01:37 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-11-15 10:37:13 +0000
commit2332c7459ebb81c4dd4c3cc8b19beca820e93968 (patch)
tree78bc571ecc06ec9e5022dfd21670b832f59c20bd /src/mainboard/google/sarien
parentd3c58fdc6436b2c4455b07fe764fcae471a65433 (diff)
downloadcoreboot-2332c7459ebb81c4dd4c3cc8b19beca820e93968.tar.xz
vboot: use vboot persistent context
vb2_context object is now stored on the workbuf as part of vb2_shared_data. Use vboot's new API functions vb2api_init and vb2api_relocate to create and move the workbuf. BUG=b:124141368, chromium:994060 TEST=Build locally BRANCH=none Change-Id: I051be1e47bf79b15a1689d49a5d4c031e9363dfa Signed-off-by: Joel Kitching <kitching@google.com> Also-Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/coreboot/+/1902339 Reviewed-on: https://review.coreboot.org/c/coreboot/+/36300 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Diffstat (limited to 'src/mainboard/google/sarien')
-rw-r--r--src/mainboard/google/sarien/chromeos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/sarien/chromeos.c b/src/mainboard/google/sarien/chromeos.c
index 6643d9b55d..bdd414c77c 100644
--- a/src/mainboard/google/sarien/chromeos.c
+++ b/src/mainboard/google/sarien/chromeos.c
@@ -93,8 +93,8 @@ int get_recovery_mode_switch(void)
* and the value from the TPM would be wrong anyway since the verstage
* read would have cleared the value on the TPM.
*
- * The TPM recovery request is passed between stages through the
- * vboot_get_shared_data or cbmem depending on stage.
+ * The TPM recovery request is passed between stages through vboot data
+ * or cbmem depending on stage.
*/
if (ENV_VERSTAGE &&
tlcl_cr50_get_recovery_button(&cr50_state) == TPM_SUCCESS &&