Commit f887ceae authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Update OMAP3 components file to include USB modules in ROM image

Detail:
  Components/ROOL/OMAP3 - Many modules are now enabled for compilation. Rev C beagleboards should now have USB EHCI support, including support for USB keyboard, mouse and mass storage (via SCSIFS/DOSFS). Remember to disable DebugTerminal in Kernel.hdr.Options if you want USB keyboard input to work.
Admin:
  Tested on rev C2 beagleboard. Shouldn't adversely affect older beagleboards that lack working USB host ports.


Version 4.71. Tagged as 'BuildSys-4_71'
parent 77079acc
......@@ -29,7 +29,6 @@ Econet -type EXP
DDT -type EXP
HostFS -type EXP
SCSIDriver -type EXP
SCSIFS -type EXP
PCCardFS -type EXP
PDriver -type EXP
PDumperDM -type EXP
......@@ -39,61 +38,62 @@ MakePSFont -type EXP
HAL_OMAP3
Kernel -at 0xFC010000
Podule -type EXP
#PCI
PCI
FileSwitch
ResourceFS
TerritoryManager -type EXP
TerritoryManager
Messages
MessageTrans
#UK
WindowManager -type EXP -options OPTIONS=Ursula
#Desktop
SharedRISC_OSLib -type EXP
#TaskManager
UK
WindowManager -options OPTIONS=Ursula
Desktop
SharedRISC_OSLib
TaskManager
#ADFSFiler
#ARM
#BASIC105
ARM
BASIC105
#BASIC64
#BASICTrans
BufferManager -type EXP
ColourTrans -type EXP
BASICTrans
BufferManager
ColourTrans
#Debugger
#DeviceFS
#USBDriver
#OHCIDriver
#OHCIHeaders
#DisplayManager
DeviceFS
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 "
DisplayManager
#DMAManager
#DragASprite
#DragAnObj
#DrawMod
DragASprite
DragAnObj
DrawMod
#BBCEconet
#FileCore
#ADFS
#RamFS
FileCore
ADFS -type EXP
RamFS
#Filer
#FilerSWIs
#FSLock
FontManager -type EXP
#FPEmulator -options FPE_APCS=3/32bit System=Iyonix
#Free
#Hourglass
Hourglass
#IIC
#International
#InternationalKeyboard -options KEYBOARD=All
International
InternationalKeyboard -options KEYBOARD=All
#ITable
#NetFS
#NetFiler
#NetPrint
#NetStatus
#NetUtils
#Obey
Obey
#Pinboard
#PipeFS
PipeFS
#RAMFSFiler
#ResourceFiler
#ROMFonts
#ScreenBlanker
ScreenBlanker
#ScrSaver -options SCRSAVERAPP=No
#DualSerial
SerialDeviceDriver -type EXP
......@@ -104,21 +104,24 @@ SoundDMA_Tungsten -type EXP
#SoundControl
#SoundChannels
#SoundScheduler
#SpriteExtend
#SpriteUtils
SpriteExtend
SpriteUtils
#Squash
#SuperSample
#SystemDevices
SystemDevices
TaskWindow -type EXP
#WindowUtils
#FilterManager
FilterManager
#WaveSynth
#StringLib
#Percussion
#Filer_Action
#DOSFS -options PCMCIA=TRUE
Filer_Action -type EXP
DOSFS -options PCMCIA=TRUE
SCSISwitch
SCSISoftUSB
SCSIFS
#ColourPicker
#ScreenModes
ScreenModes
#DrawFile
#BootCommands
#AUNMsgs
......@@ -143,25 +146,25 @@ TaskWindow -type EXP
#
# Toolbox Modules/Libs
#
#tboxlib
#ToolboxLib
#TinyStubs
#Toolbox
#Window
#ToolAction
#Menu
#IconBar
#ColourDbox
#ColourMenu
#DCS_Quit
#FileInfo
#FontDbox
#FontMenu
#PrintDbox
#ProgInfo
#SaveAs
#Scale
#Gadgets
tboxlib
ToolboxLib
TinyStubs
Toolbox
Window
ToolAction
Menu
IconBar
ColourDbox
ColourMenu
DCS_Quit
FileInfo
FontDbox
FontMenu
PrintDbox
ProgInfo
SaveAs
Scale
Gadgets
#
# CDFS
#
......
/* (4.70)
/* (4.71)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 4.70
#define Module_MajorVersion_CMHG 4.71
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 09 May 2009
#define Module_MajorVersion "4.70"
#define Module_Version 470
#define Module_MajorVersion "4.71"
#define Module_Version 471
#define Module_MinorVersion ""
#define Module_Date "09 May 2009"
......@@ -18,6 +18,6 @@
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "4.70"
#define Module_HelpVersion "4.70 (09 May 2009)"
#define Module_LibraryVersionInfo "4:70"
#define Module_FullVersion "4.71"
#define Module_HelpVersion "4.71 (09 May 2009)"
#define Module_LibraryVersionInfo "4:71"
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