[U-Boot-Users] Pull Request for u-boot-mpc86xx

Wolfgang,
The following changes since commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f: Kim Phillips (1): mpc83xx: fix ITX[GP] O=builddir builds
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc86xx.git
Basically, this pull will fix a few mpc86xx and mpc85xx PCI/PCI-E bugs as well as add the SBC8641D board from Joe Hamman.
All of these patches have already been published on the mail list, and those that touch common files have also been ACK'ed by an independent person (pci_auto.c).
I've merged in current mainline first, so this should apply cleanly after the MAKEALL changes even!
Thanks, jdl
Ed Swarthout (2): pciauto_setup_device bars_num fix fsl_pci_init cleanup.
Joe Hamman (3): Add support for SBC8641D. Board files. Add support for SBC8641D. Config files. Modify SBC8641D to use new Freescale PCI routines
Jon Loeliger (2): cpu/86xx fixes. 8641hpcn: Do correct sized pointer math.
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 2 + board/mpc8641hpcn/mpc8641hpcn.c | 4 +- board/sbc8641d/Makefile | 52 ++++ board/sbc8641d/config.mk | 30 ++ board/sbc8641d/init.S | 192 +++++++++++++ board/sbc8641d/sbc8641d.c | 406 ++++++++++++++++++++++++++ board/sbc8641d/u-boot.lds | 135 +++++++++ cpu/mpc86xx/cpu_init.c | 4 +- cpu/mpc86xx/interrupts.c | 51 ++-- cpu/mpc86xx/start.S | 85 +----- cpu/mpc86xx/traps.c | 8 +- doc/README.sbc8641d | 28 ++ drivers/fsl_pci_init.c | 46 +-- drivers/pci_auto.c | 2 +- include/asm-ppc/immap_86xx.h | 16 +- include/asm-ppc/processor.h | 5 +- include/configs/sbc8641d.h | 604 +++++++++++++++++++++++++++++++++++++++ 19 files changed, 1538 insertions(+), 137 deletions(-) create mode 100644 board/sbc8641d/Makefile create mode 100644 board/sbc8641d/config.mk create mode 100644 board/sbc8641d/init.S create mode 100644 board/sbc8641d/sbc8641d.c create mode 100644 board/sbc8641d/u-boot.lds create mode 100644 doc/README.sbc8641d create mode 100644 include/configs/sbc8641d.h

In message 1187023565.32650.6.camel@ld0161-tx32 you wrote:
Wolfgang,
The following changes since commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f: Kim Phillips (1): mpc83xx: fix ITX[GP] O=builddir builds
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc86xx.git
Merged. Thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Jon Loeliger
-
Wolfgang Denk