[coreboot-gerrit] New patch to review for coreboot: soc/intel/apollolake: Include gpe.h in chip.h

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Thu Jul 28 22:54:42 CEST 2016


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15946

-gerrit

commit ae437a0461e4eaa6296907507aed6ecf1a83a35d
Author: Furquan Shaikh <furquan at google.com>
Date:   Thu Jul 28 13:44:53 2016 -0700

    soc/intel/apollolake: Include gpe.h in chip.h
    
    This is required for using GPE_* macros in devicetree.cb.
    
    BUG=chrome-os-partner:55670
    
    Change-Id: I8f6f536df96cf8145bb0c03ec413fb2f374301b5
    Signed-off-by: Furquan Shaikh <furquan at google.com>
---
 src/soc/intel/apollolake/chip.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/soc/intel/apollolake/chip.h b/src/soc/intel/apollolake/chip.h
index 37b1cc0..16c3aeb 100644
--- a/src/soc/intel/apollolake/chip.h
+++ b/src/soc/intel/apollolake/chip.h
@@ -18,6 +18,7 @@
 #ifndef _SOC_APOLLOLAKE_CHIP_H_
 #define _SOC_APOLLOLAKE_CHIP_H_
 
+#include <soc/gpe.h>
 #include <soc/gpio_defs.h>
 #include <soc/gpio.h>
 #include <soc/intel/common/lpss_i2c.h>



More information about the coreboot-gerrit mailing list