24 Jul, 2013

1 commit


21 May, 2008

1 commit

  • This commit gets rid of a huge amount of silly white-space issues.
    Especially, all sequences of SPACEs followed by TAB characters get
    removed (unless they appear in print statements).

    Also remove all embedded "vim:" and "vi:" statements which hide
    indentation problems.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

09 Jun, 2006

1 commit


31 Mar, 2005

1 commit

  • 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

    wdenk