SANTHOSH JANARDHANA HASSAN has uploaded this change for review.

View Change

google/mistrtal: Setup required Chromeos GPIOs.

Setup Flash write protect, recovery and h1 interrupt
gpios to requires state at boot.

BUG=None
TEST=Verified GPIO state and its functionalities.
BRANCH=None

Change-Id: I5d98737a3b4e6376fd1c7115c42e795bba3b56ef
Signed-off-by: Santhosh Hassan <sahassan@google.com>
---
M src/mainboard/google/mistral/bootblock.c
1 file changed, 2 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/31459/1
diff --git a/src/mainboard/google/mistral/bootblock.c b/src/mainboard/google/mistral/bootblock.c
index 6718d52..c72856d 100644
--- a/src/mainboard/google/mistral/bootblock.c
+++ b/src/mainboard/google/mistral/bootblock.c
@@ -15,8 +15,9 @@

#include <bootblock_common.h>
#include <timestamp.h>
+#include "board.h"

void bootblock_mainboard_init(void)
{
-
+ setup_chromeos_gpios();
}

To view, visit change 31459. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5d98737a3b4e6376fd1c7115c42e795bba3b56ef
Gerrit-Change-Number: 31459
Gerrit-PatchSet: 1
Gerrit-Owner: SANTHOSH JANARDHANA HASSAN <sahassan@google.com>
Gerrit-MessageType: newchange