[coreboot-gerrit] New patch to review for coreboot: pcengines/apu1: Fix CRCs in SPD file

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed Oct 14 17:59:18 CEST 2015


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11900

-gerrit

commit e0525feeb7dc81db43204bae617e29ad15cfb490
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Wed Oct 14 17:32:26 2015 +0300

    pcengines/apu1: Fix CRCs in SPD file
    
    Do this to wipe error message and hexdump of SPD from console log.
    
    Change-Id: I45ffcb1c80aecf43b79d93faedcd62c8f0023cb7
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/mainboard/pcengines/apu1/HYNIX-H5TQ2G83CFR.spd.hex | 2 +-
 src/mainboard/pcengines/apu1/HYNIX-H5TQ4G83MFR.spd.hex | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/pcengines/apu1/HYNIX-H5TQ2G83CFR.spd.hex b/src/mainboard/pcengines/apu1/HYNIX-H5TQ2G83CFR.spd.hex
index c836f9b..194d264 100644
--- a/src/mainboard/pcengines/apu1/HYNIX-H5TQ2G83CFR.spd.hex
+++ b/src/mainboard/pcengines/apu1/HYNIX-H5TQ2G83CFR.spd.hex
@@ -245,4 +245,4 @@
 00 00 00 00
 
 #      126 - 127: Cyclical Redundancy Code
-00 00
+c4 1b
diff --git a/src/mainboard/pcengines/apu1/HYNIX-H5TQ4G83MFR.spd.hex b/src/mainboard/pcengines/apu1/HYNIX-H5TQ4G83MFR.spd.hex
index 876ee64..0eee465 100644
--- a/src/mainboard/pcengines/apu1/HYNIX-H5TQ4G83MFR.spd.hex
+++ b/src/mainboard/pcengines/apu1/HYNIX-H5TQ4G83MFR.spd.hex
@@ -248,4 +248,4 @@
 00 00 00 00
 
 #      126 - 127: Cyclical Redundancy Code
-00 00
+7b 97



More information about the coreboot-gerrit mailing list