summaryrefslogtreecommitdiffstats
path: root/src/include/bootmode.h
diff options
context:
space:
mode:
authorHsuan-ting Chen <roccochen@google.com>2021-10-07 06:21:28 +0000
committerFelix Held <felix-coreboot@felixheld.de>2021-10-15 13:00:32 +0000
commitadb393bdd6cd6734fa2672bd174aca4588a68016 (patch)
tree584f20ba1cadcb3b36c856d501d4a7b3d4eeb047 /src/include/bootmode.h
parent82130369a1c8b06b0aa5e804096d93b98ffce7cc (diff)
downloadcoreboot-adb393bdd6cd6734fa2672bd174aca4588a68016.tar.gz
coreboot-adb393bdd6cd6734fa2672bd174aca4588a68016.tar.bz2
coreboot-adb393bdd6cd6734fa2672bd174aca4588a68016.zip
Revert "vboot_logic: Set VB2_CONTEXT_EC_TRUSTED in verstage_main"
This reverts commit 6260bf712a836762b18d80082505e981e040f4bc. Reason for revert: This CL did not handle Intel GPIO correctly. We need to add GPIO_EC_IN_RW into early_gpio_table for platforms using Intel SoC. Signed-off-by: Hsuan Ting Chen <roccochen@chromium.org> Change-Id: Iaeb1bf598047160f01e33ad0d9d004cad59e3f75 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57951 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/bootmode.h')
-rw-r--r--src/include/bootmode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/bootmode.h b/src/include/bootmode.h
index da2dbf65657b..aadecba33404 100644
--- a/src/include/bootmode.h
+++ b/src/include/bootmode.h
@@ -11,7 +11,6 @@ int get_recovery_mode_retrain_switch(void);
int clear_recovery_mode_switch(void);
int get_wipeout_mode_switch(void);
int get_lid_switch(void);
-int get_ec_is_trusted(void);
/* Return 1 if display initialization is required. 0 if not. */
int display_init_required(void);