1. 18 Nov, 2011 1 commit
  2. 12 Sep, 2011 1 commit
    • 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
  3. 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
  4. 22 Jun, 2011 1 commit
    • Jeffrey Lee's avatar
      Enable some extra modules in IOMD32 components file · 0c78c7f5
      Jeffrey Lee authored
      Detail:
        Components/ROOL/IOMD32 - Enabled some extra modules now that they work: ADFS, ParallelDeviceDriver, SerialDeviceDriver, SoundDMA
      Admin:
        Tested in ROM softload on RiscPC.
        ADFS floppy support is currently disabled due to not working yet, and Maestro seems to be able to cause SoundDMA/SoundScheduler to crash.
      
      
      Version 5.18. Tagged as 'BuildSys-5_18'
      0c78c7f5
  5. 04 Jun, 2011 1 commit
    • Jeffrey Lee's avatar
      Update S3C2440 & S3C6410 components files · b10483b5
      Jeffrey Lee authored
      Detail:
        Components/ROOL/S3C2440, Components/ROOL/S3C6410 - Corrected Messages location. Added VFPSupport as "EXP" to allow Wimp to build. Speculatively switched from SoundDMA to SoundDMA_Tungsten, as both Samsung chips use AC97 audio. Removed unneeded MUSBDriver entries, OMAPVideo, and obsolete DADebug options.
        ImageName/SysMap - Added new entry for ARM11ZF machine type
      Admin:
        Tested with building S3C2440 & S3C6410 ROMs. No runtime tests performed.
      
      
      Version 5.17. Tagged as 'BuildSys-5_17'
      b10483b5
  6. 03 Jun, 2011 1 commit
  7. 22 May, 2011 1 commit
    • Jeffrey Lee's avatar
      Change kernel ROM offset for OMAP3 ROM · 1116e40c
      Jeffrey Lee authored
      Detail:
        Components/ROOL/OMAP3 - Kernel is now at FC018000, i.e. 96K offset instead of 64K.
      Admin:
        Needed for my next batch of checkins to work. Also temporarily breaks OMAP3 builds until I'm done checking in.
      
      
      Version 5.15. Tagged as 'BuildSys-5_15'
      1116e40c
  8. 19 Mar, 2011 1 commit
  9. 10 Mar, 2011 1 commit
  10. 16 Feb, 2011 1 commit
  11. 05 Dec, 2010 1 commit
  12. 26 Nov, 2010 1 commit
  13. 25 Nov, 2010 1 commit
  14. 20 Oct, 2010 1 commit
    • Ben Avison's avatar
      Makefile bugfixes, and support for latest CTools build · e15324c6
      Ben Avison authored
      Detail:
        * Fixed dependencies for debug builds in GNUmakefiles/CApp
        * Added -f switch to rm in GNUmakefiles/StdTools to make it fail silently
          if the file doesn't exist, like the RISC OS version
        * Fix for amu complaining if INSTTYPE is undefined in Makefiles/CApp
        * Reflected makefile changes in resgen, squeeze and xpand in CTools
          component file
        * Added a8time to ModuleDB and CTools component file
      Admin:
        Tested in  a C Tools build
      
      Version 5.03. Tagged as 'BuildSys-5_03'
      e15324c6
  15. 23 Jun, 2010 1 commit
  16. 23 Mar, 2010 1 commit
  17. 01 Mar, 2010 1 commit
  18. 28 Feb, 2010 1 commit
  19. 04 Feb, 2010 1 commit
  20. 30 Jan, 2010 1 commit
  21. 16 Jan, 2010 1 commit
  22. 09 Jan, 2010 1 commit
  23. 28 Nov, 2009 1 commit
  24. 28 Oct, 2009 1 commit
    • Ben Avison's avatar
      Added Squash module to the OMAP3 ROM build · 90e38cf6
      Ben Avison authored
      Detail:
        Binary blob of this module in CVS has been ARMv6-safe since May.
      Admin:
        Untested as yet - about to try a ROM autobuild...
      
      Version 4.92. Tagged as 'BuildSys-4_92'
      90e38cf6
  25. 27 Oct, 2009 1 commit
    • Jeffrey Lee's avatar
      Add screensaver setup apps to ModuleDB, Disc components file · 25393e62
      Jeffrey Lee authored
      Detail:
        The screensaver setup apps (all called !SvrSetup) each have their source code inside the "Settings" folder for the relevant screen saver - but previously there was no way of building the code for the setup apps. This change fixes that, by adding dedicated ModuleDB entries for each setup app.
      Admin:
        Tested on rev C2 beagleboard
      
      
      Version 4.91. Tagged as 'BuildSys-4_91'
      25393e62
  26. 25 Oct, 2009 2 commits
  27. 24 Oct, 2009 1 commit
  28. 22 Oct, 2009 1 commit
    • Jeffrey Lee's avatar
      Add RTSupport to OMAP3 components file · c137f3cc
      Jeffrey Lee authored
      Detail:
        RTSupport is now required to build SCSISoftUSB and (more importantly) included in the ROM image to enable the USB optimisations.
      Admin:
        Tested on rev C2 beagleboard
      
      
      Version 4.87. Tagged as 'BuildSys-4_87'
      c137f3cc
  29. 01 Oct, 2009 2 commits
  30. 30 Sep, 2009 2 commits
    • Jeffrey Lee's avatar
      Add networking modules to OMAP3 components file · cad440c3
      Jeffrey Lee authored
      Detail:
        Thanks to the working !Boot sequence I've been able to finally test networking. As a result, the full set of networking modules are now enabled for OMAP3 ROM builds.
      Admin:
        Tested on rev C2 beagleboard with ARMv7-safe copy of EtherUSB. InetSetup, Ping, and ShareFS seemed to behave themselves.
      
      
      Version 4.84. Tagged as 'BuildSys-4_84'
      cad440c3
    • Jeffrey Lee's avatar
      Reconstructed Disc components file to allow a functional, semi-complete RISC... · 50505923
      Jeffrey Lee authored
      Reconstructed Disc components file to allow a functional, semi-complete RISC OS 5 disc image/!Boot sequence to be built
      
      Detail:
        Components file almost entirely reconstructed, based around Iyonix-ish Universal components file received from ROOL. Any missing/broken components are commented out with ### for clarity.
      Admin:
        Built on Iyonix, tested on BeagleBoard
      
      
      Version 4.83. Tagged as 'BuildSys-4_83'
      50505923
  31. 19 Jul, 2009 1 commit
  32. 17 Jul, 2009 1 commit
    • Jeffrey Lee's avatar
      Update CModule makefile fragment to use a default RESFSDIR if required. Add... · b1ddd206
      Jeffrey Lee authored
      Update CModule makefile fragment to use a default RESFSDIR if required. Add IIC module to OMAP3 components file.
      
      Detail:
        Makefiles/CModule - makefile fragment now generates a default RESFSDIR value in an identical way to the AAsmModule fragment, easing migration of makefiles to the fragment system.
        Components/ROOL/OMAP3 - IIC module has been added to ROM image
      Admin:
        Tested on rev C2 beagleboard
      
      
      Version 4.80. Tagged as 'BuildSys-4_80'
      b1ddd206
  33. 12 Jul, 2009 1 commit
  34. 02 Jul, 2009 1 commit
    • Jeffrey Lee's avatar
      Add MUSBDriver to ModuleDB, OMAP3 components file · 4380e34e
      Jeffrey Lee authored
      Detail:
        ModuleDB - Added entry for new MUSBDriver module
        Components/ROOL/OMAP3 - Add MUSBDriver module to build. Add commented out lines for DADebug, debug versions of USB modules (saves me the hassle of remembering the right options all the time!)
      Admin:
        Tested on Rev C2 beagleboard
      
      
      Version 4.78. Tagged as 'BuildSys-4_78'
      4380e34e
  35. 26 Jun, 2009 1 commit
    • Ben Avison's avatar
      Added CTools disc build, and various supporting changes · 13d9ef8b
      Ben Avison authored
      Detail:
        * Updates to CModule makefile fragment to reduce the number of OS-specific
          rules in main Makefiles:
          + Added (RAM|ROM)(C|ASM)DEFINES variables. These allow the calling makefile
            to specify additional defines for RAM or ROM builds of C or assembler
            source files respectively. Traditionally this was done by having separate
            object files for RAM and ROM corresponding at least to whichever source
            file was responsible for interfacing with ResourceFS, but this requires
            messy additional rules. With this new approach, it is necessary to clean
            the component when switching between RAM and ROM builds, but I don't
            think this will affect many people's workflows.
          + Added CMHGDEPENDS. This should be used to specify which object files need
            a static dependency upon the h file autogenerated from the cmhg file.
            It should be specified in the usual form for object files passed to
            CModule - with...
      13d9ef8b
  36. 09 Jun, 2009 1 commit
    • Ben Avison's avatar
      Updated BuildHost component file and ModuleDB · 71430b75
      Ben Avison authored
      Detail:
        Reinstated CLX (actually the cut-down version, CLXLite) and 9 tools that
        depend upon it: chmod, diff, find, modsqz, srcbuild, squeeze, romlinker,
        unmodsqz and xpand
      Admin:
        Tested - verified these 9 tools can be used to rebuild themselves
      
      Version 4.74. Tagged as 'BuildSys-4_74'
      71430b75
  37. 10 May, 2009 1 commit