20 Nov, 2014

1 commit


24 Jul, 2013

1 commit


26 Apr, 2013

1 commit


01 Sep, 2012

2 commits


12 Feb, 2012

1 commit

  • FEC does not work on the i.mx51/53evk board, it will hangup
    In: serial
    Out: serial
    Err: serial
    Net:

    After bisect, it due to the following commit:
    be252b6 net: imx: Add multi-FEC support for imx_get_mac_from_fuse
    has change the imx_get_mac_from_fuse fucntion prototype, but fail
    to update i.mx5, here it does it.

    After apply this patch, u-boot works again on i.mx51/53 evk boards.

    Signed-off-by: Jason Liu
    Cc: Stefano Babic
    Acked-by: Fabio Estevam
    Acked-by: Stefano Babic

    Jason Liu
     

10 Dec, 2011

1 commit

  • In order to support the coming MX6 platform and to reducde
    the duplicated code, we had better move some common files
    or functions to the imx-common folder for sharing.

    This patch does the following:
    - move speed.c file from armv7/mx5/speed.c to armv7/imx-common/speed.c
    - move armv7/mx5/timer.c to armv7/imx-common/timer.c, no any new feature
    added but just fix the checkpatch errors in the old file and remove
    the CONFIG_SYS_MX5_CLK32 reference in the file
    - create one new file cpu.c file to store the common function with i.mx5/6

    Signed-off-by: Jason Liu
    Cc:Stefano Babic
    Acked-by: Stefano Babic

    Jason Liu
     

28 Oct, 2011

1 commit

  • Fix checkpatch warning and errors in several i.MX related files.

    While at it also address a checkpatch warning at arch/arm/cpu/armv7/mx5/soc.c
    regarding the usage of extern in a C file.

    Signed-off-by: Fabio Estevam

    Fabio Estevam
     

04 Jul, 2011

1 commit


23 May, 2011

1 commit


28 Apr, 2011

1 commit


02 Feb, 2011

1 commit


22 Nov, 2010

1 commit


18 Oct, 2010

1 commit