the following patch was just integrated into master: commit abdbed9cf3a1104bcd3a35fd5f3de3988d45fee5 Author: Duncan Laurie dlaurie@chromium.org Date: Thu Jun 30 09:34:24 2016 -0700
soc/intel/skylake: Add function for gpio_t to ACPI pin translation
Add the function defined in gpio.h to translate a gpio_t into a value for use in an ACPI GPIO pin table.
For skylake this just returns the gpio_t value as the pins are translated directly and they are all in the same ACPI device.
Change-Id: I00fad1cafec2f2d63dce9f7779063be0532649c7 Signed-off-by: Duncan Laurie dlaurie@chromium.org Reviewed-on: https://review.coreboot.org/15520 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin adurbin@chromium.org
See https://review.coreboot.org/15520 for details.
-gerrit