1. 24 Feb, 2023 1 commit
    • ROOL's avatar
      Add 1 package from Utilities · 0992e9c9
      ROOL authored
      Detail:
        SparkFS was previously not offered as a package so that the read-only version
        didn't class with the full version.
      
      Version 1.09. Tagged as 'ABRelease-1_09'
      0992e9c9
  2. 15 Feb, 2023 2 commits
    • Martin Avison's avatar
      Merge Softload facility for RiscPC, Iyonix, & Titanium machines · 89db63cd
      Martin Avison authored
      After the previous change, the facility to softload a ROM at boot is
      effectively the same on all these machines. This change generates it from a
      single Generic set of source files, rather than the sets for each of 5 build
      processes previously.
      
      Some insignificant inconsistencies have been eliminated, and 14 files merged
      into 7.
      
      The Prompt BASIC program is now BasicTxt, and Crunched for release.
      
      Testing:
      All 5 builds have been generated by simulating the AutoBuilder, and the
      resulting zips compared before and after these changes with no significant
      differences found.
      
      Version 1.08. Tagged as 'ABRelease-1_08'
      89db63cd
    • ROOL's avatar
      Updated SoftLoad binary · 77002509
      ROOL authored
      Admin:
        SoftLoad-1_22 built with cc 5.90 in the Disc environment.
      77002509
  3. 11 Jan, 2023 1 commit
  4. 17 Nov, 2022 3 commits
  5. 03 Sep, 2022 1 commit
    • Robert Sprowson's avatar
      Add 1 package from BootResources · e88cc09f
      Robert Sprowson authored
      Checking the boot sequence reveals !Internet is still correctly checked at each
      use so is safe to package on its own. A side benefit being CertData updates
      will now be flagged in PackMan.
      Delete OMAP3Live disc support (was removed from BuildSys-7_33 in 2019).
      
      Version 1.05. Tagged as 'ABRelease-1_05'
      e88cc09f
  6. 31 Oct, 2021 1 commit
    • ROOL's avatar
      Build fix · 03f091aa
      ROOL authored
      Detail:
        Make the path of the CSD without the system variable having $< as a substring, which
        amu 5.36 now tries to expand as a makefile variable.
      
      Version 1.04. Tagged as 'ABRelease-1_04'
      03f091aa
  7. 28 Jul, 2021 1 commit
    • Robert Sprowson's avatar
      Add 5 packages from BootResources · 84272f3b
      Robert Sprowson authored
      These 5 items don't have dependencies or subdivisions, so can be handled by the existing package generator.
      Also fix a problem with the package generator when the major version number changes the package suffix wasn't being reset to '1', eg.
       "Thing_1.23-5.zip"
       "Thing_1.24-6.zip" (expected "Thing_1.24-1.zip" here)
      
      Version 1.03. Tagged as 'ABRelease-1_03'
      84272f3b
  8. 14 Jul, 2021 1 commit
  9. 21 Oct, 2020 1 commit
    • Robert Sprowson's avatar
      Update softload obey files · 12c74ea9
      Robert Sprowson authored
      Also, remove the local copies of Prompt/SoftLoad in favour of the centrally held ones in 'Generic'.
      
      Version 1.01. Tagged as 'ABRelease-1_01'
      12c74ea9
  10. 06 Jun, 2020 1 commit
    • Robert Sprowson's avatar
      Tone down ZPP warning, document developer modules · 62dbb25d
      Robert Sprowson authored
      First added in July 2015, no longer provide ZeroPain with every development ROM since it could be seen as a cause for alarm to a new user, and is a useful diagnosis tool to old deck hands.
      Move the documentation of ZeroPain to its new home in the BonusBin, and add some notes and a link to the docs of the other developer modules provided (DebugBttn, DebugTools).
      
      Version 1.00. Tagged as 'ABRelease-1_00'
      62dbb25d
  11. 14 Mar, 2020 1 commit
    • Robert Sprowson's avatar
      Add Environment field · 5fb58ee0
      Robert Sprowson authored
      For DiscDev this can simply be 'any' as it uses machine 'All'. Mark the package policy number as 0.6.0.0 which is when this field appears.
      
      Version 0.99. Tagged as 'ABRelease-0_99'
      5fb58ee0
  12. 22 Apr, 2019 1 commit
  13. 14 Apr, 2019 1 commit
  14. 07 Apr, 2019 1 commit
  15. 17 Mar, 2019 1 commit
    • Robert Sprowson's avatar
      Add another bundle to the package list · e33449ff
      Robert Sprowson authored
      Also extend the PkgHardDisc4 tool to allow a package name to be different to the component name listed in ModuleDB.
      Fix bug when a new package is added to the list (so it's not in the previous hashes) where it would reuse the previous entry's ZIP suffix.
      
      Version 0.95. Tagged as 'ABRelease-0_95'
      e33449ff
  16. 13 Mar, 2019 1 commit
    • Robert Sprowson's avatar
      Add another bundle to the package list · 5dbed1bb
      Robert Sprowson authored
      Also extend the PkgHardDisc4 tool to handle accumulating hashes that would otherwise be longer than a BASIC string could hold.
      
      Version 0.94. Tagged as 'ABRelease-0_94'
      5dbed1bb
  17. 12 Mar, 2019 1 commit
  18. 11 Mar, 2019 1 commit
  19. 04 Feb, 2019 1 commit
    • Robert Sprowson's avatar
      Path correction · 7b1c5653
      Robert Sprowson authored
      The autobuild doesn't set the CSD as previous assumed.
      Retagged as ABRelease-0_92.
      7b1c5653
  20. 03 Feb, 2019 1 commit
    • Robert Sprowson's avatar
      Auto generate packages of some disc components · f9373282
      Robert Sprowson authored
      At the end of a DiscDev build, turn the output into packages for transfer outside of the autobuilder.
      Which things to package is driven by a package database ('PackageDB') which is cross referenced with the ModuleDB. It also collects licence terms from the respective source directory.
      Package suffixes start at '1' and increment if the contents change - ie. it's not pegged off soley the VersionNum, so if a library or tool gets a fix all impacted components will get a new suffix.
      
      DiscDev/clean: Wipe away any intermediate packages
      DiscDev/release_autobuild: Create the packages
      Makefile: Correct a typo
      
      In this initial stage, only the Diversions are covered. Baby steps...
      
      Version 0.92. Tagged as 'ABRelease-0_92'
      f9373282
  21. 09 Dec, 2018 1 commit
    • Robert Sprowson's avatar
      Add the missing ReadMe · 07814c84
      Robert Sprowson authored
      Update DiscDev to copy the ReadMe/txt (and LICENSE) into the resulting Zip. The SEC doesn't include this as extraction isn't interactive and would deposit 2 files up one directory.
      
      Version 0.91. Tagged as 'ABRelease-0_91'
      07814c84
  22. 01 Dec, 2018 1 commit
  23. 26 Oct, 2018 1 commit
    • Ben Avison's avatar
      Merge branch RISC_OS-5_26 · 1e82b2d7
      Ben Avison authored
      This has the effect of changing from Castle to Apache licence
      
      Version 0.89. Tagged as 'ABRelease-0_89'
      1e82b2d7
  24. 07 Jul, 2018 1 commit
    • Robert Sprowson's avatar
      PreDesk dir correction · 657157a1
      Robert Sprowson authored
      Correct the *Copy command otherwise the monitor configuration !Run file ends up 1 dir too high.
      
      Version 0.88. Tagged as 'ABRelease-0_88'
      657157a1
  25. 22 Apr, 2018 1 commit
    • ROOL's avatar
      Typo in readme · 0b564876
      ROOL authored
      Detail:
        Tidy unmatched quote (the term is defined earlier in quotes).
      Admin:
        Submission from Chris Mahoney.
      0b564876
  26. 18 Apr, 2018 1 commit
    • Robert Sprowson's avatar
      Import of ZeroPain 0.08 · 45b4c5c3
      Robert Sprowson authored
      Built in the Disc environment.
      Also, copy in the softload tool for TitaniumDev as for IOMDHAL and Tungsten.
      
      Version 0.87. Tagged as 'ABRelease-0_87'
      45b4c5c3
  27. 15 Apr, 2018 1 commit
  28. 06 Feb, 2018 1 commit
    • ROOL's avatar
      Readme dead links and corrections · 99139bd3
      ROOL authored
      Detail:
        Fix wiki links to point at actual page not redirector.
        Copy common paragraphs to OMAP5 from OMAP3/4.
        Add SDCreate notes to iMx6.
      
      Version 0.85. Tagged as 'ABRelease-0_85'
      99139bd3
  29. 24 Jan, 2018 1 commit
  30. 07 Sep, 2017 1 commit
    • Robert Sprowson's avatar
      Update !SysMerge script for BASIC-1_72 · b8949bff
      Robert Sprowson authored
      To handle the situation where the disc based BASIC V has *not* been loaded, but the disc based BASIC VI has, add a dummy obey file to the Library so that it can start *BASICFPA instead.
      At some future point this can be removed when the disc based BASIC combines all 3 floating point types in one.
      
      Version 0.83. Tagged as 'ABRelease-0_83'
      b8949bff
  31. 19 Aug, 2017 1 commit
    • Jeffrey Lee's avatar
      Update to ZeroPain 0.07 · 093e1408
      Jeffrey Lee authored
      Detail:
        Resources/Generic/ZeroPain/!Boot/Choices/Boot/PreDesk/!!ZeroPain/ZeroPain,ffa - Update to ZeroPain 0.07, for better behaviour with the compatibility page introduced by Kernel-5_87
      Admin:
        Tested on BB-xM
      
      
      Version 0.82. Tagged as 'ABRelease-0_82'
      093e1408
  32. 17 Jun, 2017 1 commit
    • Jeffrey Lee's avatar
      Update Raspberry Pi ROM image name · d9acb88f
      Jeffrey Lee authored
      Detail:
        Resources/BCM2835(Dev)/release_autobuild,feb - For the release candidate images, we've standardised on calling the ROM riscos/img. But the archives produced by the autobuilder output them under the name 'riscos'. Update the autobuilder to also use riscos/img, to save the user the hassle of renaming the image when installing it.
      Admin:
        Untested
      
      
      Version 0.81. Tagged as 'ABRelease-0_81'
      d9acb88f
  33. 05 May, 2017 1 commit
  34. 05 Mar, 2017 1 commit
    • ROOL's avatar
      Support softloading on pre-EDID ROMs · 2a6f9627
      ROOL authored
      Detail:
        Repoint PreDesk$Configure if no EDID support is available. This ensures that any settings made with the Screen Setup plugin will remain compatible with the host OS.
      Admin:
        PreDesk !Run file tested, however the changes to the release_autobuild scripts aren't.
      
      Version 0.79. Tagged as 'ABRelease-0_79'
      2a6f9627
  35. 23 Oct, 2016 1 commit
  36. 16 Oct, 2016 1 commit
    • Robert Sprowson's avatar
      Update ReadMe's · eafae1f5
      Robert Sprowson authored
      Clarify CMOS use with OMAP3/4, copy notes to BCM2835.
      Update FlashQSPI to latest for Titanium.
      
      Version 0.77. Tagged as 'ABRelease-0_77'
      eafae1f5
  37. 03 Jun, 2016 1 commit