Christian Gmeiner ([email protected]) just uploaded a new patch set 
to gerrit, which you can find at http://review.coreboot.org/1511

-gerrit

commit 71110d764cdfc035c894561ea1f25d887923951a
Author: Christian Gmeiner <[email protected]>
Date:   Fri Sep 14 16:28:44 2012 +0200

    Add i2c eeprom to device tree
    
    This eeprom is used to store some device relevant informations
    like hardware revision.
    
    Change-Id: I32bda9d5412bc5a96da0edb5ef0b6d1ba4caa2d8
    Signed-off-by: Christian Gmeiner <[email protected]>
---
 src/mainboard/bachmann/ot200/devicetree.cb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/bachmann/ot200/devicetree.cb 
b/src/mainboard/bachmann/ot200/devicetree.cb
index 92c973d..4a065cb 100644
--- a/src/mainboard/bachmann/ot200/devicetree.cb
+++ b/src/mainboard/bachmann/ot200/devicetree.cb
@@ -19,7 +19,11 @@ chip northbridge/amd/lx
                        register "com2_irq" = "3"
                        register "unwanted_vpci[0]" = "0"       # End of list 
has a zero
                        device pci 4.0 on end   # Ethernet 0
-                       device pci f.0 on end   # ISA Bridge
+                       device pci f.0 on       # ISA Bridge
+                               chip drivers/generic/generic        # eeprom
+                                       device i2c 52 on end
+                               end
+                       end
                        device pci f.2 on end   # IDE Controller
                        device pci f.3 on end   # Audio
                        device pci f.4 on end   # OHCI

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

Reply via email to