[coreboot] Patch set updated for coreboot: c7dc9bc tell superiotool about the ITE 8772

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Fri Mar 9 17:02:42 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/734

-gerrit

commit c7dc9bcbbc96dd7ef0f28cc6bdec4c4c4057dc9c
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Tue Oct 25 17:12:53 2011 +0000

    tell superiotool about the ITE 8772
    
    no dumping yet
    
    Change-Id: I4e687ca816c8d6d1c95255b0abf6a19513e23f86
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 util/superiotool/ite.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c
index c83d788..e186e10 100644
--- a/util/superiotool/ite.c
+++ b/util/superiotool/ite.c
@@ -708,6 +708,8 @@ static const struct superio_registers reg_table[] = {
 		{EOT}}},
 	{0x8761, "IT8761E", {
 		{EOT}}},
+	{0x8772, "IT8772F", {
+		{EOT}}},
 	{0x8780, "IT8780F", {
 		{EOT}}},
 	{EOT}




More information about the coreboot mailing list