Commit 4380e34e authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add MUSBDriver to ModuleDB, OMAP3 components file

Detail:
  ModuleDB - Added entry for new MUSBDriver module
  Components/ROOL/OMAP3 - Add MUSBDriver module to build. Add commented out lines for DADebug, debug versions of USB modules (saves me the hassle of remembering the right options all the time!)
Admin:
  Tested on Rev C2 beagleboard


Version 4.78. Tagged as 'BuildSys-4_78'
parent 13d9ef8b
......@@ -55,13 +55,25 @@ BASIC105
BASIC64
BASICTrans
BufferManager
ColourTrans
ColourTrans
#DADebug -options ROMSupport=TRUE
Debugger
DeviceFS
# USB drivers - debug
#USBDriver -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM " CDEBUG="-DDEBUGLIB -DUSB_DEBUG -DOHCI_DEBUG -DEHCI_DEBUG"
#EHCIDriver -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM " CDEBUG="-DDEBUGLIB -DUSB_DEBUG -DOHCI_DEBUG -DEHCI_DEBUG"
#OHCIDriver -type EXP -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM " CDEBUG="-DDEBUGLIB -DUSB_DEBUG -DOHCI_DEBUG -DEHCI_DEBUG"
#OHCIHeaders -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM " CDEBUG="-DDEBUGLIB -DUSB_DEBUG -DOHCI_DEBUG -DEHCI_DEBUG"
#MUSBDriver -options COPTIONS="-fn -g -DDEBUGLIB -DMUSB_DEBUG" CDEBUG="-DDEBUGLIB -DMUSB_DEBUG"
# USB drivers - non-debug
USBDriver -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM "
EHCIDriver -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM "
OHCIDriver -type EXP -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM "
OHCIHeaders -options CFLAGS="-DRHENIUM " -DRHENIUM CMHGFLAGS="-DRHENIUM "
MUSBDriver
DisplayManager
#DMAManager
DragASprite
......
......@@ -312,6 +312,7 @@ PowerOff ASM HWSupport.PowerOff HWSuppor
USBDriver C HWSupport.USB.NetBSD.build USB USBDriver
OHCIDriver C HWSupport.USB.NetBSD.build USB OHCIDriver
EHCIDriver C HWSupport.USB.NetBSD.build USB EHCIDriver
MUSBDriver C HWSupport.USB.Controllers.MUSBDriver USB MUSBDriver
OHCIHeaders EXP HWSupport.USB.Controllers.OHCIDriver USB OHCIDriver
PCIUSBDriver C HWSupport.USB.PCIUSB.PCIUSBDriver USB PCIUSBDriver
PCIOHCIDriver C HWSupport.USB.PCIUSB.PCIOHCIDriver USB PCIOHCIDriver
......
/* (4.77)
/* (4.78)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 4.77
#define Module_MajorVersion_CMHG 4.78
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 26 Jun 2009
#define Module_Date_CMHG 02 Jul 2009
#define Module_MajorVersion "4.77"
#define Module_Version 477
#define Module_MajorVersion "4.78"
#define Module_Version 478
#define Module_MinorVersion ""
#define Module_Date "26 Jun 2009"
#define Module_Date "02 Jul 2009"
#define Module_ApplicationDate "26-Jun-09"
#define Module_ApplicationDate "02-Jul-09"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "4.77"
#define Module_HelpVersion "4.77 (26 Jun 2009)"
#define Module_LibraryVersionInfo "4:77"
#define Module_FullVersion "4.78"
#define Module_HelpVersion "4.78 (02 Jul 2009)"
#define Module_LibraryVersionInfo "4:78"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment