1. 16 Sep, 2012 1 commit
  2. 15 Sep, 2012 1 commit
    • Robert Sprowson's avatar
      Disc updates · c2537aef
      Robert Sprowson authored
      * Added !Madness to ModuleDB
      * Added !Madness to disc diversions
      * Relocated ArmBE into Library since BASIC has never bothered RMEnsuring it, so EDIT only works if it's on the run path (or had previously been manually loaded)
      
      Version 5.95. Tagged as 'BuildSys-5_95'
      c2537aef
  3. 11 Sep, 2012 1 commit
  4. 09 Sep, 2012 1 commit
  5. 05 Sep, 2012 1 commit
  6. 02 Sep, 2012 2 commits
  7. 01 Sep, 2012 3 commits
    • Robert Sprowson's avatar
      Split out the textures for !Boot · a539a587
      Robert Sprowson authored
      Version 5.89. Tagged as 'BuildSys-5_89'
      a539a587
    • Ben Avison's avatar
      Put ScreenFX in the right place · f5ea2c79
      Ben Avison authored
      Detail:
        This module is expecetd to be in the Video subdirectory of System:Modules
      
      Version 5.88. Tagged as 'BuildSys-5_88'
      f5ea2c79
    • Jeffrey Lee's avatar
      Modify makefile fragments to generate GPA & symbol files when building ROM... · 278ac74a
      Jeffrey Lee authored
      Modify makefile fragments to generate GPA & symbol files when building ROM modules. Add HangWatch to ModuleDB.
      
      Detail:
        Makefiles/AAsmModule, Makefiles/CModule - Modified to generate GPA (for assembler) and symbols (for C) files when building ROM modules. These files are copied into the install folder, allowing them to easily be picked up by debugging tools.
        ModuleDB - Added entry for HangWatch module
      Admin:
        Makefile changes tested with BCM2835, OMAP3, and Disc builds
      
      
      Version 5.87. Tagged as 'BuildSys-5_87'
      278ac74a
  8. 31 Aug, 2012 2 commits
    • Ben Avison's avatar
      Additions to BuildHost and Disc builds · 786888ba
      Ben Avison authored
      Detail:
        * Added RemotePrinterSupport modules to BuildHost, so disc builds build
          cleanly
        * Added ScreenFX module to Disc build
        * Added components required by the above: USBDriver and PRISMLib
      Admin:
        Tested in respective builds
      
      Version 5.86. Tagged as 'BuildSys-5_86'
      786888ba
    • Ben Avison's avatar
      Added ArmBE to the disc build · cdc0db3f
      Ben Avison authored
      Version 5.85. Tagged as 'BuildSys-5_85'
      cdc0db3f
  9. 30 Aug, 2012 1 commit
  10. 28 Aug, 2012 1 commit
  11. 22 Aug, 2012 1 commit
    • Jeffrey Lee's avatar
      Add VCHIQ softload to disc image · 20bef34c
      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'
      20bef34c
  12. 20 Aug, 2012 1 commit
    • Jeffrey Lee's avatar
      Fix building of BCM2835 ROM · c468bc2b
      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'
      c468bc2b
  13. 19 Aug, 2012 1 commit
    • Jeffrey Lee's avatar
      Add BCMSound, VCHIQ to ModuleDB. Add BCMSound to BCM2835 ROM. · c7aa54eb
      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'
      c7aa54eb
  14. 18 Aug, 2012 1 commit
  15. 13 Aug, 2012 1 commit
    • Jeffrey Lee's avatar
      Fix building of disc image · b3dd31bf
      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'
      b3dd31bf
  16. 11 Aug, 2012 1 commit
  17. 10 Aug, 2012 1 commit
  18. 09 Aug, 2012 1 commit
  19. 08 Aug, 2012 1 commit
  20. 23 Jul, 2012 1 commit
  21. 22 Jul, 2012 1 commit
  22. 21 Jul, 2012 1 commit
  23. 19 Jul, 2012 1 commit
  24. 16 Jul, 2012 1 commit
  25. 15 Jul, 2012 1 commit
  26. 04 Jul, 2012 1 commit
  27. 03 Jul, 2012 1 commit
  28. 17 Jun, 2012 1 commit
  29. 15 Jun, 2012 2 commits
  30. 07 Jun, 2012 2 commits
    • Ben Avison's avatar
      Added the 4 SDFS modules and SyncLib to the OMAP3 builds · 1cad4c67
      Ben Avison authored
      Version 5.64. Tagged as 'BuildSys-5_64'
      1cad4c67
    • Jeffrey Lee's avatar
      Switch to simpler USB driver build options · 7c2f4fc6
      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'
      7c2f4fc6
  31. 05 Jun, 2012 2 commits
  32. 04 Jun, 2012 1 commit
    • Jeffrey Lee's avatar
      Add SerialDeviceSupport & SerialMouse to OMAP3 ROM · c677628f
      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'
      c677628f
  33. 03 Jun, 2012 1 commit
    • Jeffrey Lee's avatar
      Add DWCDriver to ModuleDB, BCM2835 components file · 566fff9d
      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'
      566fff9d