1. 13 Jun, 2009 1 commit
    • Ben Avison's avatar
      Added a new Makefile fragment · 23e9df41
      Ben Avison authored
      Detail:
        This is useful for building tools during the course of a main build where
        the build host is of an incompatible architecture to the target - for example
        building an Iyonix ROM on a Risc PC or an architecture-tuned Beagleboard ROM
        on an Iyonix.  For now it relies on re-using the target architecture versions
        of CApp and other makefile fragments so it's not suitable for cross-
        compilation yet (in other words, the host system is still assumed to be a
        RISC OS machine).
      Admin:
        Tested by building an APCS-R target on an Iyonix (with a few tweaks - we
        can't link with the APCS-R stubs on an Iyonix, but the stubs should be
        architecture-invariant within the same calling standard so this isn't a
        real problem).
      
      Version 4.75. Tagged as 'BuildSys-4_75'
      23e9df41
  2. 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
  3. 07 Jun, 2009 1 commit
    • Ben Avison's avatar
      Build fix · ea25b6c8
      Ben Avison authored
      Detail:
        Some users reported problems building the sources if they had other
        installations of perl on their build machine. The build system was using a
        mixture of "perl" and "<Perl$Dir>.perl" to invoke the interpreter, and
        sometimes but not always using "do" to expand system variables on the
        command line. This has now been standardised to use "do <Perl$Dir>.perl in
        all cases, and where possible, to use the makefile macro ${PERL}.
      Admin:
        Checked that a Tungsten build still works on a build machine with no other
        perl installation. "perl" was aliased to an error to ensure it wasn't used.
      
      Version 4.73. Tagged as 'BuildSys-4_73'
      ea25b6c8
  4. 10 May, 2009 1 commit
  5. 09 May, 2009 2 commits
    • Jeffrey Lee's avatar
      Update OMAP3 components file to include USB modules in ROM image · f887ceae
      Jeffrey Lee authored
      Detail:
        Components/ROOL/OMAP3 - Many modules are now enabled for compilation. Rev C beagleboards should now have USB EHCI support, including support for USB keyboard, mouse and mass storage (via SCSIFS/DOSFS). Remember to disable DebugTerminal in Kernel.hdr.Options if you want USB keyboard input to work.
      Admin:
        Tested on rev C2 beagleboard. Shouldn't adversely affect older beagleboards that lack working USB host ports.
      
      
      Version 4.71. Tagged as 'BuildSys-4_71'
      f887ceae
    • Jeffrey Lee's avatar
      Add CortexA8 mapping to SysMap · 77079acc
      Jeffrey Lee authored
      Detail:
        Added CortexA8 mapping to SysMap, to allow !Builder to function correctly now that the OMAP3 build uses the CortexA8 machine type.
      Admin:
        Tested with on rev C2 beagleboard after clean ROM rebuild.
      
      
      Version 4.70. Tagged as 'BuildSys-4_70'
      77079acc
  6. 22 Apr, 2009 2 commits
  7. 27 Jan, 2009 1 commit
    • Ben Avison's avatar
      Added initial support for OMAP-3 builds. · 801d0839
      Ben Avison authored
      Detail:
        * Added new components file
        * Added entry for new HAL in the ModuleDB
        * Minor tweak to Makefiles:CModule so HALs can use shared Makefiles:
          no longer assumes that all callers wil have a non-null CMHGFILE
      Admin:
        Used in a test build
      
      Version 4.68. Tagged as 'BuildSys-4_68'
      801d0839
  8. 22 Dec, 2008 1 commit
  9. 03 Dec, 2008 2 commits
  10. 17 Oct, 2008 2 commits
  11. 16 Oct, 2008 3 commits
  12. 14 Oct, 2008 2 commits