From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 16 May 2014 17:12:04 -0500 Subject: [U-Boot] Please pull u-boot-mpc85xx master Message-ID: <53768D34.6090101@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 Tom, The following changes since commit 557a3319089499aa0e55d65a6b43b7137f362003: Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-13 17:09:28 -0400) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master for you to fetch changes up to e4911815cf98237b65a817a3c791f143794f2837: powerpc/srio-pcie-boot: Adjust addresses for SRIO/PCIE boot (2014-05-16 16:29:16 -0500) ---------------------------------------------------------------- Aneesh Bansal (1): powerpc/mpc85xx: SECURE BOOT- corrected CSPR settings for BSC9132QDS NAND Chunhe Lan (3): net: phy/vitesse: Add support for VSC8664 phy module fsl/pci: Add workaround for erratum A-005434 powerpc/85xx: Add T4160RDB board support Ebony Zhu (1): board/freescale: Move CRC32 offset in NXID v1 data format Kim Phillips (1): mpc85xx: configs: remove c=ffe from default environment Liu Gang (1): powerpc/srio-pcie-boot: Adjust addresses for SRIO/PCIE boot Nikhil Badola (1): drivers/usb : Define usb control register mask for w1c bits Prabhakar Kushwaha (1): board/p1_p2_rdb:Enable p1_p2_rdb boot from NAND/SD/SPI in SPL Shaveta Leekha (1): powerpc/mpc85xx: Added B4460 support Tang Yuantian (1): powerpc/t104xrdb: Toggle deep sleep management signals after resume ramneek mehresh (1): mpc85xx/p1020:Define number of USB controllers used on P1020RDB-PD platform arch/powerpc/cpu/mpc85xx/cmd_errata.c | 3 + arch/powerpc/cpu/mpc8xxx/cpu.c | 1 + arch/powerpc/include/asm/config_mpc85xx.h | 3 + arch/powerpc/include/asm/processor.h | 1 + board/freescale/common/sys_eeprom.c | 7 +- board/freescale/p1_p2_rdb/Makefile | 21 +- board/freescale/p1_p2_rdb/ddr.c | 16 +- board/freescale/p1_p2_rdb/spl.c | 141 +++++++++++++ board/freescale/p1_p2_rdb/spl_minimal.c | 84 ++++++++ board/freescale/p1_p2_rdb/tlb.c | 18 +- board/freescale/t104xrdb/t104xrdb.c | 2 + boards.cfg | 1 + drivers/net/phy/vitesse.c | 46 ++++ drivers/pci/fsl_pci_init.c | 9 +- drivers/usb/host/ehci-fsl.c | 15 +- include/configs/B4860QDS.h | 13 +- include/configs/BSC9132QDS.h | 2 +- include/configs/P1_P2_RDB.h | 265 ++++++++++++++++-------- include/configs/P2041RDB.h | 13 +- include/configs/T1040QDS.h | 3 +- include/configs/T104xRDB.h | 3 +- include/configs/T208xQDS.h | 13 +- include/configs/T208xRDB.h | 13 +- include/configs/T4240EMU.h | 3 +- include/configs/T4240QDS.h | 13 +- include/configs/T4240RDB.h | 4 + include/configs/corenet_ds.h | 13 +- include/configs/p1_p2_rdb_pc.h | 4 + include/usb/ehci-fsl.h | 2 + nand_spl/board/freescale/p1_p2_rdb/Makefile | 91 -------- nand_spl/board/freescale/p1_p2_rdb/nand_boot.c | 82 -------- 31 files changed, 578 insertions(+), 327 deletions(-) create mode 100644 board/freescale/p1_p2_rdb/spl.c create mode 100644 board/freescale/p1_p2_rdb/spl_minimal.c delete mode 100644 nand_spl/board/freescale/p1_p2_rdb/Makefile delete mode 100644 nand_spl/board/freescale/p1_p2_rdb/nand_boot.c Thanks, York