<p>Nick Vaccaro has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21283">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/cannonlake: add files<br><br>Add some files to the build.<br><br>Change-Id: I4931f6c6f089cc54ea168cf4a80d268d983a61de<br>Signed-off-by: Nick Vaccaro <nvaccaro@google.com><br>---<br>M src/soc/intel/cannonlake/Kconfig<br>M src/soc/intel/cannonlake/Makefile.inc<br>2 files changed, 6 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/21283/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig<br>index 65b581e..85d94f6 100644<br>--- a/src/soc/intel/cannonlake/Kconfig<br>+++ b/src/soc/intel/cannonlake/Kconfig<br>@@ -16,6 +16,7 @@<br>    select BOOT_DEVICE_SUPPORTS_WRITES<br>    select C_ENVIRONMENT_BOOTBLOCK<br>        select CPU_INTEL_FIRMWARE_INTERFACE_TABLE<br>+    select GENERIC_GPIO_LIB<br>       select HAVE_HARD_RESET<br>        select HAVE_INTEL_FIRMWARE<br>    select HAVE_MONOTONIC_TIMER<br>diff --git a/src/soc/intel/cannonlake/Makefile.inc b/src/soc/intel/cannonlake/Makefile.inc<br>index 0c05057..dba04a8 100644<br>--- a/src/soc/intel/cannonlake/Makefile.inc<br>+++ b/src/soc/intel/cannonlake/Makefile.inc<br>@@ -19,6 +19,7 @@<br> bootblock-y += spi.c<br> bootblock-$(CONFIG_UART_DEBUG) += uart.c<br> <br>+romstage-y += gpio.c<br> romstage-y += gspi.c<br> romstage-y += memmap.c<br> romstage-y += pmutil.c<br>@@ -28,6 +29,7 @@<br> <br> ramstage-y += chip.c<br> ramstage-y += cpu.c<br>+ramstage-y += gpio.c<br> ramstage-y += gspi.c<br> ramstage-y += memmap.c<br> ramstage-y += pmutil.c<br>@@ -42,6 +44,9 @@<br> postcar-y += spi.c<br> postcar-$(CONFIG_UART_DEBUG) += uart.c<br> <br>+verstage-y += gspi.c<br>+verstage-y += spi.c<br>+<br> CPPFLAGS_common += -I$(src)/soc/intel/cannonlake/include/fsp20<br> CPPFLAGS_common += -I$(src)/vendorcode/intel/fsp/fsp2_0/cannonlake<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/21283">change 21283</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/21283"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I4931f6c6f089cc54ea168cf4a80d268d983a61de </div>
<div style="display:none"> Gerrit-Change-Number: 21283 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nick Vaccaro <nvaccaro@google.com> </div>