[U-Boot] Please pull u-boot-mpc83xx

Hi Wolfgang, please pull (mostly) support for the VME8349 board (it's initial patch was posted well in advance of the window) and a couple of fixes:
The following changes since commit 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69: Wolfgang Denk (1): Prepare 2009.08-rc1 (again, after fixing last minute issues).
are available in the git repository at:
git://git.denx.de/u-boot-mpc83xx.git master
Kim Phillips (1): mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former
Paul Gortmaker (1): sbc8349: combine HRCW flash and u-boot image flash
Reinhard Arlt (1): mpc83xx: Add esd VME8349 board support
MAINTAINERS | 2 + MAKEALL | 1 + Makefile | 2 + board/esd/vme8349/Makefile | 54 ++++ board/esd/vme8349/caddy.c | 194 +++++++++++++ board/esd/vme8349/caddy.h | 77 ++++++ board/esd/vme8349/config.mk | 28 ++ board/esd/vme8349/pci.c | 119 ++++++++ board/esd/vme8349/vme8349.c | 140 ++++++++++ board/sbc8349/config.mk | 2 +- cpu/mpc83xx/Makefile | 4 +- doc/README.sbc8349 | 30 ++- drivers/pci/pci_auto.c | 2 +- include/configs/MPC8313ERDB.h | 1 - include/configs/MPC8315ERDB.h | 3 +- include/configs/MPC8323ERDB.h | 1 - include/configs/MPC832XEMDS.h | 1 - include/configs/MPC8349EMDS.h | 4 - include/configs/MPC8349ITX.h | 1 - include/configs/MPC8360EMDS.h | 1 - include/configs/MPC8360ERDK.h | 1 - include/configs/MPC837XEMDS.h | 3 +- include/configs/MPC837XERDB.h | 3 +- include/configs/MVBLM7.h | 1 - include/configs/SIMPC8313.h | 1 - include/configs/TQM834x.h | 1 - include/configs/sbc8349.h | 5 +- include/configs/vme8349.h | 608 +++++++++++++++++++++++++++++++++++++++++ 28 files changed, 1254 insertions(+), 36 deletions(-) create mode 100644 board/esd/vme8349/Makefile create mode 100644 board/esd/vme8349/caddy.c create mode 100644 board/esd/vme8349/caddy.h create mode 100644 board/esd/vme8349/config.mk create mode 100644 board/esd/vme8349/pci.c create mode 100644 board/esd/vme8349/vme8349.c create mode 100644 include/configs/vme8349.h
Thanks,
Kim

Dear Kim Phillips,
In message 20090727185329.874ef2ae.kim.phillips@freescale.com you wrote:
Hi Wolfgang, please pull (mostly) support for the VME8349 board (it's initial patch was posted well in advance of the window) and a couple of fixes:
The following changes since commit 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69: Wolfgang Denk (1): Prepare 2009.08-rc1 (again, after fixing last minute issues).
are available in the git repository at:
git://git.denx.de/u-boot-mpc83xx.git master
Kim Phillips (1): mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former
Paul Gortmaker (1): sbc8349: combine HRCW flash and u-boot image flash
Reinhard Arlt (1): mpc83xx: Add esd VME8349 board support
MAINTAINERS | 2 + MAKEALL | 1 + Makefile | 2 + board/esd/vme8349/Makefile | 54 ++++ board/esd/vme8349/caddy.c | 194 +++++++++++++ board/esd/vme8349/caddy.h | 77 ++++++ board/esd/vme8349/config.mk | 28 ++ board/esd/vme8349/pci.c | 119 ++++++++ board/esd/vme8349/vme8349.c | 140 ++++++++++ board/sbc8349/config.mk | 2 +- cpu/mpc83xx/Makefile | 4 +- doc/README.sbc8349 | 30 ++- drivers/pci/pci_auto.c | 2 +- include/configs/MPC8313ERDB.h | 1 - include/configs/MPC8315ERDB.h | 3 +- include/configs/MPC8323ERDB.h | 1 - include/configs/MPC832XEMDS.h | 1 - include/configs/MPC8349EMDS.h | 4 - include/configs/MPC8349ITX.h | 1 - include/configs/MPC8360EMDS.h | 1 - include/configs/MPC8360ERDK.h | 1 - include/configs/MPC837XEMDS.h | 3 +- include/configs/MPC837XERDB.h | 3 +- include/configs/MVBLM7.h | 1 - include/configs/SIMPC8313.h | 1 - include/configs/TQM834x.h | 1 - include/configs/sbc8349.h | 5 +- include/configs/vme8349.h | 608 +++++++++++++++++++++++++++++++++++++++++ 28 files changed, 1254 insertions(+), 36 deletions(-) create mode 100644 board/esd/vme8349/Makefile create mode 100644 board/esd/vme8349/caddy.c create mode 100644 board/esd/vme8349/caddy.h create mode 100644 board/esd/vme8349/config.mk create mode 100644 board/esd/vme8349/pci.c create mode 100644 board/esd/vme8349/vme8349.c create mode 100644 include/configs/vme8349.h
Applied, thanks.
But please do not reqrite the Subject of committed patches, at least not without specifically mentioning it here.
My "patch tracking" is based on the Subject: lines, and it causes additional work (and eventually introduces errors) when you rename the original (poor, agreed) Subject "mpc83xx: because CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI, we remove the former" into "mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former" - which is still _way_too_long_, btw. Rather reject the patch and ask for a resubmit. Even from yourself :-)
Thanks.
Best regards,
Wolfgang Denk

On Wed, Jul 29, 2009 at 2:21 AM, Wolfgang Denkwd@denx.de wrote:
My "patch tracking" is based on the Subject: lines, and it causes additional work (and eventually introduces errors) when you rename
Do you use Patchworks? I don't know if it handles renamed patches, but a public patchworks web page would allow other people to tag their patches for you.

Dear Timur Tabi,
In message ed82fe3e0907290717p2584db95l5fdf5cfa60cb6079@mail.gmail.com you wrote:
On Wed, Jul 29, 2009 at 2:21 AM, Wolfgang Denkwd@denx.de wrote:
My "patch tracking" is based on the Subject: =A0lines, =A0and =A0it =A0ca=
uses
additional =A0work =A0(and =A0eventually introduces errors) when you rena=
me
Do you use Patchworks? I don't know if it handles renamed patches, but a public patchworks web page would allow other people to tag their patches for you.
No, I use the "mark message unseen" feature of my mail reader (exmh).
Best regards,
Wolfgang Denk
participants (3)
-
Kim Phillips
-
Timur Tabi
-
Wolfgang Denk