[coreboot] [PATCH] v3: create dbe61 dts equivalent to v2 Config.lb

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Mon Feb 18 13:50:26 CET 2008


Modify the artecgroup/dbe61 dts to be equivalent to v2 Config.lb. The 
target does not yet compile due to initram breakage, but the breakage is 
really old.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>

Index: LinuxBIOSv3-dbe61/mainboard/artecgroup/dbe61/dts
===================================================================
--- LinuxBIOSv3-dbe61/mainboard/artecgroup/dbe61/dts	(revision 607)
+++ LinuxBIOSv3-dbe61/mainboard/artecgroup/dbe61/dts	(working copy)
@@ -84,8 +84,26 @@
 		pci at 1,0 {
 			/config/("northbridge/amd/geodelx/pci");
 		};
-		pci at 1,1 {
+		pci at 15,0 {
 			/config/("southbridge/amd/cs5536/dts");
+			/* Interrupt enables for LPC bus.
+			 *  Each bit is an IRQ 0-15. */
+			lpc_serirq_enable = "0x00001002";
+			/* LPC IRQ polarity. Each bit is an IRQ 0-15. */
+			lpc_serirq_polarity = "0x0000effd";
+			/* 0:continuous 1:quiet */
+			lpc_serirq_mode = "1";
+			/* GPIO(0-0x20) for INT D:C:B:A, 0xFF=none. 
+			 * See virtual PIC spec. */
+			enable_gpio_int_route = "0x0D0C0700";
+			/* COM1 settings */
+			com1_enable = "0";
+			com1_address = "0x2f8";
+			com1_irq = "3";
+			/* COM2 settings */
+			com2_enable = "1";
+			com2_address = "0x3f8";
+			com2_irq = "4";
 		};
 	};
 };


-- 
http://www.hailfinger.org/





More information about the coreboot mailing list