summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/dedede/mainboard.c
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@google.com>2020-08-20 14:33:27 -0600
committerEdward O'Callaghan <quasisec@chromium.org>2020-08-22 01:22:44 +0000
commitd329417062fdf30a895057d127217eba042d02e9 (patch)
tree083a423988f3005acc72330d18991b2b39764a37 /src/mainboard/google/dedede/mainboard.c
parentb9042cb942528a056e3a6aacebcede76ce3f15a6 (diff)
downloadcoreboot-d329417062fdf30a895057d127217eba042d02e9.tar.gz
coreboot-d329417062fdf30a895057d127217eba042d02e9.tar.bz2
coreboot-d329417062fdf30a895057d127217eba042d02e9.zip
mb/google/dedede: Enable CSE Board Reset Override
This will ensure that the cold reset is performed when CSE Lite jumps from RO to RW. BUG=b:162386991 TEST=Ensure that Drawcia board boots to OS. Ensure that global reset is triggered when cr50 is running firmware versions newer than 0.0.22. On cr50 versions 0.0.22 or older, EC triggers cold reset of AP. Change-Id: I46a390c71e380328cd7fe70214df09553b2db75c Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44645 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/dedede/mainboard.c')
-rw-r--r--src/mainboard/google/dedede/mainboard.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/google/dedede/mainboard.c b/src/mainboard/google/dedede/mainboard.c
index 4695a9f5aece..cb84e1f400c6 100644
--- a/src/mainboard/google/dedede/mainboard.c
+++ b/src/mainboard/google/dedede/mainboard.c
@@ -5,18 +5,8 @@
#include <baseboard/variants.h>
#include <device/device.h>
#include <ec/ec.h>
-#include <ec/google/chromeec/ec.h>
-#include <halt.h>
-#include <intelblocks/cse.h>
#include <vendorcode/google/chromeos/chromeos.h>
-void cse_board_reset(void)
-{
- /* TODO: Check tpm firmware version before initiating AP reset. */
- if (!google_chromeec_ap_reset())
- halt();
-}
-
__weak void variant_isst_override(void)
{
/*