Duncan Laurie (dlaurie@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14991
-gerrit
commit 17a2f39e648e7c62eee2ea54b267878d676118bc Author: Duncan Laurie dlaurie@chromium.org Date: Wed May 11 15:08:50 2016 -0700
skylake: Add GPE header file to chip.h
Add the GPE header file to skylake chip.h so the SOC-defined macros for the various GPE values can be used in devicetree directly.
For example: chip drivers/i2c/touchpad register "wake" = "GPE0_DW0_05" device i2c 15.0 on end end
Change-Id: Ic322108561b34aa34a24a4daba6ba7a4f7a3f9a4 Signed-off-by: Duncan Laurie dlaurie@chromium.org --- src/soc/intel/skylake/chip.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h index 857d8a1..8910479 100644 --- a/src/soc/intel/skylake/chip.h +++ b/src/soc/intel/skylake/chip.h @@ -21,6 +21,7 @@
#include <stdint.h> #include <soc/gpio_defs.h> +#include <soc/gpe.h> #include <soc/pci_devs.h> #include <soc/pmc.h> #include <soc/serialio.h>