1. 16 Jan, 2012 1 commit
    • Jeffrey Lee's avatar
      Add CLib to !System in disc image · f15b31f5
      Jeffrey Lee authored
      Detail:
        Components/ROOL/Disc - Added a RISC OS 5 compatible version of CLib to the !System installation. This allows the disc image to safely be used on versions of RISC OS 5 older than current.
      Admin:
        Disc image builds OK and CLib module works OK, but no testing of disc image itself was performed
      
      
      Version 5.37. Tagged as 'BuildSys-5_37'
      f15b31f5
  2. 14 Jan, 2012 1 commit
  3. 13 Jan, 2012 1 commit
  4. 12 Jan, 2012 1 commit
    • Robert Sprowson's avatar
      Various changes · 3728b452
      Robert Sprowson authored
      * Added components file to generate a !System
      * Binaries/Browse/BuildEnv/Disc/IOMD32/OMAP4/Printers/Tungsten add heading blocks and line stuff up
      * OMAP3 remove unused switch from FPEmulator
      * SysMap add mapping from Sovereign to 'V'
      * CTools extra qualifiers on some modules to get help right for modules in the 310 directory
      * AAsmModule when CMDHELP=None is in force you can infer that no international help is desired, therefore pass this as a switch to the module to allow it to remove the tokens from its help table (based on how the 'standalone' switch is done)
      
      Version 5.35. Tagged as 'BuildSys-5_35'
      3728b452
  5. 19 Dec, 2011 2 commits
    • Jeffrey Lee's avatar
      Add CLEAN_DEPEND support to AAsmModule makefile fragment. Disable VFP/NEON... · 480298f2
      Jeffrey Lee authored
      Add CLEAN_DEPEND support to AAsmModule makefile fragment. Disable VFP/NEON assembler for Tungsten ROM versions of BASIC.
      
      Detail:
        Makefiles/AAsmModule - Added ${CLEAN_DEPEND} as a dependency to the 'clean' rule, to allow components to extend the default rule. This is the same functionality that the CApp fragment offers.
        Components/ROOL/Tungsten - Disable VFP/NEON support in the BASIC assembler, due to lack of ROM space.
      Admin:
        Required changes for BASIC 1.49
      
      
      Version 5.33. Tagged as 'BuildSys-5_33'
      480298f2
    • Jeffrey Lee's avatar
      Add NetTime and VIDC sound setup plugin to disc build · 56fbe7e4
      Jeffrey Lee authored
      Detail:
        Components/ROOL/Disc - Added NetTime and the VIDC sound setup plugin.
      Admin:
        Disc image builds OK
        Version 2.02 or above of the non-VIDC SndSetup plugin required otherwise the VIDC version will never be launched.
        NetTime could do with a configuration window in InetSetup
      
      
      Version 5.32. Tagged as 'BuildSys-5_32'
      56fbe7e4
  6. 07 Dec, 2011 1 commit
    • Jeffrey Lee's avatar
      Add SCSI modules to Iyonix ROM image · e89b8b64
      Jeffrey Lee authored
      Detail:
        Components/ROOL/Tungsten - Added RTSupport, SCSISwitch, SCSISoftUSB, SCSIFS, SCSIFiler and CDFSSoftSCSI to the Iyonix ROM image.
      Admin:
        Tested in Iyonix ROM softload
      
      
      Version 5.30. Tagged as 'BuildSys-5_30'
      e89b8b64
  7. 06 Dec, 2011 1 commit
    • Jeffrey Lee's avatar
      Add SharedSound to ROM images · eb4ecbcd
      Jeffrey Lee authored
      Detail:
        Components/ROOL/IOMD32, OMAP3, OMAP4, Tungsten - These ROMs now include the SharedSound module
      Admin:
        OMAP3 & Tungsten ROMs tested
      
      
      Version 5.29. Tagged as 'BuildSys-5_29'
      eb4ecbcd
  8. 04 Dec, 2011 1 commit
  9. 29 Nov, 2011 1 commit
    • Jeffrey Lee's avatar
      Add DualSerial module to OMAP3 ROMs · 1974a744
      Jeffrey Lee authored
      Detail:
        Components/ROOL/OMAP3 - Added the DualSerial module to the ROM image.
      Admin:
        Tested on rev A2 BB-xM
      
      
      Version 5.26. Tagged as 'BuildSys-5_26'
      1974a744
  10. 27 Nov, 2011 1 commit
  11. 20 Nov, 2011 1 commit
    • Jeffrey Lee's avatar
      Add CDFSSoftSCSI to ModuleDB. Add to OMAP3 & OMAP4 ROM builds. · 6aee0db6
      Jeffrey Lee authored
      Detail:
        ModuleDB - Added entry for CDFSSoftSCSI
        Components/ROOL/OMAP3, Components/ROOL/OMAP4 - Added CDFSSoftSCSI to the OMAP ROM builds
        Components/ROOL/OMAP3 - Disable OMAPVideo debug output since it's no longer needed to try and help track down the black screen on boot issue
      Admin:
        Tested in OMAP3 ROM build
      
      
      Version 5.24. Tagged as 'BuildSys-5_24'
      6aee0db6
  12. 18 Nov, 2011 1 commit
  13. 12 Sep, 2011 1 commit
    • Ben Avison's avatar
      Added OMAP4 build · bec13e4f
      Ben Avison authored
      Admin:
        Submission from Willi Theiß
      
      Version 5.20. Tagged as 'BuildSys-5_20'
      bec13e4f
  14. 31 Jul, 2011 1 commit
    • Jeffrey Lee's avatar
      Update ROM components files to use romlinker instead of BigSplit2 · 59035319
      Jeffrey Lee authored
      Detail:
        Components/ROOL/IOMD32, Components/ROOL/OMAP3, Components/ROOL/S3C2440, Components/ROOL/S3C6410,Components/ROOL/Tungsten - Now all use romlinker as their joiner instead of BigSplit2. Required change so that the new kernel can find the ROM build date in the ROM footer.
        Components/ROOL/OMAP3 - Use noimagesize option to prevent the ROM image size being poked into the ROM/HAL at offset &60
      Admin:
        OMAP & Tungsten ROMs built and tested.
        Before my romlinker changes, romlinker was producing identical images to BigSplit2, so there shouldn't be any critical bugs lurking in the code.
      
      
      Version 5.19. Tagged as 'BuildSys-5_19'
      59035319
  15. 22 Jun, 2011 1 commit
    • Jeffrey Lee's avatar
      Enable some extra modules in IOMD32 components file · 0c78c7f5
      Jeffrey Lee authored
      Detail:
        Components/ROOL/IOMD32 - Enabled some extra modules now that they work: ADFS, ParallelDeviceDriver, SerialDeviceDriver, SoundDMA
      Admin:
        Tested in ROM softload on RiscPC.
        ADFS floppy support is currently disabled due to not working yet, and Maestro seems to be able to cause SoundDMA/SoundScheduler to crash.
      
      
      Version 5.18. Tagged as 'BuildSys-5_18'
      0c78c7f5
  16. 04 Jun, 2011 1 commit
    • Jeffrey Lee's avatar
      Update S3C2440 & S3C6410 components files · b10483b5
      Jeffrey Lee authored
      Detail:
        Components/ROOL/S3C2440, Components/ROOL/S3C6410 - Corrected Messages location. Added VFPSupport as "EXP" to allow Wimp to build. Speculatively switched from SoundDMA to SoundDMA_Tungsten, as both Samsung chips use AC97 audio. Removed unneeded MUSBDriver entries, OMAPVideo, and obsolete DADebug options.
        ImageName/SysMap - Added new entry for ARM11ZF machine type
      Admin:
        Tested with building S3C2440 & S3C6410 ROMs. No runtime tests performed.
      
      
      Version 5.17. Tagged as 'BuildSys-5_17'
      b10483b5
  17. 03 Jun, 2011 1 commit
  18. 22 May, 2011 1 commit
    • Jeffrey Lee's avatar
      Change kernel ROM offset for OMAP3 ROM · 1116e40c
      Jeffrey Lee authored
      Detail:
        Components/ROOL/OMAP3 - Kernel is now at FC018000, i.e. 96K offset instead of 64K.
      Admin:
        Needed for my next batch of checkins to work. Also temporarily breaks OMAP3 builds until I'm done checking in.
      
      
      Version 5.15. Tagged as 'BuildSys-5_15'
      1116e40c
  19. 19 Mar, 2011 1 commit
  20. 10 Mar, 2011 1 commit
  21. 16 Feb, 2011 1 commit
  22. 05 Dec, 2010 1 commit
  23. 26 Nov, 2010 1 commit
  24. 25 Nov, 2010 1 commit
  25. 20 Oct, 2010 1 commit
    • Ben Avison's avatar
      Makefile bugfixes, and support for latest CTools build · e15324c6
      Ben Avison authored
      Detail:
        * Fixed dependencies for debug builds in GNUmakefiles/CApp
        * Added -f switch to rm in GNUmakefiles/StdTools to make it fail silently
          if the file doesn't exist, like the RISC OS version
        * Fix for amu complaining if INSTTYPE is undefined in Makefiles/CApp
        * Reflected makefile changes in resgen, squeeze and xpand in CTools
          component file
        * Added a8time to ModuleDB and CTools component file
      Admin:
        Tested in  a C Tools build
      
      Version 5.03. Tagged as 'BuildSys-5_03'
      e15324c6
  26. 23 Jun, 2010 1 commit
  27. 23 Mar, 2010 1 commit
  28. 01 Mar, 2010 1 commit
  29. 28 Feb, 2010 1 commit
  30. 04 Feb, 2010 1 commit
  31. 30 Jan, 2010 1 commit
  32. 16 Jan, 2010 1 commit
  33. 09 Jan, 2010 1 commit
  34. 28 Nov, 2009 1 commit
  35. 28 Oct, 2009 1 commit
    • Ben Avison's avatar
      Added Squash module to the OMAP3 ROM build · 90e38cf6
      Ben Avison authored
      Detail:
        Binary blob of this module in CVS has been ARMv6-safe since May.
      Admin:
        Untested as yet - about to try a ROM autobuild...
      
      Version 4.92. Tagged as 'BuildSys-4_92'
      90e38cf6
  36. 27 Oct, 2009 1 commit
    • Jeffrey Lee's avatar
      Add screensaver setup apps to ModuleDB, Disc components file · 25393e62
      Jeffrey Lee authored
      Detail:
        The screensaver setup apps (all called !SvrSetup) each have their source code inside the "Settings" folder for the relevant screen saver - but previously there was no way of building the code for the setup apps. This change fixes that, by adding dedicated ModuleDB entries for each setup app.
      Admin:
        Tested on rev C2 beagleboard
      
      
      Version 4.91. Tagged as 'BuildSys-4_91'
      25393e62
  37. 25 Oct, 2009 2 commits
  38. 24 Oct, 2009 1 commit