[coreboot-gerrit] Patch set updated for coreboot: Fixed build error for Saddle Brook config which did not use EC on platform

Boon Tiong Teo (boon.tiong.teo@intel.com) gerrit at coreboot.org
Fri Sep 9 09:41:10 CEST 2016


Boon Tiong Teo (boon.tiong.teo at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16521

-gerrit

commit ea21acb49eadf36c34ba7ae9fe6594fab1ecf8e9
Author: Teo Boon Tiong <boon.tiong.teo at intel.com>
Date:   Tue Sep 6 15:24:47 2016 +0800

    Fixed build error for Saddle Brook config which did not use EC on platform
    
    Change-Id: Iae453a1a12438548b75b88da2dd0c18b32ec1df4
    Signed-off-by: Teo Boon Tiong <boon.tiong.teo at intel.com>
---
 src/soc/intel/skylake/acpi/lpc.asl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/soc/intel/skylake/acpi/lpc.asl b/src/soc/intel/skylake/acpi/lpc.asl
index 5263486..1eece0a 100644
--- a/src/soc/intel/skylake/acpi/lpc.asl
+++ b/src/soc/intel/skylake/acpi/lpc.asl
@@ -138,7 +138,8 @@ Device (LPCB)
 			IRQNoFlags () {0}
 		})
 	}
-
+#if IS_ENABLED(CONFIG_EC_GOOGLE_CHROMEEC)
 	#include <acpi/ec.asl>
 	#include <acpi/superio.asl>
+#endif
 }



More information about the coreboot-gerrit mailing list