1. 07 Apr, 2019 1 commit
    • Robert Sprowson's avatar
      Add NetUtils to ModuleDB and PlingSystem · 6778d57a
      Robert Sprowson authored
      Rename dummy module NetUtils2 to NetUtils2. Use NetUtils for the real thing.
      RISC OS 3.50 and later had a new enough version of NetFS to not need patching (>=5.79), so on the face of it the simplest solution would be to load the newer NetFS on earlier OS versions. However, that wouldn't work if you were booting via NetFS (compared with loading NetUtils, which can be done while NetFS is being used).
      
      Version 7.35. Tagged as 'BuildSys-7_35'
      6778d57a
  2. 30 Mar, 2019 1 commit
  3. 16 Mar, 2019 1 commit
  4. 15 Jan, 2019 1 commit
    • ROOL's avatar
      Common OMAP5 module ordering · 25b0583e
      ROOL authored
      Admin:
        Move Podule/ADFSFiler/SATADriver around to similar positions to other components file (so they appear after the modules on which they depend, even if that's not alphabetical).
        Update type in ModuleDB.
      
      Version 7.32. Tagged as 'BuildSys-7_32'
      25b0583e
  5. 28 Dec, 2018 1 commit
  6. 25 Aug, 2018 1 commit
  7. 14 Jun, 2018 1 commit
    • Robert Sprowson's avatar
      Add PDumperPCL to !Printers · 376dc80c
      Robert Sprowson authored
      The sources were added a few years ago, a dumper number allocated, and printer definition. Complete the set with the dumper too.
      
      Version 7.29. Tagged as 'BuildSys-7_29'
      376dc80c
  8. 01 Jun, 2018 1 commit
  9. 12 May, 2018 1 commit
    • ROOL's avatar
      Component, Makefile, ModuleDB updates · 300a68d2
      ROOL authored
      Detail:
        Disc - add AcornHTTP and URL modules, force en-gb CmdHelp for RouteD in 310 directory.
        OMAP5 - add ADFS/SATADriver/ATAPI, change default CMOS to select FileSystem=ADFS
        Libs makefiles - add path to ZLIB
        ModuleDB - Relocate OMAP5 HAL to mixed/
      
      Version 7.27. Tagged as 'BuildSys-7_27'
      300a68d2
  10. 01 Apr, 2018 1 commit
  11. 19 Mar, 2018 1 commit
  12. 29 Jan, 2018 1 commit
    • Robert Sprowson's avatar
      Add (Omni)NFS to the disc image · 099553a5
      Robert Sprowson authored
      ModuleDB: Add entry for OmniNFS. Move NFS now it's been scrubbed clean for publishing.
      Components/Disc: Add OmniNFS and NFS to !Omni. It may be more appropriate to put NFS in !System, let's see.
      
      Version 7.20. Tagged as 'BuildSys-7_20'
      099553a5
  13. 24 Jan, 2018 1 commit
    • ROOL's avatar
      Components file updates · 12d9d496
      ROOL authored
      Detail:
        Relocate AHCIDriver.
        Re-order the first few modules of iMx6 to match the other ROMs in light of ScreenModes dependency changes.
        Omit ZeroPain, this is provided in the download ZIP as a disc component.
        Omit EtherUSB - no sources in the products file so the build failed.
        Do run the ABRelease phase otherwise the autobuilder produces no output.
        Minor white space changes.
      
      Version 7.19. Tagged as 'BuildSys-7_19'
      12d9d496
  14. 16 Dec, 2017 1 commit
    • ROOL's avatar
      Skip EHCIHALLib export · fc23965b
      ROOL authored
      Detail:
        No longer a target of this component.
      
      Version 7.18. Tagged as 'BuildSys-7_18'
      fc23965b
  15. 11 Oct, 2017 1 commit
    • ROOL's avatar
      Set machine for 310 copies of TaskWindow & CallASWI · 6eeb8a5c
      ROOL authored
      Detail:
        CallASWI now contains an ASSERT for No32bitCode, so in the All environment it doesn't build.
        TaskWindow standalone module has ADR out of range.
      Admin:
        For CTools.
      
      Version 7.17. Tagged as 'BuildSys-7_17'
      6eeb8a5c
  16. 30 Sep, 2017 1 commit
    • ROOL's avatar
      Change PDebug & RemoteDebug component types · 507d4107
      ROOL authored
      Detail:
        In order that they be considered during the 'install' phase, make these 2 components type C rather than type EXP.
        Components/ROOL/BonusBin & PlingSystem: change all libraries to only be exported
        Components/ROOL/CTools: add an install location for PDebug, needed by DebugLib
      Admin:
        Fix for DDE build missing some required libraries. Required CLibrary shared makefile revision 1.9.
      
      Version 7.16. Tagged as 'BuildSys-7_16'
      507d4107
  17. 27 Sep, 2017 1 commit
    • Robert Sprowson's avatar
      Add Access+ to the disc image, improve CLibrary makefile · edecae6c
      Robert Sprowson authored
      Add Access+ as a utility, called out by the "Local networks" chapter of the User Guide, and missing since RISC OS 3.70 days (despite ShareFS having the functionality).
      Add an install target to the CLibrary makefile, this allows the library to be installed somewhere other than the exports directory which is useful for the CTools component for example.
      
      Version 7.15. Tagged as 'BuildSys-7_15'
      edecae6c
  18. 30 Jul, 2017 1 commit
    • ROOL's avatar
      Repoint EHCIDriver & OHCIDriver · 05d133b1
      ROOL authored
      Admin:
        OHCIHeaders removed from ModuleDB.
        For those components that use the USBHAL add that to the EXP phase.
      
      Version 7.14. Tagged as 'BuildSys-7_14'
      05d133b1
  19. 23 Jun, 2017 1 commit
  20. 03 Jun, 2017 1 commit
    • Jeffrey Lee's avatar
      Add BASICVFP to relevant ROMs · e27b4a3c
      Jeffrey Lee authored
      Detail:
        - ModuleDB - Define BASICVFP component
        - Components/ROOL/BCM2835, BCM2835Pico, OMAP3, OMAP3Live, OMAP4, OMAP5, Titanium, iMx6 - Add BASICVFP to ROM for all ARMv6+ machines
      Admin:
        BCM2835 build tested
        Requires BASIC-1_67, Library-1_91
      
      
      Version 7.11. Tagged as 'BuildSys-7_11'
      e27b4a3c
  21. 21 May, 2017 1 commit
  22. 07 May, 2017 1 commit
    • Robert Sprowson's avatar
      Add BorderUtils to ModuleDB and PlingSystem · d9fe3ac6
      Robert Sprowson authored
      Also spotted that the CTools components file doesn't add a copy of CallASWI/FPEmulator to the EndUser directory. These 2 modules are required (the stubs include RMEnsures of CLib/CallASWI/FPEmulator).
      
      Version 7.09. Tagged as 'BuildSys-7_09'
      d9fe3ac6
  23. 15 Apr, 2017 2 commits
    • Robert Sprowson's avatar
      Add GPIO to BCM2835 · 8a2eb2e4
      Robert Sprowson authored
      Same as for Pico, ordinary Pi users can enjoy wiggling their I/O.
      
      Version 7.08. Tagged as 'BuildSys-7_08'
      8a2eb2e4
    • Jeffrey Lee's avatar
      Fix BuildHost build · 036c915f
      Jeffrey Lee authored
      Detail:
        Components/ROOL/BuildHost - ColourPicker needed for header exports
      Admin:
        Tested with BuildHost build
      
      
      Version 7.07. Tagged as 'BuildSys-7_07'
      036c915f
  24. 12 Mar, 2017 1 commit
  25. 09 Mar, 2017 1 commit
    • Robert Sprowson's avatar
      Match up module order · c844aaba
      Robert Sprowson authored
      All the other targets place ScreenModes earlier for EDID probing reasons.
      
      Version 7.05. Tagged as 'BuildSys-7_05'
      c844aaba
  26. 21 Feb, 2017 1 commit
    • Robert Sprowson's avatar
      Update Pico components · 183fa265
      Robert Sprowson authored
      Force BCMVideo to work discless using a built in MDF, in lieu of EDID.
      
      Version 7.04. Tagged as 'BuildSys-7_04'
      183fa265
  27. 21 Jan, 2017 1 commit
  28. 20 Jan, 2017 2 commits
  29. 17 Jan, 2017 1 commit
  30. 05 Dec, 2016 1 commit
  31. 23 Oct, 2016 1 commit
  32. 15 Oct, 2016 1 commit
  33. 09 Oct, 2016 1 commit
    • Jeffrey Lee's avatar
      Add SerialDeviceSupport to Raspberry Pi ROMs · 39177a42
      Jeffrey Lee authored
      Detail:
        Components/ROOL/BCM2835, Components/ROOL/BCM2835Pico - Enable SerialDeviceSupport (OS_SerialOp/SerialV bridge to the underlying 'serialctrl' DeviceFS API)
      Admin:
        Tested on Raspberry Pi 1 B
        Requires BCM2835-0_59 and DualSerial-0_25-4_8_2_14
      
      
      Version 6.94. Tagged as 'BuildSys-6_94'
      39177a42
  34. 11 Sep, 2016 1 commit
  35. 30 Jul, 2016 1 commit
    • ROOL's avatar
      Shuffle module order · ff80dab8
      ROOL authored
      Detail:
        Ordering of FPE with respect to ScreenModes not important post ScrModes-0_55.
      
      Version 6.92. Tagged as 'BuildSys-6_92'
      ff80dab8
  36. 28 May, 2016 1 commit
    • Jeffrey Lee's avatar
      Add support for "26" machine type. PlingSystem updates. · 2b7fcbba
      Jeffrey Lee authored
      Detail:
        ImageName/SysMap - Add support for "26" machine type
        Components/ROOL/PlingSystem - Remove manual specification of All32 machine type for BASIC - would have resulted in code which isn't ARMv2 compatible. Remove 350 version of TaskWindow - the 310 version should be fine for all OS versions that PlingSystem targets. Document why SharedSnd is using the All machine type.
      Admin:
        Tested with PlingSystem build
      
      
      Version 6.90. Tagged as 'BuildSys-6_90'
      2b7fcbba
  37. 22 May, 2016 1 commit
  38. 21 May, 2016 1 commit