<p>Mike Banon has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23692">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">southbridge/amd/agesa/hudson: don't put apu/amdfw without blobs to CBFS<br><br>Currently, when no blobs are selected, empty apu/amdfw area (full of 0xFF)<br>is being included to the CBFS - thus wasting 4096 bytes. After this commit<br>apu/amdfw will be created only if there are blobs chosen to be installed<br><br>Change-Id: I3b8c796ccceec4abc1f16fee9111caf1ec5eb892<br>Signed-off-by: Mike Banon <mikebdp2@gmail.com><br>---<br>M src/southbridge/amd/agesa/hudson/Makefile.inc<br>1 file 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/92/23692/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/southbridge/amd/agesa/hudson/Makefile.inc b/src/southbridge/amd/agesa/hudson/Makefile.inc</span><br><span>index 2bf6f02..4ac48f3 100644</span><br><span>--- a/src/southbridge/amd/agesa/hudson/Makefile.inc</span><br><span>+++ b/src/southbridge/amd/agesa/hudson/Makefile.inc</span><br><span>@@ -48,6 +48,8 @@</span><br><span> pci$(stripped_ahci_rom_id).rom-required := Hudson AHCI Option ROM (Contact your AMD representative)</span><br><span> endif</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+ifneq ($(CONFIG_HUDSON_XHCI_FWM_FILE)$(CONFIG_HUDSON_IMC_FWM_FILE)$(CONFIG_HUDSON_GEC_FWM_FILE),)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> add_opt_prefix=$(if $(call strip_quotes, $(1)), $(2) $(call strip_quotes, $(1)), )</span><br><span> </span><br><span> OPT_HUDSON_XHCI_FWM_FILE=$(call add_opt_prefix, $(CONFIG_HUDSON_XHCI_FWM_FILE), --xhci)</span><br><span>@@ -71,3 +73,5 @@</span><br><span> apu/amdfw-file := $(obj)/amdfw.rom</span><br><span> apu/amdfw-position := $(HUDSON_FWM_POSITION)</span><br><span> apu/amdfw-type := raw</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+endif</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23692">change 23692</a>. To unsubscribe, or for help writing mail filters, 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/23692"/><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: I3b8c796ccceec4abc1f16fee9111caf1ec5eb892 </div>
<div style="display:none"> Gerrit-Change-Number: 23692 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Mike Banon <mikebdp2@gmail.com> </div>