Ivy Jian has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69924 )
Change subject: mb/google/rex: Adding cros_gpios to rex ......................................................................
mb/google/rex: Adding cros_gpios to rex
Adding cros_gpios for crossystem to access WP GPIO
BUG=b:258048687 TEST= run FAFT firmware_WriteProtect passed.
Signed-off-by: Ivy Jian ivy.jian@quanta.corp-partner.google.com Change-Id: Ieac1df805c6399aefdc13aae136630d496aacd58 --- M src/mainboard/google/rex/variants/rex0/gpio.c 1 file changed, 16 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/69924/1
diff --git a/src/mainboard/google/rex/variants/rex0/gpio.c b/src/mainboard/google/rex/variants/rex0/gpio.c index d8450ee..ecda8bf 100644 --- a/src/mainboard/google/rex/variants/rex0/gpio.c +++ b/src/mainboard/google/rex/variants/rex0/gpio.c @@ -493,6 +493,7 @@ }
static const struct cros_gpio cros_gpios[] = { + CROS_GPIO_REC_AL(CROS_GPIO_VIRTUAL, CROS_GPIO_DEVICE_NAME), CROS_GPIO_WP_AH(GPIO_PCH_WP, CROS_GPIO_DEVICE_NAME), };