<p>Nick Vaccaro has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21911">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">google/zoombini: reduce BIOS size for ES0<br><br>Reduce BIOS size to 12.5 MB because Cannonlake ES0 SoC doesn't<br>support a 13 MB BIOS size.<br><br>BUG=b:64395641<br>BRANCH=None<br>TEST=Fit.exe tool for ES0 generates output binaries without error.<br><br>Change-Id: I7da3869732e50823fb491eca70984609df50b987<br>Signed-off-by: Nick Vaccaro <nvaccaro@google.com><br>---<br>M src/mainboard/google/zoombini/chromeos.fmd<br>1 file changed, 7 insertions(+), 6 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/21911/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/google/zoombini/chromeos.fmd b/src/mainboard/google/zoombini/chromeos.fmd<br>index 4e23bbf..bcff934 100644<br>--- a/src/mainboard/google/zoombini/chromeos.fmd<br>+++ b/src/mainboard/google/zoombini/chromeos.fmd<br>@@ -3,18 +3,19 @@<br>             SI_DESC@0x0 0x1000<br>            SI_ME@0x1000 0x2ff000<br>         }<br>-    SI_BIOS@0x300000 0xd00000 {<br>-          RW_SECTION_A@0x0 0x368000 {<br>+  SI_ES0_FILLER@0x300000 0x80000<br>+       SI_BIOS@0x380000 0xc80000 {<br>+          RW_SECTION_A@0x0 0x328000 {<br>                   VBLOCK_A@0x0 0x10000<br>                  FW_MAIN_A(CBFS)@0x10000 0x357fc0<br>                      RW_FWID_A@0x367fc0 0x40<br>               }<br>-            RW_SECTION_B@0x368000 0x368000 {<br>+             RW_SECTION_B@0x328000 0x328000 {<br>                      VBLOCK_B@0x0 0x10000<br>                  FW_MAIN_B(CBFS)@0x10000 0x357fc0<br>                      RW_FWID_B@0x367fc0 0x40<br>               }<br>-            RW_MISC@0x6d0000 0x30000 {<br>+           RW_MISC@0x650000 0x30000 {<br>                    UNIFIED_MRC_CACHE@0x0 0x20000 {<br>                               RECOVERY_MRC_CACHE@0x0 0x10000<br>                                RW_MRC_CACHE@0x10000 0x10000<br>@@ -27,8 +28,8 @@<br>                       RW_VPD@0x28000 0x2000<br>                         RW_NVRAM@0x2a000 0x6000<br>               }<br>-            RW_LEGACY(CBFS)@0x700000 0x200000<br>-            WP_RO@0x900000 0x400000 {<br>+            RW_LEGACY(CBFS)@0x680000 0x200000<br>+            WP_RO@0x880000 0x400000 {<br>                     RO_VPD@0x0 0x4000<br>                     RO_UNUSED@0x4000 0xc000<br>                       RO_SECTION@0x10000 0x3f0000 {<br></pre><p>To view, visit <a href="https://review.coreboot.org/21911">change 21911</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/21911"/><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: I7da3869732e50823fb491eca70984609df50b987 </div>
<div style="display:none"> Gerrit-Change-Number: 21911 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nick Vaccaro <nvaccaro@google.com> </div>