Skip to content
Snippets Groups Projects
  1. Sep 13, 2006
  2. Sep 07, 2006
  3. Sep 04, 2006
  4. 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
    • Detlev Zundel's avatar
      Added interrupt handling capabilities for mpc5xxx processors. · 43835aac
      Detlev Zundel authored
      Also added Linux like BUG() macros.
      43835aac
  5. Aug 30, 2006
  6. Aug 29, 2006
  7. Aug 27, 2006
  8. Aug 14, 2006
  9. Aug 11, 2006
  10. Aug 10, 2006
  11. Jul 28, 2006
  12. Jul 21, 2006
  13. Jul 19, 2006
    • Wolfgang Denk's avatar
      Add support for TB5200 board · b87dfd28
      Wolfgang Denk authored
      The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module
      integrated in a little aluminium case.
      Patch by Martin Krause, 8 Jun 2006
      
      Some code cleanup
      b87dfd28
  14. Jul 12, 2006
  15. Jul 06, 2006
  16. Jul 03, 2006
  17. Jun 30, 2006
  18. Jun 19, 2006
  19. Jun 16, 2006
    • Wolfgang Denk's avatar
      Add support for CONFIG_SERIAL_MULTI on MPC5xxx · c12cffc5
      Wolfgang Denk authored
      Patch by Martin Krause, 8 Jun 2006
      
      This patch supports two serial consoles on boards with
      a MPC5xxx CPU. The console can be switched at runtime
      by setting stdin, stdout and stderr to the desired serial
      interface (serial0 or serial1). The PSCs to be used as
      console port are definded by CONFIG_PSC_CONSOLE
      and CONFIG_PSC_CONSOLE2.
      See README.serial_multi for details.
      c12cffc5
    • Wolfgang Denk's avatar
      Bugfix in I2C initialisation on S3C2400. · 30a43cc2
      Wolfgang Denk authored
      If the bus is blocked because of a previously interrupted
      transfer, up to eleven clocks are generated on the I2CSCL
      line to complete the transfer and to free the bus.
      With this fix pin I2CSCL (PG6) is really configured as GPIO
      so the clock pulses are really generated.
      Patch by Martin Krause, 04 Apr 2006
      30a43cc2
  20. Jun 14, 2006
  21. Jun 13, 2006
  22. Jun 10, 2006
  23. 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
    • Scott McNutt's avatar
      Nios II - Fix I/O Macros and mini-app stubs · c2ced000
      Scott McNutt authored
        -Fix asm/io.h macros
        -Eliminate use of CACHE_BYPASS in cpu code
        -Eliminate assembler warnings
        -Fix mini-app stubs and force no small data
        Patch by Scott McNutt, 08 Jun 2006
      c2ced000
  24. Jun 02, 2006
  25. May 30, 2006
    • Wolfgang Denk's avatar
      Fix PCI to memory window size problems on PM82x boards · 392c252e
      Wolfgang Denk authored
      We use the "automatic" mode that was used for  the  MPC8266ADS  and
      MPC8272 boards. Eventually this should be used on all boards?]
      Patch by Wolfgang Grandegger, 17 Jan 2006
      392c252e
    • Wolfgang Denk's avatar
      Minor cleanup. · d9455273
      Wolfgang Denk authored
      d9455273
    • Wolfgang Denk's avatar
      * Update Intel IXP4xx support · ba94a1bb
      Wolfgang Denk authored
      - Add IXP4xx NPE ethernet MAC support
      - Add support for Intel IXDPG425 board
      - Add support for Prodrive PDNB3 board
      - Add IRQ support
      Patch by Stefan Roese, 23 May 2006
      
      [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still
       sufferes from licensing issues. Blame Intel.]
      ba94a1bb
  26. May 18, 2006
  27. May 10, 2006
Loading