Bug 3612 - Enable all uarts on the beagleboard , Bug 3612 - Unknown '#file' keyword in base_beagle.iby , Bug 3614 - Including medstaticcrd to the package builds
authorarunabha
Tue, 24 Aug 2010 12:29:12 +0100
changeset 52 d2416cb47e12
parent 51 254b9435d75e
child 53 1a6d5cf981cd
child 56 002c11474c92
Bug 3612 - Enable all uarts on the beagleboard , Bug 3612 - Unknown '#file' keyword in base_beagle.iby , Bug 3614 - Including medstaticcrd to the package builds
omap3530/beagleboard/rom/base_beagle.iby
omap3530/beagleboard/rom/kernel.iby
omap3530/bld.inf
omap3530/omap3530_drivers/prcm/prcm.cpp
--- a/omap3530/beagleboard/rom/base_beagle.iby	Mon Aug 23 02:29:41 2010 +0100
+++ b/omap3530/beagleboard/rom/base_beagle.iby	Tue Aug 24 12:29:12 2010 +0100
@@ -114,7 +114,6 @@
 	// Use the new GCE compliant display driver  
 	extension[VARID]=\epoc32\release\ARMV5\BUILD_DIR\_beagle_lcd_gce.dll	\sys\bin\lcd.dll
 	device[VARID]=KERNEL_DIR\DEBUG_DIR\display.ldd			\sys\bin\display0.ldd
-	#file=ABI_DIR\DEBUG_DIR\_beagle_ekdata.dll				\sys\bin\ekdata.dll
 	extension[VARID]=\epoc32\release\ARMV5\BUILD_DIR\_omap3530_serialkeyboard_uisoftkeys.dll	\sys\bin\ekeyb.dll
 #else
 	#ifdef TSHELL_SERIAL
--- a/omap3530/beagleboard/rom/kernel.iby	Mon Aug 23 02:29:41 2010 +0100
+++ b/omap3530/beagleboard/rom/kernel.iby	Tue Aug 24 12:29:12 2010 +0100
@@ -47,6 +47,8 @@
 
 #include <rom/omapshared/tps65950.iby>
 
+device[VARID]=\Epoc32\Release\ARMV5\##BUILD##\_omap3530_EUART.PDD				\sys\bin\euart.pdd
+device[VARID]=\Epoc32\Release\ARMV5\##BUILD##\ECOMM.LDD						\sys\bin\ecomm.ldd
 #ifdef TSHELL_SERIAL
 	//Use VT100 Over Serial
 #	define EDISP_DRV	\EDISP_VT100.DLL
--- a/omap3530/bld.inf	Mon Aug 23 02:29:41 2010 +0100
+++ b/omap3530/bld.inf	Tue Aug 24 12:29:12 2010 +0100
@@ -19,11 +19,12 @@
 #include "beagle_drivers/keytran/bld.inf"
 #include "beagle_drivers/lcd/bld.inf"
 #include "beagle_drivers/led/bld.inf"
-//nxz
+//West Bridge astoria drivers
 #include "beagle_drivers/wb/bld.inf"
-//skkm
+//West Bridge astoria drivers
 #include "beagle_drivers/medwb/bld.inf"
 // #include "beagle_drivers/prm/bld.inf"
+#include "beagle_drivers/medstaticrd/bld.inf"
 #include "beagle_drivers/serialmouse/bld.inf"
 #include "beagle_drivers/usbv/bld.inf"
 #include "omap3530_drivers/gpio/bld.inf"
--- a/omap3530/omap3530_drivers/prcm/prcm.cpp	Mon Aug 23 02:29:41 2010 +0100
+++ b/omap3530/omap3530_drivers/prcm/prcm.cpp	Tue Aug 24 12:29:12 2010 +0100
@@ -2959,6 +2959,7 @@
 	SetClockState( EClkMcSpi4_F, EClkOn );
 	SetClockState( EClkMcSpi4_I, EClkOn );
 
+    /* BUG 3612 - We do not want to dissable all other UARTS
 	// UART
 	TInt debugport = Kern::SuperPage().iDebugPort;
 	if( debugport != 0 )
@@ -2982,6 +2983,7 @@
 		SetClockState( EClkUart3_F, EClkOff );
 		SetClockState( EClkUart3_I, EClkOff );
 		}
+     */
 
 	// I2C KI2C1_SYSC
 	r = AsspRegister::Read32(KI2C1_SYSC);