[coreboot-gerrit] Patch set updated for coreboot: soc/skylake: Fixed build error for Saddle Brook config

Boon Tiong Teo (boon.tiong.teo@intel.com) gerrit at coreboot.org
Thu Nov 10 06:22:23 CET 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 22b584fd2a78df1f7e1800cc9bab061c9675c54e
Author: Teo Boon Tiong <boon.tiong.teo at intel.com>
Date:   Tue Sep 6 15:24:47 2016 +0800

    soc/skylake: 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