Duncan Laurie has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31081
Change subject: mb/google/sarien: Enable GPIO ACPI pin for Chrome OS ......................................................................
mb/google/sarien: Enable GPIO ACPI pin for Chrome OS
Enable the option to have the Chrome OS ACPI GPIO table use the GPIO ACPI pin number rather than the pad number. This is necessary because the OS GPIO driver does not have a contiguous number space due to https://lore.kernel.org/patchwork/patch/855244
BUG=b:120686247 TEST=pass firmware_WriteProtect test on Sarien
Change-Id: I2d3e17f23884ca27ac8d55f6421565e30dd33d5c Signed-off-by: Duncan Laurie dlaurie@google.com --- M src/mainboard/google/sarien/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/31081/1
diff --git a/src/mainboard/google/sarien/Kconfig b/src/mainboard/google/sarien/Kconfig index f93910f..d544ca2 100644 --- a/src/mainboard/google/sarien/Kconfig +++ b/src/mainboard/google/sarien/Kconfig @@ -30,6 +30,7 @@ config CHROMEOS bool default y + select CHROMEOS_ACPI_GPIO_GENERATE_PIN select GBB_FLAG_FORCE_DEV_SWITCH_ON select GBB_FLAG_FORCE_DEV_BOOT_USB select GBB_FLAG_FORCE_DEV_BOOT_LEGACY
Duncan Laurie has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/31081 )
Change subject: mb/google/sarien: Enable GPIO ACPI pin for Chrome OS ......................................................................
Abandoned