[U-Boot] [PATCH] powerpc/t2080rdb: Add T2080PCIe-RDB board support

York Sun yorksun at freescale.com
Fri Feb 28 17:48:23 CET 2014


On 02/28/2014 02:21 AM, Shengzhou Liu wrote:
> ---
>  board/freescale/t208xrdb/Makefile       |  13 +
>  board/freescale/t208xrdb/README         | 196 ++++++++
>  board/freescale/t208xrdb/cpld.c         |  71 +++
>  board/freescale/t208xrdb/cpld.h         |  42 ++
>  board/freescale/t208xrdb/ddr.c          | 112 +++++
>  board/freescale/t208xrdb/ddr.h          |  47 ++
>  board/freescale/t208xrdb/eth_t208xrdb.c | 106 +++++
>  board/freescale/t208xrdb/law.c          |  34 ++
>  board/freescale/t208xrdb/pci.c          |  23 +
>  board/freescale/t208xrdb/t2080_pbi.cfg  |  41 ++
>  board/freescale/t208xrdb/t2080_rcw.cfg  |   8 +
>  board/freescale/t208xrdb/t208xrdb.c     | 115 +++++
>  board/freescale/t208xrdb/t208xrdb.h     |  13 +
>  board/freescale/t208xrdb/tlb.c          | 151 +++++++
>  boards.cfg                              |   5 +
>  include/configs/T208xRDB.h              | 779 ++++++++++++++++++++++++++++++++
>  16 files changed, 1756 insertions(+)
>  create mode 100644 board/freescale/t208xrdb/Makefile
>  create mode 100644 board/freescale/t208xrdb/README
>  create mode 100644 board/freescale/t208xrdb/cpld.c
>  create mode 100644 board/freescale/t208xrdb/cpld.h
>  create mode 100644 board/freescale/t208xrdb/ddr.c
>  create mode 100644 board/freescale/t208xrdb/ddr.h
>  create mode 100644 board/freescale/t208xrdb/eth_t208xrdb.c
>  create mode 100644 board/freescale/t208xrdb/law.c
>  create mode 100644 board/freescale/t208xrdb/pci.c
>  create mode 100644 board/freescale/t208xrdb/t2080_pbi.cfg
>  create mode 100644 board/freescale/t208xrdb/t2080_rcw.cfg
>  create mode 100644 board/freescale/t208xrdb/t208xrdb.c
>  create mode 100644 board/freescale/t208xrdb/t208xrdb.h
>  create mode 100644 board/freescale/t208xrdb/tlb.c
>  create mode 100644 include/configs/T208xRDB.h
> 
>
Shengzhou,

I have said with your T2081QDS patch

"
Next time, please format the patch with this command

git format-patch -M -C --find-copies-harder
"

I believe you didn't create these files from scratch. By using the proper
command, you will format the patch to identify copies and moves. The change set
will be smaller and easier to review.

York



More information about the U-Boot mailing list