[coreboot-gerrit] New patch to review for coreboot: southbridge/amd: Drop HUDSON_FWM_INSIDE_CBFS

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon May 2 11:38:10 CEST 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14568

-gerrit

commit 4203b229ad5564ce1c33888f1b22b7f716023349
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Mon May 2 16:31:31 2016 +0800

    southbridge/amd: Drop HUDSON_FWM_INSIDE_CBFS
    
    It's unused.
    
    Change-Id: I853702e40dcab9f193b2a3de7deeec80ab1d25f0
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/southbridge/amd/agesa/hudson/Makefile.inc | 1 -
 src/southbridge/amd/pi/hudson/Makefile.inc    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/southbridge/amd/agesa/hudson/Makefile.inc b/src/southbridge/amd/agesa/hudson/Makefile.inc
index a9b3bbf..77afc51 100644
--- a/src/southbridge/amd/agesa/hudson/Makefile.inc
+++ b/src/southbridge/amd/agesa/hudson/Makefile.inc
@@ -37,7 +37,6 @@ ramstage-$(CONFIG_HAVE_SMI_HANDLER) += smi.c smi_util.c
 
 HUDSON_FWM_POS_CALC=$(call int-add, $(call int-subtract, 0xffffffff $(call int-multiply, $(CONFIG_COREBOOT_ROMSIZE_KB) 1024)) 0x20000 1)
 HUDSON_FWM_POSITION=$(shell printf %u $(CONFIG_HUDSON_FWM_POSITION))
-HUDSON_FWM_INSIDE_CBFS=$(call int-lt, $(CBFS_BASE_ADDRESS) $(HUDSON_FWM_POSITION))
 
 ifdef CONFIG_HUDSON_AHCI_ROM
 stripped_ahci_rom_id = $(call strip_quotes,$(CONFIG_AHCI_ROM_ID))
diff --git a/src/southbridge/amd/pi/hudson/Makefile.inc b/src/southbridge/amd/pi/hudson/Makefile.inc
index 5b5c851..291e25f 100644
--- a/src/southbridge/amd/pi/hudson/Makefile.inc
+++ b/src/southbridge/amd/pi/hudson/Makefile.inc
@@ -69,7 +69,6 @@ ramstage-$(CONFIG_HAVE_SMI_HANDLER) += smi.c smi_util.c
 
 HUDSON_FWM_POS_CALC=$(call int-add, $(call int-subtract, 0xffffffff $(call int-multiply, $(CONFIG_COREBOOT_ROMSIZE_KB) 1024)) 0x20000 1)
 HUDSON_FWM_POSITION=$(shell printf %u $(CONFIG_HUDSON_FWM_POSITION))
-HUDSON_FWM_INSIDE_CBFS=$(call int-lt, $(CBFS_BASE_ADDRESS) $(HUDSON_FWM_POSITION))
 
 ##
 ifeq ($(CONFIG_HUDSON_PSP), y)



More information about the coreboot-gerrit mailing list