1. 21 Dec, 2020 1 commit
  2. 23 Nov, 2020 1 commit
  3. 07 Nov, 2020 1 commit
  4. 20 Jul, 2020 1 commit
    • Ben Avison's avatar
      Change a few modules to `C` type · bccb299b
      Ben Avison authored
      These components have pending merge requests that mean they are likely to
      move to use the `CModule` shared makefile in the near future, which will
      require the use of their `rom_link` rule. However, due to the change to
      `AAsmModule` in the last commit, we can change their type now in anticipation.
      
      I'm not going further and change all `ASM` components en masse, because not
      all of them will yet have been converted to use `AAsmModule`. This is also
      the reason for not making the change in `srcbuild` itself.
      
      Version 7.49. Tagged as 'BuildSys-7_49'
      bccb299b
  5. 02 May, 2020 1 commit
  6. 20 Apr, 2020 1 commit
    • Jeffrey Lee's avatar
      Add WindowScroll to ModuleDB + ROMs · 270182cd
      Jeffrey Lee authored
      Replace redundant AUNMsgs module with WindowScroll, to avoid unplugged
      modules being shuffled.
      
      Also remove rogue AcornURI from BCM2835 ROM.
      
      Version 7.44. Tagged as 'BuildSys-7_44'
      270182cd
  7. 06 Apr, 2020 1 commit
    • Ben Avison's avatar
      Add Dialler to ModuleDB, PPP to Disc · edcacf39
      Ben Avison authored
      PPP also turned out to need Dialler exports, so that got released too.
      Add PPP to the Disc components, and Dialler for its exports.
      
      Version 7.43. Tagged as 'BuildSys-7_43'
      edcacf39
  8. 29 Mar, 2020 1 commit
    • Robert Sprowson's avatar
      Build fix · 55b4c501
      Robert Sprowson authored
      Add FormEd to ModuleDB now it's used in the BonusBin component.
      
      Version 7.42. Not tagged
      55b4c501
  9. 28 Mar, 2020 1 commit
  10. 14 Apr, 2019 1 commit
  11. 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
  12. 30 Mar, 2019 1 commit
  13. 16 Mar, 2019 1 commit
  14. 28 Jan, 2019 1 commit
  15. 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
  16. 28 Dec, 2018 1 commit
  17. 25 Aug, 2018 1 commit
  18. 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
  19. 01 Jun, 2018 1 commit
  20. 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
  21. 11 Apr, 2018 1 commit
    • Ben Avison's avatar
      Incremental step in cross-compilation support · 5e83cb7e
      Ben Avison authored
      Detail:
        ModuleDB:
        * Correct capitalisation of resgen's TARGET to match its main source file
        GNUmakefiles/AAsmModule:
        * Targets now given ,ffa filetype suffix
        * Support source directory layouts s/<subdir>/<leaf> as used by the
          kernel and printer drivers - define SYMLINK_EXT_FIRST to enable
        * Prevent relinking when running make on an up-to-date component due to
          a difference between amu and GNU make's handling of double-colon rules
        * Support linking with GNU toolchain
        * Fix installation rule (mixup between MERGEDMDIR and MERGEDRDIR)
        * Support up to 16 assembler and 8 C-from-assembler headers, up from 3
          of each (here's looking at you, kernel) - long-term, it might be worth
          changing this to a scheme like that used by CModule to remove any
          limits
        * Fix C-from-assembler exports to have .h suffix
        GNUmakefiles/AppLibs:
        * Define INCLUDE_OSLIB to permit OSLib header search paths to be
          specified in an OS-agnostic way
        GNUma...
      5e83cb7e
  22. 19 Mar, 2018 1 commit
  23. 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
  24. 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
  25. 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
  26. 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
  27. 15 Jul, 2017 1 commit
    • ROOL's avatar
      Repoint component path · 6a039938
      ROOL authored
      Admin:
        Formerly named 'NetBSD' now 'USBDriver'.
        Submission for USB bounty.
      
      Version 7.13. Tagged as 'BuildSys-7_13'
      6a039938
  28. 23 Jun, 2017 1 commit
  29. 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
  30. 21 May, 2017 1 commit
  31. 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
  32. 20 Jan, 2017 1 commit
  33. 28 Nov, 2016 1 commit
  34. 11 Sep, 2016 1 commit
  35. 14 Mar, 2016 1 commit
  36. 17 Jan, 2016 1 commit
  37. 05 Dec, 2015 1 commit
    • ROOL's avatar
      Add module for OMAP5 port · 8a5f15ae
      ROOL authored
      Detail:
        OMAPHDMI added to the ModuleDB
      Admin:
        Wanted by OMAP5 components file, but omitted in BuildSys-6_77.
      
      Version 6.81. Tagged as 'BuildSys-6_81'
      8a5f15ae
  38. 14 Nov, 2015 1 commit
    • Robert Sprowson's avatar
      Add Allocate to the ModuleDB · 8ee8d5f2
      Robert Sprowson authored
      Add Allocate, for CTools components file.
      Move !MakeModes out of the ROM modules section into the disc apps section.
      Temporarily remove ATAPI from Titanium so the build completes without error.
      
      Version 6.80. Tagged as 'BuildSys-6_80'
      8ee8d5f2
  39. 08 Nov, 2015 1 commit
    • Ben Avison's avatar
      New modules in the ModuleDB · 38cc10c9
      Ben Avison authored
      Detail:
        Add OMAP5 HAL, ADFS 4 and SATADriver. Put HALs back in alphabetical order.
      
      
      Version 6.79. Tagged as 'BuildSys-6_79'
      38cc10c9
  40. 07 Nov, 2015 1 commit
    • ROOL's avatar
      Extra components files · e8b72fa5
      ROOL authored
      Detail:
        OMAP5 components, submission from Willi Theiss.
        Titanium components, submission from Elesar.
        Some extra modules in the ModuleDB.
        Added EtherCPSW AutoSense to the disc image.
      Admin:
        May not build, some bits still being reviewed.
      
      Version 6.77. Tagged as 'BuildSys-6_77'
      e8b72fa5