Skip to content
Snippets Groups Projects
  1. Oct 08, 2006
  2. Sep 01, 2006
    • Marian Balakowicz's avatar
      Add support for a saving build objects in a separate directory. · f9328639
      Marian Balakowicz authored
      Modifications are based on the linux kernel approach and
      support two use cases:
      
        1) Add O= to the make command line
        'make O=/tmp/build all'
      
        2) Set environement variable BUILD_DIR to point to the desired location
        'export BUILD_DIR=/tmp/build'
        'make'
      
      The second approach can also be used with a MAKEALL script
      'export BUILD_DIR=/tmp/build'
      './MAKEALL'
      
      Command line 'O=' setting overrides BUILD_DIR environent variable.
      
      When none of the above methods is used the local build is performed and
      the object files are placed in the source directory.
      f9328639
  3. Jun 08, 2006
    • Scott McNutt's avatar
      Nios II - Add EPCS Controller bootrom work-around · 1f6ce8f5
      Scott McNutt authored
        -When booting from an epcs controller, the epcs bootrom may leave the
        slave select in an asserted state causing soft reset hang. This
        patch ensures slave select is negated at reset.
        Patch by Scott McNutt, 08 Jun 2006
      1f6ce8f5
  4. Apr 20, 2006
  5. Mar 31, 2006
  6. Mar 30, 2005
    • Wolfgang Denk's avatar
      * Patch by Scott McNutt, 21 Oct 2004: · 0c1c117c
      Wolfgang Denk authored
        Add support for Nios-II EPCS Controller core.
      
      * Patch by Scott McNutt, 20 Oct 2004:
        Nios-II cleanups:
        - Add sysid command (Nios-II only).
        - Locate default exception trampoline at proper offset.
        - Implement I/O routines (readb, writeb, etc)
        - Implement do_bootm_linux
      0c1c117c
  7. Oct 10, 2004
Loading