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

Add BCMSound, VCHIQ to ModuleDB. Add BCMSound to BCM2835 ROM.

Detail:
  ModuleDB - Added BCMSound & VCHIQ definitions
  Components/ROOL/BCM2835 - Added BCMSound to ROM, and VCHIQ to header exports
Admin:
  Tested on Raspberry Pi with high processor vectors
  Note - BCMSound won't initialise on startup. First the VCHIQ module needs to be sofloaded, then BCMSound (and the other sound modules) will require re-initialisation


Version 5.80. Tagged as 'BuildSys-5_80'
parent 1b727709
......@@ -34,6 +34,7 @@ PCCardFS -type EXP
PDriver -type EXP
PDumperDM -type EXP
MakePSFont -type EXP
VCHIQ -type EXP
# kernel is first module in ROM seen as the UtilityModule
HAL_BCM2835
......@@ -58,12 +59,14 @@ BASICTrans
BufferManager
ColourTrans
Debugger
#DADebug
DADebug
HangWatch
DeviceFS
PortableHAL
RTSupport
USBDriver
DWCDriver
BCMSound
BCMSupport
BCMVideo
DisplayManager
......@@ -79,7 +82,7 @@ Filer
FilerSWIs
FSLock
FontManager
FPEmulator -options FPE_APCS=3/32bit
FPEmulator -options FPE_APCS=3/32bit FPEANCHOR=High
VFPSupport
Free
Hourglass
......
......@@ -161,6 +161,7 @@ BASIC64 ASM Sources.Programmer.BASIC
BASICTrans ASM Sources.Programmer.BASICTrans Programmer BASICTrans
BatMgr ASM Sources.HWSupport.BatMgr HWSupport BatMgr
BBCEconet ASM Sources.Networking.BBCEconet Networking BBCEconet
BCMSound ASM Sources.HWSupport.Sound.BCMSound HWSupport BCMSound
BCMSupport C Sources.HWSupport.BCMSupport HWSupport BCMSupport
BCMVideo C Sources.Video.HWSupport.BCMVideo Video BCMVideo
BootCommands C Sources.Programmer.BootCmds Programmer BootCmds
......@@ -558,6 +559,7 @@ URL C Sources.Networking.Fetchers.URL
USA ASM Sources.Internat.Territory.TerritoryModule Internat USA
USBDriver C Sources.HWSupport.USB.USBDriver.build USB USBDriver
UserInactivity C closed.RiscOS.Sources.Networking.Modem.UserInactv Networking UserInactivity
VCHIQ C Sources.HWSupport.VCHIQ HWSupport VCHIQ
VIDC20Video ASM Sources.Video.HWSupport.VIDC20Video HWSupport VIDC20Video
VFPSupport ASM Sources.HWSupport.VFPSupport HWSupport VFPSupport
WatchAbort C Sources.Programmer.WatchAbort Programmer WatchAbort
......
/* (5.79)
/* (5.80)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.79
#define Module_MajorVersion_CMHG 5.80
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 18 Aug 2012
#define Module_Date_CMHG 20 Aug 2012
#define Module_MajorVersion "5.79"
#define Module_Version 579
#define Module_MajorVersion "5.80"
#define Module_Version 580
#define Module_MinorVersion ""
#define Module_Date "18 Aug 2012"
#define Module_Date "20 Aug 2012"
#define Module_ApplicationDate "18-Aug-12"
#define Module_ApplicationDate "20-Aug-12"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.79"
#define Module_HelpVersion "5.79 (18 Aug 2012)"
#define Module_LibraryVersionInfo "5:79"
#define Module_FullVersion "5.80"
#define Module_HelpVersion "5.80 (20 Aug 2012)"
#define Module_LibraryVersionInfo "5:80"
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