SANTHOSH JANARDHANA HASSAN has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31459
Change subject: google/mistrtal: Setup required Chromeos GPIOs. ......................................................................
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(); }