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 53cfd703397d4abc9fd22d3f3d850236192e5132 Author: Subrata Banik subrata.banik@intel.com Date: Thu Feb 16 16:15:14 2017 +0530
soc/intel/common: Add common code sub-directories
Change-Id: Id6561033fc77c64c61ab0341337523e14f55dd80 Signed-off-by: Subrata Banik subrata.banik@intel.com --- src/soc/intel/common/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/src/soc/intel/common/Makefile.inc b/src/soc/intel/common/Makefile.inc index d6e1e75..1f698a3 100644 --- a/src/soc/intel/common/Makefile.inc +++ b/src/soc/intel/common/Makefile.inc @@ -1,5 +1,9 @@ ifeq ($(CONFIG_SOC_INTEL_COMMON),y)
+subdirs-y += basecode/ +subdirs-y += block/ +subdirs-y += block/* + bootblock-y += util.c
verstage-$(CONFIG_SOC_INTEL_COMMON_LPSS_I2C) += lpss_i2c.c