Subrata Banik (subrata.banik@intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18378
-gerrit
commit b37288fe7fa99ad4019338f477b963c2ffbfe565 Author: Subrata Banik subrata.banik@intel.com Date: Thu Feb 16 16:15:14 2017 +0530
soc/intel/common: Include common block directory [WIP]
Change-Id: Id6561033fc77c64c61ab0341337523e14f55dd80 Signed-off-by: Subrata Banik subrata.banik@intel.com --- src/soc/intel/common/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/src/soc/intel/common/Makefile.inc b/src/soc/intel/common/Makefile.inc index d6e1e75..cf11ec2 100644 --- a/src/soc/intel/common/Makefile.inc +++ b/src/soc/intel/common/Makefile.inc @@ -1,5 +1,8 @@ ifeq ($(CONFIG_SOC_INTEL_COMMON),y)
+subdirs-y += ../common/basecode +subdirs-y += ../common/block/* + bootblock-y += util.c
verstage-$(CONFIG_SOC_INTEL_COMMON_LPSS_I2C) += lpss_i2c.c