<p>Lijian Zhao has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22190">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/cannonlake: Use common p2sb driver<br><br>Add common p2sb driver support.<br><br>TEST=Boot up into OS and read back pcr mmio address by iotools, return<br>is not 0xffffffff.<br><br>Change-Id: Ida66663e6daabfcb94d7e3224d75b118fc7cf829<br>Signed-off-by: Lijian Zhao <lijian.zhao@intel.com><br>---<br>M src/soc/intel/cannonlake/Kconfig<br>M src/soc/intel/cannonlake/include/soc/iomap.h<br>2 files changed, 4 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/90/22190/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 12130d5..5f24ab0 100644<br>--- a/src/soc/intel/cannonlake/Kconfig<br>+++ b/src/soc/intel/cannonlake/Kconfig<br>@@ -54,6 +54,7 @@<br>       select SOC_INTEL_COMMON_BLOCK_ITSS<br>    select SOC_INTEL_COMMON_BLOCK_LPC<br>     select SOC_INTEL_COMMON_BLOCK_LPSS<br>+   select SOC_INTEL_COMMON_BLOCK_P2SB<br>    select SOC_INTEL_COMMON_BLOCK_PCR<br>     select SOC_INTEL_COMMON_BLOCK_PMC<br>     select SOC_INTEL_COMMON_BLOCK_RTC<br>diff --git a/src/soc/intel/cannonlake/include/soc/iomap.h b/src/soc/intel/cannonlake/include/soc/iomap.h<br>index 22430f0..2a3608c 100644<br>--- a/src/soc/intel/cannonlake/include/soc/iomap.h<br>+++ b/src/soc/intel/cannonlake/include/soc/iomap.h<br>@@ -83,4 +83,7 @@<br> #define TCO_BASE_ADDRESS        0x400<br> #define TCO_BASE_SIZE           0x20<br> <br>+#define P2SB_BAR              CONFIG_PCR_BASE_ADDRESS<br>+#define P2SB_SIZE             (16 * MiB)<br>+<br> #endif<br></pre><p>To view, visit <a href="https://review.coreboot.org/22190">change 22190</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/22190"/><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: Ida66663e6daabfcb94d7e3224d75b118fc7cf829 </div>
<div style="display:none"> Gerrit-Change-Number: 22190 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Lijian Zhao <lijian.zhao@intel.com> </div>