[U-Boot] [v2] Please pull u-boot-mpc85xx.git

The following changes since commit 4e779ad2e54e39d5343c8c83b4fc686a7bb16859:
gpio: Add support for microblaze xilinx GPIO (2013-05-09 11:20:08 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
for you to fetch changes up to 65744debd1763f7499b11f7566615926adcae53b:
powerpc: Add T4160QDS (2013-05-10 14:14:08 -0500)
---------------------------------------------------------------- Andy Fleming (2): powerpc/mpc85xx: Add definitions for HDBCR registers e6500: Move L1 enablement after L2 enablement
Roy ZANG (1): powerpc/pcie: add PCIe version 3.x support [fixed this by adding #include <asm/fsl_pci.h> to 83xx pcie.c file]
Roy Zang (3): T4/serdes: fix the serdes clock frequency T4/SerDes: correct the SATA index T4/USB: Add USB 2.0 UTMI dual phy support
Sandeep Singh (1): powerpc/B4860: Corrected FMAN1 operating frequency print at u-boot
Shaohui Xie (3): powerpc/t4240qds: Fix SPI flash type powerpc/t4240qds: fix XAUI card PHY address Fman/t4240: some fix for 10G XAUI
York Sun (11): powerpc/mpc85xx: Update corenet global utility block registers powerpc/t4240qds: Update DDR timing table powerpc/mpc8xxx: Fix DDR 3-way interleaving powerpc/mpc85xx: Fix portal setup powerpc/t4240qds: Add voltage ID support powerpc/corenet2: Print SerDes protocol in decimal powerpc/mpc85xx: Fix PIR parsing for chassis2 powerpc/t4240: Fix SerDes protocol arrays with const prefix powerpc/mpc85xx: Add T4160 SoC powerpc/t4240qds: Move SoC define into boards.cfg powerpc: Add T4160QDS
arch/powerpc/cpu/mpc83xx/pcie.c | 1 + arch/powerpc/cpu/mpc85xx/Makefile | 3 + arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c | 2 +- arch/powerpc/cpu/mpc85xx/portals.c | 36 ++-- arch/powerpc/cpu/mpc85xx/release.S | 14 +- arch/powerpc/cpu/mpc85xx/speed.c | 8 + arch/powerpc/cpu/mpc85xx/start.S | 102 +++++------ arch/powerpc/cpu/mpc85xx/t4240_serdes.c | 150 ++++++++++++++- arch/powerpc/cpu/mpc8xxx/cpu.c | 1 + arch/powerpc/cpu/mpc8xxx/ddr/main.c | 19 +- arch/powerpc/include/asm/config_mpc85xx.h | 37 +++- arch/powerpc/include/asm/fsl_pci.h | 35 +++- arch/powerpc/include/asm/immap_85xx.h | 66 +++++-- arch/powerpc/include/asm/processor.h | 11 ++ board/freescale/t4qds/ddr.c | 56 +++--- board/freescale/t4qds/t4qds.c | 233 +++++++++++++++++++++++- boards.cfg | 9 +- drivers/net/fm/Makefile | 1 + drivers/net/fm/eth.c | 2 + drivers/net/fm/init.c | 6 + drivers/net/fm/t4240.c | 14 +- drivers/pci/fsl_pci_init.c | 20 +- drivers/usb/host/ehci-fsl.c | 21 +++ include/configs/T4240QDS.h | 1 - include/configs/t4qds.h | 37 +++- include/fm_eth.h | 4 +- include/pci.h | 7 - 27 files changed, 734 insertions(+), 162 deletions(-)

On Fri, May 10, 2013 at 02:26:35PM -0500, Andy Fleming wrote:
The following changes since commit 4e779ad2e54e39d5343c8c83b4fc686a7bb16859:
gpio: Add support for microblaze xilinx GPIO (2013-05-09 11:20:08 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
for you to fetch changes up to 65744debd1763f7499b11f7566615926adcae53b:
powerpc: Add T4160QDS (2013-05-10 14:14:08 -0500)
Andy Fleming (2): powerpc/mpc85xx: Add definitions for HDBCR registers e6500: Move L1 enablement after L2 enablement
Roy ZANG (1): powerpc/pcie: add PCIe version 3.x support [fixed this by adding #include <asm/fsl_pci.h> to 83xx pcie.c file]
Still blowing some stuff up: Configuring for mpc8308_p1m board... /home/trini/work/u-boot/u-boot/mpc8308_p1m/include2/asm/fsl_pci.h:299:2: error: #error FT_FSL_PCI_SETUP not defined /home/trini/work/u-boot/u-boot/mpc8308_p1m/include2/asm/fsl_pci.h:71:16: error: redefinition of 'struct pci_outbound_window'
--------------------- SUMMARY ---------------------------- Boards compiled: 636 Boards with errors: 7 ( mpc8308_p1m MPC8315ERDB_NAND MPC8315ERDB MPC837XERDB MPC837XEMDS_HOST MERGERBOX MPC8308RDB )

Ok, I'm not quite sure how that happened (I did test 83xx...), but I see it, now. I'm going to pull that patch, and apply some others, and I'll submit another pull request today.
On Sat, May 11, 2013 at 7:29 AM, Tom Rini trini@ti.com wrote:
On Fri, May 10, 2013 at 02:26:35PM -0500, Andy Fleming wrote:
The following changes since commit
4e779ad2e54e39d5343c8c83b4fc686a7bb16859:
gpio: Add support for microblaze xilinx GPIO (2013-05-09 11:20:08
+0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-mpc85xx.git master
for you to fetch changes up to 65744debd1763f7499b11f7566615926adcae53b:
powerpc: Add T4160QDS (2013-05-10 14:14:08 -0500)
Andy Fleming (2): powerpc/mpc85xx: Add definitions for HDBCR registers e6500: Move L1 enablement after L2 enablement
Roy ZANG (1): powerpc/pcie: add PCIe version 3.x support [fixed this by adding #include <asm/fsl_pci.h> to 83xx pcie.c file]
Still blowing some stuff up: Configuring for mpc8308_p1m board... /home/trini/work/u-boot/u-boot/mpc8308_p1m/include2/asm/fsl_pci.h:299:2: error: #error FT_FSL_PCI_SETUP not defined /home/trini/work/u-boot/u-boot/mpc8308_p1m/include2/asm/fsl_pci.h:71:16: error: redefinition of 'struct pci_outbound_window'
--------------------- SUMMARY ---------------------------- Boards compiled: 636 Boards with errors: 7 ( mpc8308_p1m MPC8315ERDB_NAND MPC8315ERDB MPC837XERDB MPC837XEMDS_HOST MERGERBOX MPC8308RDB )
-- Tom
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (3)
-
Andy Fleming
-
Andy Fleming
-
Tom Rini