John Su has uploaded this change for review.

View Change

mb/google/hatch: Change GPIO_E1 setting for EVT

For HW require to change GPIO_E1.
Change GOIO_E1 setting from NF2(SATAPCIE1) to NF1(SATAGP1).

BUG=b:123730924
TEST=flash BIOS and make sure hatch boots up properly

Change-Id: I0f5569e13b17a2dc713be5031a63436e8f31f911
Signed-off-by: John Su <john_su@compal.corp-partner.google.com>
---
M src/mainboard/google/hatch/variants/baseboard/gpio.c
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/32099/1
diff --git a/src/mainboard/google/hatch/variants/baseboard/gpio.c b/src/mainboard/google/hatch/variants/baseboard/gpio.c
index 68bbaab..dbe4048 100644
--- a/src/mainboard/google/hatch/variants/baseboard/gpio.c
+++ b/src/mainboard/google/hatch/variants/baseboard/gpio.c
@@ -232,8 +232,8 @@

/* E0 : GPP_E0 ==> NC */
PAD_NC(GPP_E0, NONE),
- /* E1 : SATAGP1 */
- PAD_CFG_NF(GPP_E1, NONE, DEEP, NF2),
+ /* E1 : SATAPCIE1 */
+ PAD_CFG_NF(GPP_E1, NONE, DEEP, NF1),
/* E2 : GPP_E2 ==> NC */
PAD_NC(GPP_E2, NONE),
/* E3 : GPP_E3 ==> NC */

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0f5569e13b17a2dc713be5031a63436e8f31f911
Gerrit-Change-Number: 32099
Gerrit-PatchSet: 1
Gerrit-Owner: John Su <john_su@compal.corp-partner.google.com>
Gerrit-MessageType: newchange