From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 16 Dec 2014 09:24:20 -0800 Subject: [U-Boot] Please pull u-boot-mpc85xx master Message-ID: <54906AC4.1040807@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 fc9b0b80435cda721fbdbe507c9e4f388b0ea62b: Merge branch 'master' of git://git.denx.de/u-boot-usb (2014-12-11 18:40:49 -0500) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master for you to fetch changes up to 00233528559c913e4bfafb1505ebf65f78e02976: mpc85xx/t104xrdb: convert deep sleep to generic board interface (2014-12-15 09:17:12 -0800) ---------------------------------------------------------------- Chunhe Lan (1): powerpc/t4240rdb: Convert to use generic board code Jeffrey Ladouceur (2): mpc85xx: inhibit qman and bman portals by default powerpc/T10xx: Fix number of portals Shaohui Xie (1): powerpc/p2041rdb: enable generic board configs Shengzhou Liu (1): net/fm: update ft_fixup_port to differentiate dual-role mac Tang Yuantian (1): mpc85xx/t104xrdb: convert deep sleep to generic board interface Tudor Laurentiu (1): p5040ds: changed liodn offsets York Sun (2): driver/ddr/fsl: Fix MRC_CYC calculation for DDR3 powerpc/mpc85xx: Fix DDR TLB mapping leftover Zhao Qiang (1): qe/deep-sleep: modify qe deep-sleep for generic board gaurav rana (1): crypto/fsl: Fix RNG instantiation failure. harninder rai (1): powerpc/bsc913x: Convert to use generic board code arch/powerpc/cpu/mpc85xx/p5040_ids.c | 24 +++++++++---------- arch/powerpc/cpu/mpc85xx/portals.c | 43 ++++++++++++++++++++++++++++++++++ arch/powerpc/cpu/mpc85xx/tlb.c | 12 ++++++---- board/freescale/t104xrdb/ddr.c | 19 +++++++++++++++ board/freescale/t104xrdb/spl.c | 19 +++------------ board/freescale/t104xrdb/t104xrdb.c | 24 +++++++++---------- drivers/crypto/fsl/jr.c | 2 +- drivers/ddr/fsl/ctrl_regs.c | 21 ++++++++++++++++- drivers/net/fm/init.c | 21 +++++++++++++---- drivers/qe/qe.c | 11 +++++++++ include/configs/B4860QDS.h | 16 +++++++++++++ include/configs/BSC9131RDB.h | 3 +++ include/configs/BSC9132QDS.h | 3 +++ include/configs/P1023RDB.h | 16 +++++++++++++ include/configs/P2041RDB.h | 18 ++++++++++++++ include/configs/T102xQDS.h | 20 ++++++++++++++-- include/configs/T102xRDB.h | 20 ++++++++++++++-- include/configs/T1040QDS.h | 20 ++++++++++++++-- include/configs/T104xRDB.h | 23 ++++++++++++++++-- include/configs/T208xQDS.h | 16 +++++++++++++ include/configs/T208xRDB.h | 16 +++++++++++++ include/configs/T4240EMU.h | 16 +++++++++++++ include/configs/T4240QDS.h | 16 +++++++++++++ include/configs/T4240RDB.h | 18 ++++++++++++++ include/configs/corenet_ds.h | 16 +++++++++++++ include/configs/km/kmp204x-common.h | 16 +++++++++++++ 26 files changed, 389 insertions(+), 60 deletions(-) Thanks. York