[U-Boot] Please pull u-boot-mpc85xx.git

Wolfgang Denk wd at denx.de
Tue Jun 9 22:59:37 CEST 2009


Dear Andy,

In message <1244091241-22766-1-git-send-email-afleming at freescale.com> you wrote:
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-mpc85xx.git master
> 
> Dave Liu (3):
>       85xx: Fix the clock adjust of mpc8569mds board
>       85xx: Fix the wrong BCSR address of 8569MDS
>       85xx: Fix the wrong SYS_CLK_IN for 8569MDS
> 
> Fredrik Arnerup (1):
>       85xx: bugfix for reading maximum TLB size on mpc85xx
> 
> Srikanth Srinivasan (1):
>       85xx: Add P2020DS support
> 
>  MAKEALL                            |    2 +
>  Makefile                           |    9 +
>  board/freescale/mpc8569mds/bcsr.c  |    2 +-
>  board/freescale/mpc8569mds/ddr.c   |    2 +-
>  board/freescale/p2020ds/Makefile   |   54 +++
>  board/freescale/p2020ds/config.mk  |   32 ++
>  board/freescale/p2020ds/ddr.c      |  130 +++++++
>  board/freescale/p2020ds/law.c      |   42 ++
>  board/freescale/p2020ds/p2020ds.c  |  634 ++++++++++++++++++++++++++++++
>  board/freescale/p2020ds/tlb.c      |   95 +++++
>  board/freescale/p2020ds/u-boot.lds |  143 +++++++
>  cpu/mpc85xx/tlb.c                  |    2 +-
>  include/configs/MPC8569MDS.h       |    4 +-
>  include/configs/P2020DS.h          |  741 ++++++++++++++++++++++++++++++++++++
>  14 files changed, 1887 insertions(+), 5 deletions(-)
>  create mode 100644 board/freescale/p2020ds/Makefile
>  create mode 100644 board/freescale/p2020ds/config.mk
>  create mode 100644 board/freescale/p2020ds/ddr.c
>  create mode 100644 board/freescale/p2020ds/law.c
>  create mode 100644 board/freescale/p2020ds/p2020ds.c
>  create mode 100644 board/freescale/p2020ds/tlb.c
>  create mode 100644 board/freescale/p2020ds/u-boot.lds
>  create mode 100644 include/configs/P2020DS.h

Seems you got stuck in work. To make some progress, I went ahead and
cherry-picked the commits that were ok, i. e. everything above except
the new stuff ("85xx: Add P2020DS support").

I will also apply some other 8xxx related patches directly, if they
seem either clear fixes or otherwise obvious to me. Hope this is OK
with you.

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
I will also, for an appropriate fee, certify that  your  keyboard  is
object-oriented,  and  that  the bits on your hard disk are template-
compatible.            - Jeffrey S. Haemer in <411akr$3ga at cygnus.com>


More information about the U-Boot mailing list