Dear Stefan Roese, In message <[email protected]> you wrote: > Hi Wolfgang, > > please pull those fixes and updates (initial version was posted before the > merge window was closed). Thanks. > > The following changes since commit 99dbd4efd6d5ecc37d7e8f28b20d9be8c83055c7: > Ben Warren (1): > Add information about return values of xxx_eth_register() in > documentation > > are available in the git repository at: > > git://www.denx.de/git/u-boot-ppc4xx.git master > > Mike Nuss (1): > PPC4xx: Denali core: Fix incorrect DDR row bits > > Niklaus Giger (4): > ppc4xx: Cleanup some HW register names > ppc_4xx: Apply new HW register names > ppc4xx: Rework cmd reginfo > ppc4xx: respect 80-chars per line in ppc*.h files > > Stefan Roese (2): > ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scan > ppc4xx: Add PPC405EX(r) Rev D support > > board/amcc/bamboo/bamboo.c | 32 +- > board/amcc/canyonlands/canyonlands.c | 25 +- > board/amcc/ebony/ebony.c | 22 +- > board/amcc/katmai/katmai.c | 25 +- > board/amcc/kilauea/kilauea.c | 3 + > board/amcc/luan/epld.h | 22 +- > board/amcc/luan/luan.c | 22 +- > board/amcc/makalu/makalu.c | 3 + > board/amcc/ocotea/ocotea.c | 22 +- > board/amcc/sequoia/sequoia.c | 28 +- > board/amcc/taishan/showinfo.c | 112 ++-- > board/amcc/taishan/taishan.c | 22 +- > board/amcc/yosemite/yosemite.c | 32 +- > board/amcc/yucca/yucca.c | 25 +- > board/esd/common/cmd_loadpci.c | 2 +- > board/esd/du440/du440.c | 28 +- > board/esd/pmc440/cmd_pmc440.c | 10 +- > board/esd/pmc440/pmc440.c | 32 +- > board/exbitgen/init.S | 4 +- > board/gdsys/gdppc440etx/gdppc440etx.c | 32 +- > board/gdsys/intip/intip.c | 22 +- > board/korat/korat.c | 28 +- > board/lwmon5/lwmon5.c | 32 +- > board/netstal/hcu5/hcu5.c | 28 +- > board/pcs440ep/pcs440ep.c | 32 +- > board/prodrive/alpr/alpr.c | 52 +- > board/prodrive/p3p440/p3p440.c | 22 +- > board/sandburst/common/ppc440gx_i2c.h | 2 +- > board/sandburst/common/sb_common.c | 22 +- > board/xes/xpedite1000/xpedite1000.c | 24 +- > common/cmd_reginfo.c | 158 +---- > cpu/ppc4xx/4xx_pci.c | 48 +- > cpu/ppc4xx/4xx_pcie.c | 3 +- > cpu/ppc4xx/Makefile | 4 + > cpu/ppc4xx/cpu.c | 30 +- > cpu/ppc4xx/cpu_init.c | 4 +- > cpu/ppc4xx/denali_spd_ddr2.c | 2 +- > cpu/ppc4xx/miiphy.c | 24 +- > cpu/ppc4xx/reginfo.c | 370 +++++++++ > cpu/ppc4xx/speed.c | 6 +- > drivers/net/4xx_enet.c | 100 ++-- > include/4xx_i2c.h | 2 +- > include/asm-ppc/processor.h | 6 +- > include/ppc405.h | 530 +++++++------- > include/ppc440.h | 1401 > +++++++++++++++++++-------------- > include/ppc4xx.h | 36 +- > include/ppc4xx_enet.h | 314 ++++---- > post/cpu/ppc4xx/ether.c | 50 +- > 48 files changed, 2151 insertions(+), 1704 deletions(-) > create mode 100644 cpu/ppc4xx/reginfo.c
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] Command, n.: Statement presented by a human and accepted by a computer in such a manner as to make the human feel as if he is in control. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

