- 30 Aug, 2012 2 commits
-
-
Robert Sprowson authored
Version 5.84. Tagged as 'BuildSys-5_84'
-
Robert Sprowson authored
Not tagged.
-
- 28 Aug, 2012 1 commit
-
-
Robert Sprowson authored
Version 5.83. Tagged as 'BuildSys-5_83'
-
- 22 Aug, 2012 1 commit
-
-
Jeffrey Lee authored
Detail: Components/ROOL/Disc - Added VCHIQ softload (+ written offer of sources) to disc image, inside 5.10 predesk. Added PCI module to header export for benefit of building VCHIQ. Admin: Tested on Raspberry Pi Version 5.82. Tagged as 'BuildSys-5_82'
-
- 20 Aug, 2012 2 commits
-
-
Robert Sprowson authored
As the PlingSystem components result in a 26 bit APCS-R module and also outputs Config2Installer into !System.360, this avoids a SysMerge overwriting the 32 bit copy with a 26 bit one and stopping the "System" configure plugin from running when booting the disc image as RISC OS 5, while allowing pre RISC OS 5 without the updated C library to run the installer needed to update the C library. Clear? Version 5.81. Not tagged
-
Jeffrey Lee authored
Detail: Components/ROOL/BCM2835 - Some unwanted changes crept into the last commit, preventing the ROM from building without a copy of my HangWatch module (and preventing it from running without switching the kernel to high processor vectors) Admin: Tested with vanilla BCM2835 souce tree Version 5.81. Tagged as 'BuildSys-5_81'
-
- 19 Aug, 2012 2 commits
-
-
Jeffrey Lee authored
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'
-
Robert Sprowson authored
-
- 18 Aug, 2012 1 commit
-
-
Robert Sprowson authored
Sprites should be one directory deeper. Version 5.79. Tagged as 'BuildSys-5_79'
-
- 13 Aug, 2012 1 commit
-
-
Jeffrey Lee authored
Detail: Components/ROOL/Disc - ModuleDB knows the Wimp as 'WindowManager', not 'Wimp' Admin: Fixes error preventing Disc builds from starting Version 5.78. Tagged as 'BuildSys-5_78'
-
- 11 Aug, 2012 1 commit
-
-
Robert Sprowson authored
Mirrors variables used in CModule. Note ${EXPORT} has changed to $CUSTOMEXP}, but nothing seemed to be using the former anyway. ThemeDefs added to module database. Replace useof ResApp with ThemeDefs in the disc image. Version 5.77. Tagged as 'BuildSys-5_77'
-
- 10 Aug, 2012 1 commit
-
-
Robert Sprowson authored
Version 5.76. Tagged as 'BuildSys-5_76'
-
- 09 Aug, 2012 1 commit
-
-
Robert Sprowson authored
Version 5.75. Tagged as 'BuildSys-5_75'
-
- 08 Aug, 2012 2 commits
-
-
Robert Sprowson authored
Change ModuleDB to point to Help in non closed section. Retagged as BuildSys-5_74.
-
Robert Sprowson authored
Forgot how useless 3.50 was without any applications. Version 5.74. Tagged as 'BuildSys-5_74'
-
- 23 Jul, 2012 1 commit
-
-
John Ballance authored
Admin: If ROM modules use the CModule make file they MUST be set as type C, even if they are purely assembler in coding Version 5.73. Tagged as 'BuildSys-5_73'
-
- 22 Jul, 2012 1 commit
-
-
John Ballance authored
Support and BCMVideo Admin: (highlight level of testing that has taken place) (bugfix number if appropriate) Version 5.72. Tagged as 'BuildSys-5_72'
-
- 21 Jul, 2012 2 commits
-
-
Robert Sprowson authored
Should be one directory higher up Version 5.71. Not tagged
-
Robert Sprowson authored
Version 5.71. Not tagged
-
- 19 Jul, 2012 2 commits
-
-
Robert Sprowson authored
Version 5.71. Not tagged
-
Robert Sprowson authored
Adjust switch for Config2Installer Version 5.71. Not tagged
-
- 16 Jul, 2012 1 commit
-
-
Robert Sprowson authored
Version 5.71. Tagged as 'BuildSys-5_71'
-
- 15 Jul, 2012 1 commit
-
-
Ben Avison authored
Version 5.70. Tagged as 'BuildSys-5_70'
-
- 04 Jul, 2012 1 commit
-
-
Robert Sprowson authored
Version 5.69. Tagged as 'BuildSys-5_69'
-
- 03 Jul, 2012 1 commit
-
-
Ben Avison authored
Detail: SDIODriver, SDFS and SDFSFiler added. Also SerialDeviceSupport is now built into the ROM. Admin: Changes received from Willi Theiss Version 5.68. Tagged as 'BuildSys-5_68'
-
- 17 Jun, 2012 1 commit
-
-
Robert Sprowson authored
Version 5.67. Tagged as 'BuildSys-5_67'
-
- 15 Jun, 2012 2 commits
-
-
Ben Avison authored
Detail: * Added EtherUSB * Moved SharedSnd to same location as in the OMAP3 ROM * Removed RPiFiles (not needed now we have filing systems) Version 5.66. Tagged as 'BuildSys-5_66'
-
Ben Avison authored
Version 5.65. Tagged as 'BuildSys-5_65'
-
- 07 Jun, 2012 2 commits
-
-
Ben Avison authored
Version 5.64. Tagged as 'BuildSys-5_64'
-
Jeffrey Lee authored
Detail: Components/ROOL/BCM2835, OMAP3, OMAP3Live, OMAP4, S3C2440, S3C6410 - Removed listings of USB driver debug options now that all that's needed is a simple "DEBUG=TRUE". Removed obsolete RHENIUM options. Disabled building/export of unnecessary drivers. Admin: OMAP3 & BCM2835 ROMs tested. Others untested. Version 5.63. Tagged as 'BuildSys-5_63'
-
- 05 Jun, 2012 2 commits
-
-
Robert Sprowson authored
Request from Willi Theiss, not tested here. Version 5.62. Tagged as 'BuildSys-5_62'
-
Jeffrey Lee authored
Fix OMAP4, S3C build errors due to Kernel dependency on new header export. Bring OMAP3Live ROM modules in line with OMAP3. Detail: Components/ROOL/OMAP4, S3C2440, S3C6410 - Add SerialDeviceSupport to export phase in order to get Hdr:SerialOp Components/ROOL/OMAP3Live - Add SerialDeviceSupport & SerialMouse to ROM Admin: Untested! Version 5.61. Tagged as 'BuildSys-5_61'
-
- 04 Jun, 2012 1 commit
-
-
Jeffrey Lee authored
Detail: Components/ROOL/OMAP3 - Added SerialDeviceSupport & SerialMouse to the ROM, as they should both be functional with the latest component versions Admin: Tested on rev A2 BB-xM Version 5.60. Tagged as 'BuildSys-5_60'
-
- 03 Jun, 2012 1 commit
-
-
Jeffrey Lee authored
Detail: ModuleDB - Added DWCDriver Components/ROOL/BCM2835 - Added DWCDriver. Removed other USB drivers. Disabled SerKeyMouse since we shouldn't need it now USB is working. Admin: Tested in BCM2835 ROM Version 5.59. Tagged as 'BuildSys-5_59'
-
- 29 May, 2012 1 commit
-
-
Steve Revill authored
This isn't all that helpful for the current build because the SD images are likely to be quite different to those for the current OMAP builds. Version 5.58. Tagged as 'BuildSys-5_58'
-
- 26 May, 2012 1 commit
-
-
Robert Sprowson authored
Moved SharedSnd up to the other sound modules, partly to group by function, but mostly so Freeway/ShareFS don't change position as they're commonly unplugged. Version 5.57. Tagged as 'BuildSys-5_57'
-
- 19 May, 2012 2 commits
-
-
Robert Sprowson authored
Retagged as BuildSys-5_56.
-
Robert Sprowson authored
EtherUSB added to components files for OMAP3. Version 5.56. Tagged as 'BuildSys-5_56'
-
- 10 May, 2012 1 commit
-
-
Ben Avison authored
Detail: * Updated location of HAL now it's in CVS * Moved SerKeyMouse module further up the module chain so it can be used if ROM init breaks beyond that point * Marked RPiFiles as a resources-only component Admin: Not tested yet Version 5.55. Tagged as 'BuildSys-5_55'
-
- 07 May, 2012 1 commit
-
-
Ben Avison authored
Detail: New components file and additional components added to ModuleDB. Admin: Changes received from Adrian Lees Version 5.54. Tagged as 'BuildSys-5_54'
-