13 Jun, 2010

1 commit


04 Jun, 2010

1 commit

  • This patch changed the SICRL_USBDR define to reflect the 4 different bit
    settings for this two-bit field. The four different options are '00', '01',
    '10', and '11'. This patch also corrects the config file for SIMPC8313 and
    MPC8313ERDB for the appropriate fields. This change only affects the MPC8313
    cpu.

    Signed-off-by: Ron Madrid
    Signed-off-by: Kim Phillips

    Ron Madrid
     

31 May, 2010

5 commits


29 May, 2010

5 commits


28 May, 2010

12 commits

  • The nios-32 arch is obsolete and broken. So it is removed.

    Signed-off-by: Thomas Chou

    Thomas Chou
     
  • This patch allows users to override default STANDALONE_LOAD_ADDR.
    The gcclibdir path was duplicated in the standalone Makefile and
    can be removed.

    Signed-off-by: Thomas Chou
    Signed-off-by: Scott McNutt

    Thomas Chou
     
  • This patch fixes the run-time error on div64 when built with
    gcc4, which was reported by jhwu0625 on nios forum. It merges
    math support from libgcc of gcc4. This patch is copied from
    nios2-linux.

    It works with both gcc3 and gcc4. The old mult.c, divmod.c and
    math.h are removed.

    Signed-off-by: Thomas Chou
    Signed-off-by: Scott McNutt

    Thomas Chou
     
  • The "-ffixed-r15" option doesn't work well for gcc4. Since we
    don't use gp for small data with option "-G0", we can use gp
    as global data pointer. This allows compiler to use r15. It
    is necessary for gcc4 to work properly.

    Signed-off-by: Thomas Chou
    Signed-off-by: Scott McNutt

    Thomas Chou
     
  • This patch adds the driver of altera spi controller, which is
    used as epcs/spi flash controller. It also works with mmc_spi
    driver.

    This driver support more than one spi bus, with base list declared
    #define CONFIG_SYS_ALTERA_SPI_LIST { BASE_0,BASE_1,... }

    Signed-off-by: Thomas Chou
    Tested-by: Ian Abbott
    Signed-off-by: Scott McNutt

    Thomas Chou
     
  • This patch adds gpio support of Altera PIO component to the
    nios2-generic board. Though it drives only gpio_led at the
    moment, it supports bidirectional port to control bit-banging
    I2C, NAND flash busy status or button switches, etc.

    Signed-off-by: Thomas Chou
    Tested-by: Ian Abbott
    Signed-off-by: Scott McNutt

    Thomas Chou
     
  • This patch adds a status led driver followed the GPIO access
    conventions of Linux. The led mask is used to specify the gpio pin.

    Signed-off-by: Thomas Chou
    Tested-by: Ian Abbott
    Signed-off-by: Scott McNutt

    Thomas Chou
     
  • This patch adds driver for a trivial gpio core, which is described
    in http://nioswiki.com/GPIO. It is used for gpio led and nand flash
    interface in u-boot.

    When CONFIG_SYS_GPIO_BASE is not defined, board may provide
    its own driver.

    Signed-off-by: Thomas Chou
    Tested-by: Ian Abbott
    Signed-off-by: Scott McNutt

    Thomas Chou
     
  • This patch adds support for full MII interface on MCF5445x (in contrast
    to RMII as used on the evaluation boards).

    Signed-off-by: Wolfgang Wegner

    Wolfgang Wegner
     
  • This patch adds the possibility to handle seperate PHYs to MCF5445x.
    Naming is chosen to resemble the contrary CONFIG_FEC_SHARED_PHY in the
    linux kernel.

    Signed-off-by: Wolfgang Wegner

    Wolfgang Wegner
     
  • This patch adds the code for handling PCS3 (DSPI chip select 3) in
    cpu_init.c and m5445x.h

    Signed-off-by: Wolfgang Wegner

    Wolfgang Wegner
     
  • create_pipe() can give wrong result if an expression is passed as the 'endpoint'
    argument -- due to missing parentheses.

    Thanks to Martin Mueller for finding the bug and providing the patch.

    Signed-off-by: Sergei Shtylyov

    Sergei Shtylyov
     

27 May, 2010

8 commits


22 May, 2010

8 commits