19 Jun, 2014

4 commits

  • nios-32 arch was removed back in 2010 (1117cbf). Code depending on
    its headers (nios.h, nios-io.h) can't possibly compile since then.
    As it wasn't fixed till now it is safe to remove.

    Signed-off-by: Vasili Galka

    Vasili Galka
     
  • commit 18b06652cd "tools: include u-boot version of sha256.h"
    unconditionally forced the sha256.h from u-boot to be used
    for tools instead of the host version. This is fragile though
    as it will also include the host version. Therefore move it
    to include/u-boot to join u-boot/md5.h etc which were renamed
    for the same reason.

    cc: Simon Glass
    Signed-off-by: Jeroen Hofstee

    Jeroen Hofstee
     
  • Fix the following warning messages:

    In function 'flash_erase': 180:21:
    warning: variable 'last' set but not used [-Wunused-but-set-variable]
    In function 'write_buff': 322:10:
    warning: variable 'port_width' set but not used [-Wunused-but-set-variable]

    Signed-off-by: Masahiro Yamada
    Cc: TsiChung Liew

    Masahiro Yamada
     
  • From comparison of current logic and the logic that was prior to commit
    aba27ac, we see that first parameter of FPGA_GET_REG() shall be the
    FPGA index and not channel number. The re-factoring in commit aba27ac
    accidentally changed that.

    Cc: Stefan Roese
    Acked-by: Dirk Eibach
    Signed-off-by: Vasili Galka

    Vasili Galka
     

12 Jun, 2014

10 commits


08 Jun, 2014

1 commit


07 Jun, 2014

7 commits


06 Jun, 2014

9 commits


02 Jun, 2014

1 commit


31 May, 2014

8 commits