From mboxrd@z Thu Jan 1 00:00:00 1970 From: york sun Date: Mon, 25 Jan 2016 20:49:38 +0000 Subject: [U-Boot] Please pull u-boot-mpc85xx master Message-ID: 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 12f229ea8f6c8e20f8fd07906eafc853c4c354a9: Merge git://git.denx.de/u-boot-fdt (2016-01-22 17:01:22 -0500) are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master for you to fetch changes up to 2f66a828f7621958b6925fc763380fa87be55ee6: powerpc/board/t4240rdb: Enable VID support (2016-01-25 12:38:05 -0800) ---------------------------------------------------------------- Ashish kumar (1): arch/powperpc: Fix start_align due to use of __ffs64() instead ffs64() Prabhakar Kushwaha (1): powerpc: mpc85xx: Move set_liodns, setup_portals to common boot seq Ying Zhang (2): board/freescale/common: Check IR chip mode for VID support powerpc/board/t4240rdb: Enable VID support arch/powerpc/cpu/mpc83xx/law.c | 4 ++-- arch/powerpc/cpu/mpc85xx/cpu_init.c | 11 +++++++++++ arch/powerpc/cpu/mpc8xxx/law.c | 4 ++-- board/freescale/b4860qds/b4860qds.c | 5 ----- board/freescale/common/vid.c | 19 +++++++++++++++++-- board/freescale/common/vid.h | 4 ++++ board/freescale/corenet_ds/corenet_ds.c | 6 ------ board/freescale/p2041rdb/p2041rdb.c | 3 --- board/freescale/t102xqds/t102xqds.c | 5 ----- board/freescale/t102xrdb/t102xrdb.c | 5 ----- board/freescale/t1040qds/t1040qds.c | 5 ----- board/freescale/t104xrdb/t104xrdb.c | 6 ------ board/freescale/t208xqds/t208xqds.c | 6 ------ board/freescale/t208xrdb/t208xrdb.c | 6 ------ board/freescale/t4qds/t4240emu.c | 6 ------ board/freescale/t4qds/t4240qds.c | 6 ------ board/freescale/t4rdb/t4240rdb.c | 12 +++++++----- include/configs/T4240RDB.h | 10 ++++++++++ 18 files changed, 53 insertions(+), 70 deletions(-) Thanks. York