aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/variants/halvor/include
diff options
context:
space:
mode:
authorFrank Wu <frank_wu@compal.corp-partner.google.com>2020-05-15 15:21:31 +0800
committerTim Wawrzynczak <twawrzynczak@chromium.org>2020-06-03 01:42:40 +0000
commitb763a4febcf7af67487cf2cf0038eebc61604a5a (patch)
tree79f53fcb2b693441a6677317a63e6a04eca5d8ca /src/mainboard/google/volteer/variants/halvor/include
parent7c34865c9217c9d02dbfc2b5f7f939ef4d587728 (diff)
mb/google/volteer/halvor: initialize gpio setting and update overridetree.cb
Based on schematic and gpio table of halvor, generate gpio setting and overridetree.cb for halvor. BUG=b:153680359 TEST=FW_NAME=halvor emerge-volteer coreboot chromeos-bootimage Verify that the image-halvor.bin is generated successfully. Signed-off-by: Frank Wu <frank_wu@compal.corp-partner.google.com> Change-Id: Ic6bd018551be58945742d1a6e7f7c5560f218e40 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41426 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/volteer/variants/halvor/include')
-rw-r--r--src/mainboard/google/volteer/variants/halvor/include/variant/gpio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/google/volteer/variants/halvor/include/variant/gpio.h b/src/mainboard/google/volteer/variants/halvor/include/variant/gpio.h
index 0075826350..fe512d8c4a 100644
--- a/src/mainboard/google/volteer/variants/halvor/include/variant/gpio.h
+++ b/src/mainboard/google/volteer/variants/halvor/include/variant/gpio.h
@@ -5,6 +5,8 @@
#include <baseboard/gpio.h>
-/* Copied from baseboard and may need to change for the new variant. */
+#undef GPIO_EC_IN_RW
+/* EC in RW */
+#define GPIO_EC_IN_RW GPP_F17
#endif