- 26 Apr, 2014 1 commit
-
-
Jeffrey Lee authored
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'
-
- 10 Apr, 2014 1 commit
-
-
John Ballance authored
Detail: corrected references from EtherET to EtherTH in moduleDB and Components files Admin: (highlight level of testing that has taken place) (bugfix number if appropriate) Version 6.40. Tagged as 'BuildSys-6_40'
-
- 04 Apr, 2014 1 commit
-
-
John Ballance authored
Detail: 3 specific lines added into ModuleDB reflecting items in (currently) private branch iMx6 components file added Admin: J Ballance initial Version 6.39. Tagged as 'BuildSys-6_39'
-
- 24 Feb, 2014 1 commit
-
-
Robert Sprowson authored
Special thanks to the estate of Neil Raine for permission to publish the Meteors sources. Added to disc components. Version 6.38. Tagged as 'BuildSys-6_38'
-
- 15 Feb, 2014 1 commit
-
-
Robert Sprowson authored
Version 6.37. Tagged as 'BuildSys-6_37'
-
- 08 Feb, 2014 1 commit
-
-
Jeffrey Lee authored
Detail: ModuleDB - Changed VFPSupport to a C module located in the mixed folder; required for VFPSupport-0_06 Components/ROOL/CTools - Add VFPSupport export; required for building Debugger-1_86 Admin: Tested with Raspberry Pi & OMAP3 ROMs Version 6.36. Tagged as 'BuildSys-6_36'
-
- 03 Dec, 2013 1 commit
-
-
Robert Sprowson authored
-
- 01 Dec, 2013 1 commit
-
-
Robert Sprowson authored
Add RTC as an export on the Disc components (for NetTime) Retire BASICTrans, placing alphabetically pleasing BlendTable in its slot Version 6.35. Tagged as 'BuildSys-6_35'
-
- 28 Nov, 2013 1 commit
-
-
Jeffrey Lee authored
Detail: ModuleDB - The Debugger module is now classified C, not assembler, to allow us to safely start using some C code within it Admin: Required for Debugger-1_85 Version 6.34. Tagged as 'BuildSys-6_34'
-
- 20 Nov, 2013 1 commit
-
-
Robert Sprowson authored
Replace RTCAdjust with RTC in IOMD and Tungsten builds. Add RTC to OMAP3 and OMAP4 builds. Version 6.33. Tagged as 'BuildSys-6_33'
-
- 11 Nov, 2013 1 commit
-
-
Ben Avison authored
Detail: Makefiles/CApp: * Naming of object file variables rationalised in line with CModule * Noted that INSTAPP_VERSION files must also be present in INSTAPP_FILES for compatibility with GNUmakefiles - requires changes to individual top-level makefiles, but not BuildSys Makefiles/CLibrary: * Naming of object file variables rationalised in line with CModule Makefiles/CModule: * Removed unused variable OBJS_ Makefiles/StdTools: * Retired TIDYDESC GNUmakefiles/AppLibs: * Add CONLIB, RMVSN, SYNCLIB GNUmakefiles/CApp: * Default definition of INSTAPP * Naming of object file variables rationalised in line with CModule * CLEAN_DEPEND removed, clean made a double-colon rule (it's worth noting that such additional clean rules are now only executed from the component's top-level directory: this was not true for the old extra_clean rules that this replaces, in the GNUmakefiles case) * Rename of INSTALLAPPFILES to INSTAPP_FILES * Rename of INSTALLAPP_DEPEND to INSTAPP_DEPENDS * Insertion of component version into Desc files now done using AwkVers script rather than the C preprocessor (note, will require editing of Desc files to comply). Also supports versions in Messages and !Run files, controlled by new variable INSTAPP_VERSION GNUmakefiles/CLibrary: * Naming of object file variables rationalised in line with CModule * clean rules now only executed from the component's top-level directory, as with CApp GNUmakefiles/StdTools: * Added INSERTVERSION (AwkVers), retired TIDYDESC * Perl scripts now explicitly passed to perl - no need to chmod +x the scripts in RiscOS/Library * asasm/objasm include paths and APCS/Machine/UserIF predefines set to match Makefiles Admin: Tested in a CTools build Version 6.32. Tagged as 'BuildSys-6_32'
-
- 09 Nov, 2013 1 commit
-
-
Robert Sprowson authored
Revert change to Disc component revision 1.59, there's no point providing just the CLib in 310/Modules since it needs CallASWI and FPEmulator which also aren't here. See Components/PlingSystem and the ReadMe improvement in ABRelease-0_56. Version 6.31. Tagged as 'BuildSys-6_31'
-
- 29 Oct, 2013 1 commit
-
-
Ben Avison authored
Version 6.30. Tagged as 'BuildSys-6_30'
-
- 06 Oct, 2013 1 commit
-
-
Jeffrey Lee authored
Detail: ModuleDB - Added BlendTable Components/ROOL/BCM2835, IOMD32, OMAP4, OMAP4, S3C2440, S3C6410, Tungsten - BlendTable added to all ROMs for use by SpriteExtend Components/ROOL/Disc - BlendTable & InverseTable added to export stage in order to allow CFSI-JPEG to build Admin: OMAP3 ROM tested on BB-xM CFSI-JPEG tested on Iyonix Version 6.29. Tagged as 'BuildSys-6_29'
-
- 29 Sep, 2013 1 commit
-
-
Robert Sprowson authored
Version 6.28. Tagged as 'BuildSys-6_28'
-
- 21 Sep, 2013 1 commit
-
-
Robert Sprowson authored
Version 6.27. Tagged as 'BuildSys-6_27'
-
- 25 Aug, 2013 1 commit
-
-
Robert Sprowson authored
Version 6.26. Tagged as 'BuildSys-6_26'
-
- 11 Aug, 2013 1 commit
-
-
Ben Avison authored
Version 6.25. Tagged as 'BuildSys-6_25'
-
- 03 Aug, 2013 1 commit
-
-
Robert Sprowson authored
Version 6.24. Tagged as 'BuildSys-6_24'
-
- 30 Jul, 2013 1 commit
-
-
Jeffrey Lee authored
Detail: Makefiles/GCCRules - Makefile containing rules for building tools with GCC 4. These rules are intended to replace the rules in StdRules for when GCC is in use. ModuleDB - Added libgnu4 Components/ROOL/BuildHost - Build libgnu4 instead of libgnu Admin: Building BuildHost now requires a GCC4-based setup (Env-1_25, Modules-0_26, Library-1_63, etc.) Version 6.23. Tagged as 'BuildSys-6_23'
-
- 24 Jul, 2013 1 commit
-
-
Robert Sprowson authored
Version 6.22. Tagged as 'BuildSys-6_22'
-
- 20 Jul, 2013 1 commit
-
-
Robert Sprowson authored
Now in SndSetup. Version 6.21. Tagged as 'BuildSys-6_21'
-
- 15 Jul, 2013 1 commit
-
-
Robert Sprowson authored
AAsmModule: Comments sync'd with implementation ModuleLibs/AppLibs: Add the RMVersion library CApp: Now APP_OBJS and APP_DBG_OBJS don't need the '.o' suffix in common with OBJS and DBG_OBJS Changed insertion of version numbers to be common for Messages/Obey/Desc files through new 'INSTAPP_VERSION' dummy rule INSTALLAPP_DEPEND renamed to INSTAPP_DEPENDS to match other INSTAPP_stuff CUtil: Use addprefix'd APP_OBJS StdTools: Default SQUISHFLAGS now set Added INSERTVERSION Version 6.20. Tagged as 'BuildSys-6_20'
-
- 08 Jul, 2013 1 commit
-
-
Robert Sprowson authored
Module did nothing, being superceded by VCHIQ. Version 6.19. Tagged as 'BuildSys-6_19'
-
- 01 Jun, 2013 1 commit
-
-
Robert Sprowson authored
Version 6.18. Tagged as 'BuildSys-6_18'
-
- 27 May, 2013 1 commit
-
-
Robert Sprowson authored
Not tagged.
-
- 13 May, 2013 1 commit
-
-
Robert Sprowson authored
The application called !Patch isn't OS version specific so can just be classed as a normal utility. Patched modules & 3rd party applications might be OS specific so could go in N00.Patches, but there aren't currently any of those supplied. Version 6.17. Tagged as 'BuildSys-6_17'
-
- 06 May, 2013 1 commit
-
-
Robert Sprowson authored
Version 6.16. Tagged as 'BuildSys-6_16'
-
- 05 May, 2013 1 commit
-
-
Robert Sprowson authored
Version 6.15. Tagged as 'BuildSys-6_15'
-
- 04 May, 2013 1 commit
-
-
Robert Sprowson authored
Also, don't bother with a duplicate BootCommands post 3.60, the one already in 3.10 (with English messages) will do. Version 6.14. Tagged as 'BuildSys-6_14'
-
- 06 Apr, 2013 1 commit
-
-
Robert Sprowson authored
Version 6.13. Tagged as 'BuildSys-6_13'
-
- 03 Apr, 2013 1 commit
-
-
Robert Sprowson authored
Used to resolve SWI names by Squish when building !HForm. Version 6.12. Tagged as 'BuildSys-6_12'
-
- 04 Mar, 2013 1 commit
-
-
Robert Sprowson authored
* Include in disc image (needed by InetSetup when TCP/IP is enabled) * Remove portable from the IOMD module listing (demoted to export only) Version 6.11. Tagged as 'BuildSys-6_11'
-
- 03 Mar, 2013 1 commit
-
-
Jeffrey Lee authored
Detail: Components/ROOL/BCM2835 - Insert VCHIQ into ROM, just before BCMSound (the first module that uses it) Components/ROOL/Disc - Removed VCHIQ softload, it's both no longer necessary and no longer supported by the makefile Admin: Tested on Raspberry Pi BCM2835 changes require VCHIQ-0_05, and will require relatively recent firmware at runtime Version 6.10. Tagged as 'BuildSys-6_10'
-
- 02 Feb, 2013 1 commit
-
-
Robert Sprowson authored
Ditch GameModes dummy module in line with other 5.xx series ROMs it's unlikely that any games pre dating the Risc PC would not need more extensive work to become 32 bit than a simple RMEnsure of a dummy module. Version 6.09. Tagged as 'BuildSys-6_09'
-
- 31 Jan, 2013 1 commit
-
-
Robert Sprowson authored
TaskManager bravely steps into the void. This is now consistent with the defaults in Kernel-5_35-4_79_2_183. Version 6.08. Tagged as 'BuildSys-6_08'
-
- 27 Jan, 2013 1 commit
-
-
Robert Sprowson authored
New 'I' for IOMD. Removed 'P' for Phoebe. Version 6.07. Tagged as 'BuildSys-6_07'
-
- 14 Jan, 2013 1 commit
-
-
Robert Sprowson authored
Version 6.06. Tagged as 'BuildSys-6_06'
-
- 22 Dec, 2012 1 commit
-
-
Robert Sprowson authored
The only reference to NetUtils is where !InetSetup attempts to load it (silently ignoring any fail). It also outputs this command into "Internet.Startup" but after an RMEnsure of NetFS 5.79. Since these are ROM components files, and in every case NetFS 5.79 is present, NetUtils is redundant. !InetSetup should continue as before since it is part of the universal boot sequence and may find itself on a machine with an older NetFS. Also - moved RTCAdjust up into alphabetical order (this handily keeps the module numbering the same for Tungsten & IOMD as a side effect). Version 6.05. Tagged as 'BuildSys-6_05'
-
- 27 Nov, 2012 1 commit
-
-
Steve Revill authored
I'm hoping to get to the bottom of the (very tricky to reproduce in a sensible amount of time) crashes during Disc and DiscDev builds. Version 6.04. Not tagged
-