[coreboot-gerrit] Patch set updated for coreboot: google/auron: Remove additional SPD file entries

Marc Jones (marc@marcjonesconsulting.com) gerrit at coreboot.org
Sat Oct 17 16:40:56 CEST 2015


Marc Jones (marc at marcjonesconsulting.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12073

-gerrit

commit 3c5f86ecb993864099bf4136c66ac9ccbc37db4a
Author: Marc Jones <marc.jones at se-eng.com>
Date:   Fri Oct 16 15:30:59 2015 -0600

    google/auron: Remove additional SPD file entries
    
    Auron only has three GPIOs for RAMID, so there is no need for
    sixteen SPD file entries. Only include 8 SPD entries.
    
    Change-Id: Icf83719a2a5b9271b29f48cde5c66c4c8ccd07f4
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
---
 src/mainboard/google/auron/spd/Makefile.inc | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/mainboard/google/auron/spd/Makefile.inc b/src/mainboard/google/auron/spd/Makefile.inc
index 7b0292d..fe993dc 100644
--- a/src/mainboard/google/auron/spd/Makefile.inc
+++ b/src/mainboard/google/auron/spd/Makefile.inc
@@ -30,14 +30,6 @@ SPD_SOURCES += Micron_4KTF25664HZ       # 0b0100
 SPD_SOURCES += Hynix_HMT425S6AFR6A      # 0b0101
 SPD_SOURCES += Elpida_EDJ4216EFBG       # 0b0110
 SPD_SOURCES += empty                    # 0b0111
-SPD_SOURCES += empty                    # 0b1000
-SPD_SOURCES += empty                    # 0b1001
-SPD_SOURCES += empty                    # 0b1010
-SPD_SOURCES += empty                    # 0b1011
-SPD_SOURCES += empty                    # 0b1100
-SPD_SOURCES += empty                    # 0b1101
-SPD_SOURCES += empty                    # 0b1110
-SPD_SOURCES += empty                    # 0b1111
 
 SPD_DEPS := $(foreach f, $(SPD_SOURCES), src/mainboard/$(MAINBOARDDIR)/spd/$(f).spd.hex)
 



More information about the coreboot-gerrit mailing list