Dear York Sun,

In message <1372185469-14161-6-git-send-email-york...@freescale.com> you wrote:
> Add emulator support for T4240. Emulator has limited peripherals and
> interfaces. Difference between emulator and T4240QDS includes:
>       ECC for DDR is disabled due the procedure to load images
>       No board FPGA (QIXIS)
>       NOR flash has 32-bit port for higher loading speed
>       IFC and I2C timing don't really matter, so set them fast
>       No ethernet
> 
> Signed-off-by: York Sun <york...@freescale.com>
> ---
>  board/freescale/t4qds/Makefile   |    3 +-
>  board/freescale/t4qds/ddr.c      |   73 +---
>  board/freescale/t4qds/ddr.h      |  122 ++++++
>  board/freescale/t4qds/law.c      |    2 +
>  board/freescale/t4qds/t4240emu.c |   96 +++++
>  board/freescale/t4qds/t4240qds.c |  855 
> ++++++++++++++++++++++++++++++++++++++
>  board/freescale/t4qds/t4qds.c    |  853 -------------------------------------
>  board/freescale/t4qds/tlb.c      |    3 +-
>  boards.cfg                       |    1 +
>  include/configs/T4240EMU.h       |  185 +++++++++
>  include/configs/T4240QDS.h       |  539 ++++++++++++++++++++++++
>  include/configs/t4qds.h          |  482 +--------------------
>  12 files changed, 1807 insertions(+), 1407 deletions(-)
>  create mode 100644 board/freescale/t4qds/ddr.h
>  create mode 100644 board/freescale/t4qds/t4240emu.c
>  create mode 100644 board/freescale/t4qds/t4240qds.c
>  delete mode 100644 board/freescale/t4qds/t4qds.c
>  create mode 100644 include/configs/T4240EMU.h

Entry to MAINTAINERS missing.  And checkpatch reports a number of
warnings that need to be fixed:

- WARNING: quoted string split across lines
- WARNING: Avoid unnecessary line continuations

Thanks.

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
A failure will not appear until a unit has passed final inspection.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to