Dear Kumar Gala, In message <[email protected]> you wrote: > The following changes since commit 68d4230c3ccce96a72c5b99e48399bf1796fe3c6: > > powerpc/85xx: Add default usb mode and phy type to hwconfig (2011-07-11 > 13:24:21 -0500) > > are available in the git repository at: > git://git.denx.de/u-boot-mpc85xx.git master > > Becky Bruce (1): > powerpc/mpc8548cds: Remove incorrect DDR_MSYNC_IN erratum define > > Kumar Gala (1): > powerpc/85xx: Fix detection of P1017E > > Mingkai Hu (1): > powerpc/p2041rdb: Add p2041rdb board support > > arch/powerpc/cpu/mpc8xxx/cpu.c | 2 +- > board/freescale/p2041rdb/Makefile | 56 ++++ > board/freescale/p2041rdb/cpld.c | 171 ++++++++++ > board/freescale/p2041rdb/cpld.h | 53 +++ > board/freescale/p2041rdb/ddr.c | 115 +++++++ > board/freescale/p2041rdb/law.c | 37 ++ > board/freescale/p2041rdb/p2041rdb.c | 203 ++++++++++++ > board/freescale/p2041rdb/pci.c | 39 +++ > board/freescale/p2041rdb/tlb.c | 119 +++++++ > boards.cfg | 3 + > doc/README.p2041rdb | 123 +++++++ > include/configs/MPC8548CDS.h | 1 - > include/configs/P2041RDB.h | 624 > +++++++++++++++++++++++++++++++++++ > 13 files changed, 1544 insertions(+), 2 deletions(-) > create mode 100644 board/freescale/p2041rdb/Makefile > create mode 100644 board/freescale/p2041rdb/cpld.c > create mode 100644 board/freescale/p2041rdb/cpld.h > create mode 100644 board/freescale/p2041rdb/ddr.c > create mode 100644 board/freescale/p2041rdb/law.c > create mode 100644 board/freescale/p2041rdb/p2041rdb.c > create mode 100644 board/freescale/p2041rdb/pci.c > create mode 100644 board/freescale/p2041rdb/tlb.c > create mode 100644 doc/README.p2041rdb > create mode 100644 include/configs/P2041RDB.h
Applied, 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: [email protected] In C we had to code our own bugs, in C++ we can inherit them. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

