From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 20 Apr 2015 14:05:58 -0700 Subject: [U-Boot] Please pull u-boot-mpc85xx master Message-ID: <55356A36.10807@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 b8d7652c81689a69bc6eaa206cf875bbe632831c: Merge branch 'buildman' of git://git.denx.de/u-boot-x86 (2015-04-18 19:24:13 -0400) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master for you to fetch changes up to 221fbd229c0981feca0c6ca99fff3315197d0f86: powerpc/mpc8641hpcn: Move environment to avoid conflict (2015-04-20 10:15:30 -0700) ---------------------------------------------------------------- Alexander Graf (1): qemu-ppce500: Add support for 64bit CCSR map Chunhe Lan (1): T4240RDB: Enable CONFIG_SYS_CORTINA_FW_IN_NOR config Curt Brune (1): MPC8541/MPC8555: Enable SS_EN in DDR_SDRAM_CLK_CNLT register Scott Wood (3): powerpc/mpc85xx: Don't relocate exception vectors powerpc/mpc85xx: Remove some dead code powerpc/mpc8641hpcn: Move environment to avoid conflict Shengzhou Liu (3): powerpc/t2080: enable erratum_a007186 for t2080 rev1.1 powerpc/t2080rdb: update ddr to support 1866MT/s board/t2080rdb: enable CONFIG_PHY_AQUANTIA Ying Zhang (1): board/t208xrdb: VID support arch/powerpc/cpu/mpc85xx/start.S | 316 ++++++--------------------------- arch/powerpc/include/asm/fsl_errata.h | 2 +- board/freescale/t208xrdb/ddr.h | 4 +- board/freescale/t208xrdb/t208xrdb.c | 7 + drivers/ddr/fsl/ctrl_regs.c | 10 +- include/common.h | 1 - include/configs/MPC8641HPCN.h | 5 +- include/configs/T208xRDB.h | 18 +- include/configs/T4240RDB.h | 1 + include/configs/qemu-ppce500.h | 8 +- include/mpc85xx.h | 4 - include/ppc_asm.tmpl | 42 +++++ 12 files changed, 147 insertions(+), 271 deletions(-) Thanks. York