1. 10 May, 2012 1 commit
    • Ben Avison's avatar
      Tweaks for BCM2835 build · 2e05257e
      Ben Avison authored
      Detail:
        * Updated location of HAL now it's in CVS
        * Moved SerKeyMouse module further up the module chain so it can be used if
          ROM init breaks beyond that point
        * Marked RPiFiles as a resources-only component
      Admin:
        Not tested yet
      
      Version 5.55. Tagged as 'BuildSys-5_55'
      2e05257e
  2. 07 May, 2012 1 commit
  3. 06 May, 2012 1 commit
    • Robert Sprowson's avatar
      Add switch to OMAPVideo driver. · 300da8fd
      Robert Sprowson authored
      Add FrontEnd to Disc image (in the 500 directory to avoid overwriting the 26 bit only copy in 310 as found in the PlingSystem distribution).
      
      Version 5.53. Tagged as 'BuildSys-5_53'
      300da8fd
  4. 28 Apr, 2012 1 commit
    • Jeffrey Lee's avatar
      Add UnSqzAIF to ROM images, PlingSystem · 3e2b4ea6
      Jeffrey Lee authored
      Detail:
        Added UnSqzAIF to IOMD32, OMAP3, OMAP3Live, OMAP4, S3C2440, S3C6410 and Tungsten ROM images, to protect against the squeeze 5.03-5.08 bug. Even though the bug hasn't been seen on all platforms, there's no harm in taking precautions against it.
        Added UnSqzAIF to PlingSystem, for 3.70+
      Admin:
        New version of UnSqzAIF tested in softload form on Iyonix
        OMAP3 ROM & PlingSystem build OK, others untested
      
      
      Version 5.52. Tagged as 'BuildSys-5_52'
      3e2b4ea6
  5. 22 Apr, 2012 1 commit
    • Jeffrey Lee's avatar
      Fix S3C6410 to build from clean · 9c06f949
      Jeffrey Lee authored
      Detail:
        Components/ROOL/S3C6410 - Even though FPEmulator currently isn't included in the ROM, we at least need to export the headers to allow several other components to build
      Admin:
        ROM now builds OK but untested at runtime
      
      
      Version 5.51. Tagged as 'BuildSys-5_51'
      9c06f949
  6. 21 Apr, 2012 1 commit
    • Robert Sprowson's avatar
      Move ADFS export down after FileCore. · de677bf9
      Robert Sprowson authored
      FileCore now generates "FileCoreErr" during exporting, and ADFS needs that for its exports (RamFS/SCSIFS are both alphabetically later than FileCore so don't suffer from that problem).
      Export from clean now has no errors for PlingSystem component.
      
      Version 5.50. Tagged as 'BuildSys-5_50'
      de677bf9
  7. 30 Mar, 2012 1 commit
  8. 21 Mar, 2012 1 commit
    • Jeffrey Lee's avatar
      Fix IOMD32 build failure · 23346c4c
      Jeffrey Lee authored
      Detail:
        Components/ROOL/IOMD32 - Move SCSIFS to end of components list. Must come after FileCore due to new dependency on FileCore headers.
      Admin:
        IOMD ROM built OK, but untested at runtime
      
      
      Version 5.48. Tagged as 'BuildSys-5_48'
      23346c4c
  9. 27 Feb, 2012 1 commit
  10. 25 Feb, 2012 1 commit
  11. 23 Feb, 2012 1 commit
    • Jeffrey Lee's avatar
      Update OMAP* component files to include SDCreate · dd7332f6
      Jeffrey Lee authored
      Detail:
        ModuleDB - Added SDCreate entry
        Components/ROOL/OMAP3, OMAP3Live, OMAP4 - Install SDCreate to <Install$Dir>.ABRelease, so it can be picked up by the ABRelease component
      Admin:
        Tested with building & packaging OMAP3 ROM
      
      
      Version 5.45. Tagged as 'BuildSys-5_45'
      dd7332f6
  12. 11 Feb, 2012 1 commit
    • Robert Sprowson's avatar
      Changes to OMAP4 components. · 2d9f3f26
      Robert Sprowson authored
      * Enable DualSerial
      * Turn off debug in video driver
      Requires OMAP4 HAL version 0.05.
      Submissions from Willi Theiss.
      
      Version 5.44. Tagged as 'BuildSys-5_44'
      2d9f3f26
  13. 05 Feb, 2012 2 commits
  14. 04 Feb, 2012 3 commits
    • Jeffrey Lee's avatar
      Add new components to ModuleDB · 171833bb
      Jeffrey Lee authored
      Detail:
        ModuleDB - Added ZLibMod (module that provides ZLib_* SWIs), zlibmodlib (fake zlib library that just calls ZLib_* SWIs) and rompress (ROM compression tool)
      Admin:
        New components aren't fully ready for use yet
      
      
      Version 5.41. Tagged as 'BuildSys-5_41'
      171833bb
    • Robert Sprowson's avatar
      Retire R[O|A]M[C]Module shared makefiles. · 86a2d8e9
      Robert Sprowson authored
      So long, and thanks for all the fish.
      
      Version 5.40. Tagged as 'BuildSys-5_40'
      86a2d8e9
    • Robert Sprowson's avatar
      Add optional CLEAN_DEPEND to the clean rule in CModule. · 940518eb
      Robert Sprowson authored
      Do actively report when the CMHG file is deleted in CModule.
      Add PRISMLIB to the available module libraries.
      Components files updated to pass USB driver switches via CDEFINES not
      CFLAGS.
      Tested with OMAP3 ROM build, other components files modified by eye but
      not tested.
      
      Version 5.39. Tagged as 'BuildSys-5_39'
      940518eb
  15. 29 Jan, 2012 1 commit
  16. 21 Jan, 2012 1 commit
  17. 16 Jan, 2012 2 commits
    • 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
    • Steve Revill's avatar
      Changed definition of WIPE macro in shared makefiles. · d35eae7f
      Steve Revill authored
      WIPE is now the same as XWIPE, rather than the annoying "-wipe".
      
      Version 5.36. Tagged as 'BuildSys-5_36'
      d35eae7f
  18. 14 Jan, 2012 1 commit
  19. 13 Jan, 2012 1 commit
  20. 12 Jan, 2012 2 commits
    • 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
    • Ben Avison's avatar
      Added the CUtil shared makefile - was accidentally omitted from an earlier commit · 1a10551d
      Ben Avison authored
      Version 5.34. Tagged as 'BuildSys-5_34'
      1a10551d
  21. 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
  22. 12 Dec, 2011 1 commit
  23. 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
  24. 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
  25. 04 Dec, 2011 1 commit
  26. 03 Dec, 2011 1 commit
  27. 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
  28. 27 Nov, 2011 1 commit
  29. 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
  30. 19 Nov, 2011 1 commit
  31. 18 Nov, 2011 1 commit
  32. 12 Sep, 2011 2 commits
    • Ben Avison's avatar
      Fixes to shared makefiles · 70323f40
      Ben Avison authored
      Detail:
        The change which permitted top-level makefiles to include only CApp,
        CModule etc accidentally broke makefiles which included HostTools (StdTools
        got included instead and overwrote the HostTools settings). Amazingly, we
        seem to have got away with this so far - but fixed now. Also, brought the
        GNUmakefiles versions in line with updates to the amu Makefiles in this
        and other respects.
      Admin:
        Tested in a RISC OS ROM build, and for building cross-compiling versions
        of the tools.
      
      Version 5.21. Tagged as 'BuildSys-5_21'
      70323f40
    • 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
  33. 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