From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Sat, 18 Jul 2009 20:09:44 -0500 Subject: [U-Boot] Please pull u-boot-mpc83xx.git Message-ID: <20090718200944.7c9d3eec.kim.phillips@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Wolfgang D., I realize this is very last-minute, but converting 83xx PCI has been overdue for a while now, and I'm expecting enough time to test before the next release. So, if there are no quarrels, please pull 83xx: The following changes since commit d39041fcadb1231430201d298c31f6be03d654f7: Wolfgang Denk (1): PATI board: fix compiler warnings are available in the git repository at: git://git.denx.de/u-boot-mpc83xx.git master Kim Phillips (1): mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI board/freescale/mpc832xemds/Makefile | 4 +- board/freescale/mpc832xemds/pci.c | 285 +++++++------------------- board/freescale/mpc8349emds/Makefile | 4 +- board/freescale/mpc8349emds/pci.c | 6 +- board/freescale/mpc8349itx/Makefile | 4 +- board/freescale/mpc8349itx/pci.c | 361 +++++---------------------------- board/freescale/mpc8360emds/Makefile | 4 +- board/freescale/mpc8360emds/pci.c | 287 +++++++-------------------- board/freescale/mpc837xemds/Makefile | 4 +- board/freescale/mpc837xemds/pci.c | 4 +- board/freescale/mpc837xerdb/Makefile | 4 +- board/freescale/mpc837xerdb/pci.c | 4 +- board/sbc8349/Makefile | 4 +- board/sbc8349/pci.c | 340 +++----------------------------- board/tqc/tqm834x/Makefile | 4 +- board/tqc/tqm834x/pci.c | 213 +++----------------- include/configs/MPC832XEMDS.h | 32 ++-- include/configs/MPC8349ITX.h | 1 + include/configs/MPC8360EMDS.h | 28 ++-- include/configs/TQM834x.h | 14 +- include/configs/sbc8349.h | 1 + 21 files changed, 342 insertions(+), 1266 deletions(-) Thank you, Kim