[U-Boot] [PATCH 2/2] mpc85xx: support for Freescale COM Express P2020

Wolfgang Denk wd at denx.de
Thu Oct 6 23:18:48 CEST 2011


Dear "Ira W. Snyder",

In message <1317159046-11886-3-git-send-email-iws at ovro.caltech.edu> you wrote:
> This adds support for the Freescale COM Express P2020 board. This board
> is similar to the P1_P2_RDB, but has some extra (as well as missing)
> peripherals.
> 
> Unlike all other mpc85xx boards, it uses a watchdog timeout to reset.
> Using the HRESET_REQ register does not work.
> 
> Signed-off-by: Ira W. Snyder <iws at ovro.caltech.edu>
> ---
>  arch/powerpc/include/asm/immap_85xx.h |    1 +
>  board/freescale/p2020come/Makefile    |   53 +++
>  board/freescale/p2020come/ddr.c       |  245 +++++++++++++
>  board/freescale/p2020come/law.c       |   36 ++
>  board/freescale/p2020come/p2020come.c |  393 ++++++++++++++++++++
>  board/freescale/p2020come/pci.c       |   43 +++
>  board/freescale/p2020come/tlb.c       |   91 +++++
>  boards.cfg                            |    3 +
>  include/configs/P2020COME.h           |  638 +++++++++++++++++++++++++++++++++
>  9 files changed, 1503 insertions(+), 0 deletions(-)
>  create mode 100644 board/freescale/p2020come/Makefile
>  create mode 100644 board/freescale/p2020come/ddr.c
>  create mode 100644 board/freescale/p2020come/law.c
>  create mode 100644 board/freescale/p2020come/p2020come.c
>  create mode 100644 board/freescale/p2020come/pci.c
>  create mode 100644 board/freescale/p2020come/tlb.c
>  create mode 100644 include/configs/P2020COME.h

Checkpatch says:

total: 6 errors, 23 warnings, 1515 lines checked

Please clean up and resubmit.  Thanks.

Best regards,

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: wd at denx.de
This all sounds complicated, but it mostly does excatly what you  ex-
pect. It's just difficult for us to explain what you expect...
                       - L. Wall & R. L. Schwartz, _Programming Perl_


More information about the U-Boot mailing list