Edward O'Callaghan has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37914 )
Change subject: mainboard/google/puff: Missing GPP_E02 high assert ......................................................................
mainboard/google/puff: Missing GPP_E02 high assert
BUG=b:144809606 BRANCH=none TEST=none
Change-Id: Ide3f89320d34b4ef622f4bc5fea4690396690750 Signed-off-by: Edward O'Callaghan quasisec@google.com --- M src/mainboard/google/hatch/variants/puff/gpio.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/37914/1
diff --git a/src/mainboard/google/hatch/variants/puff/gpio.c b/src/mainboard/google/hatch/variants/puff/gpio.c index b8b54d3..3baf081 100644 --- a/src/mainboard/google/hatch/variants/puff/gpio.c +++ b/src/mainboard/google/hatch/variants/puff/gpio.c @@ -19,6 +19,8 @@
/* Early pad configuration in bootblock */ static const struct pad_config early_gpio_table[] = { + /* E2 : EN_PP_MST_OD */ + PAD_CFG_GPO(GPP_E2, 1, DEEP), /* B14 : GPP_B14_STRAP */ PAD_NC(GPP_B14, NONE), /* B22 : GPP_B22_STRAP */
Edward O'Callaghan has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/37914 )
Change subject: mainboard/google/puff: Missing GPP_E02 high assert ......................................................................
Abandoned
no longer needed