[LinuxBIOS] r2432 - trunk/LinuxBIOSv2/src/mainboard/olpc/rev_a

svn at openbios.org svn at openbios.org
Thu Sep 21 22:55:58 CEST 2006


Author: rminnich
Date: 2006-09-21 22:55:58 +0200 (Thu, 21 Sep 2006)
New Revision: 2432

Modified:
   trunk/LinuxBIOSv2/src/mainboard/olpc/rev_a/Config.lb
Log:
add irq for keyboard and mouse 




Modified: trunk/LinuxBIOSv2/src/mainboard/olpc/rev_a/Config.lb
===================================================================
--- trunk/LinuxBIOSv2/src/mainboard/olpc/rev_a/Config.lb	2006-09-21 13:09:22 UTC (rev 2431)
+++ trunk/LinuxBIOSv2/src/mainboard/olpc/rev_a/Config.lb	2006-09-21 20:55:58 UTC (rev 2432)
@@ -135,7 +135,18 @@
     		device pci 1.0 on end
 		device pci 1.1 on end
       		chip southbridge/amd/cs5536
-                        register "enable_gpio0_inta" = "1"
+		# 0x51400025 (IRQ Mapper LPC Mask)= 0x00001002
+		# IRQ 12 and 1 unmasked,  Keyboard and Mouse IRQs. OK
+		# 0x5140004E (LPC Serial IRQ Control) = 0xEFFD0080.
+		# Frame Pulse Width = 4clocks
+		# IRQ Data Frames = 17Frames
+		# SIRQ Mode = continous , It would be better if the EC could operate in
+		# Active(Quiet) mode. Save power....
+		# SIRQ Enable = Enabled
+		# Invert mask = IRQ 12 and 1 are active high. Keyboard and Mouse IRQs. OK 
+			register "lpc_irq" = "0x00001002"
+			register "lpc_serirq_enable" = "0xEFFD0080"
+ 			register "enable_gpio0_inta" = "1"
 			register "enable_ide_nand_flash" = "1"
 			register "enable_uarta" = "1"
 			register "enable_USBP4_host" = "1"





More information about the coreboot mailing list