Jonathan A. Kollasch ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/514

-gerrit

commit 39a4861b8725618182c5e1f662d56c55ba6cb9b8
Author: Jonathan A. Kollasch <[email protected]>
Date:   Mon Jan 2 19:11:49 2012 -0600

    Fix omission of EOT maker from commit
    3d1d6bb4ecb15a12f48f871c623882bee9c0c576
    
    Change-Id: Id3e94d615d50f0673cc5e3fde77ed6748d26ebd3
    Signed-off-by: Paul Menzel <[email protected]>
    Signed-off-by: Jonathan A. Kollasch <[email protected]>
    Acked-by: Carl-Daniel Hailfinger <[email protected]>
---
 util/superiotool/superiotool.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h
index 5583ec5..94918b8 100644
--- a/util/superiotool/superiotool.h
+++ b/util/superiotool/superiotool.h
@@ -247,7 +247,7 @@ static const struct {
        {probe_idregs_amd,      {0xaa, EOT}},
 #endif
        {probe_idregs_serverengines,    {0x2e, EOT}},
-       {probe_idregs_infineon, {0x2e, 0x4e}},
+       {probe_idregs_infineon, {0x2e, 0x4e, EOT}},
 };
 
 /** Table of functions to print out supported Super I/O chips. */

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to