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

Reintroduce SDCMOS to OMAP ROMs

Detail:
  Components/ROOL/OMAP3, Components/ROOL/OMAP4 - Reintroduce SDCMOS to OMAP ROMs. Since SDCMOS 0.10 the module will no longer remain active if hardware CMOS is present, and so should be safe to include in the ROM without risk of poor performance/stability issues if people mistakenly have both hardware CMOS and a CMOS file.
Admin:
  Tested on BB-xM
  Confirmed that CDMOS is only active if both hardware CMOS is absent and a CMOS file is present


Version 6.41. Tagged as 'BuildSys-6_41'
parent 27e6d1bd
......@@ -129,6 +129,7 @@ SCSIFiler -options ASFLAGS="-PD \"SCSI SETL {TRUE}\"" TEMPLATES=yes
SDIODriver
SDFS
SDFSFiler -options ASFLAGS="-PD \"SDFS SETL {TRUE}\"" TEMPLATES=yes
SDCMOS
ColourPicker
ScreenModes
DrawFile
......
......@@ -128,6 +128,7 @@ SCSIFiler -options ASFLAGS="-PD \"SCSI SETL {TRUE}\"" TEMPLATES=yes
SDIODriver
SDFS
SDFSFiler -options ASFLAGS="-PD \"SDFS SETL {TRUE}\"" TEMPLATES=yes
SDCMOS
ColourPicker
ScreenModes
DrawFile
......
/* (6.40)
/* (6.41)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 6.40
#define Module_MajorVersion_CMHG 6.41
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 10 Apr 2014
#define Module_Date_CMHG 26 Apr 2014
#define Module_MajorVersion "6.40"
#define Module_Version 640
#define Module_MajorVersion "6.41"
#define Module_Version 641
#define Module_MinorVersion ""
#define Module_Date "10 Apr 2014"
#define Module_Date "26 Apr 2014"
#define Module_ApplicationDate "10-Apr-14"
#define Module_ApplicationDate "26-Apr-14"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "6.40"
#define Module_HelpVersion "6.40 (10 Apr 2014)"
#define Module_LibraryVersionInfo "6:40"
#define Module_FullVersion "6.41"
#define Module_HelpVersion "6.41 (26 Apr 2014)"
#define Module_LibraryVersionInfo "6:41"
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