From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 28 Jul 2014 15:03:05 -0400 Subject: [U-Boot] Please pull u-boot-mpc85xx master In-Reply-To: <53D018CF.5060603@freescale.com> References: <53D018CF.5060603@freescale.com> Message-ID: <20140728190305.GF1847@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Jul 23, 2014 at 01:19:27PM -0700, York Sun wrote: > Tom, > > The following changes since commit fbe79a17fddb7f0b11aa15b9c93e9a4a26165ed8: > > m68k: define __kernel_size_t as unsinged int again (2014-07-22 09:46:50 -0400) > > are available in the git repository at: > > git://git.denx.de/u-boot-mpc85xx.git master > > for you to fetch changes up to fb5368789a45ca5ee4396cbbf563a8f16ab24f9c: > > board/freescale: use generic board architecture for t2080qds and t2080rdb > (2014-07-23 12:40:30 -0700) > > ---------------------------------------------------------------- > Lijun Pan (1): > powerpc/mpc85xx: Remove P1023 RDS support > > Prabhakar Kushwaha (3): > driver/nand:Define MAX_BANKS same as SoC defined for IFC > driver/nand: Update SRAM initialize logic for IFC. > driver/nand: Add support of 16K SRAM for IFC 2.0 > > Rotariu Marian-Cristian (1): > net/fm: call fm_port_to_index() with proper checks > > Sandeep Singh (1): > powerpc/mpc85xx: Removed support for G4060 > > Shaohui Xie (2): > powerpc/ifc: fix invalid CSn FTIM2.TCH setting > powerpc/t4240qds: fix offset of serdes when checking reference clock > > Shaveta Leekha (1): > powerpc/chassis2: Configure and enable L2 cache for PPC clusters only > > Shengzhou Liu (4): > powerpc/85xx: add fdt_fixup_dma3 > board/t2080qds: enable sst and eon spi flash for nor boot > powerpc/t1040: update i2c for t1040qds and t104xrdb > board/freescale: use generic board architecture for t2080qds and t2080rdb > > Tang Yuantian (1): > mpc85xx/t104x: Enable L2 and CPC cache when resume > > York Sun (3): > driver/ddr: Fix DDR4 driver for ARM > powerpc/mpc85xx: Check return value of find_tlb_idx > driver/ddr: Fix DDR register timing_cfg_8 > > Zang Roy-R61911 (1): > fsl/pcie: Change 'no link' to 'undetermined' for pcie endpoint > > Zhao Qiang (1): > qe: move immap_qe.h from arch directory into common directory > > vijay rai (1): > powerpc/t1040qds: Initialize EPHY2 clock to RGMII only > > arch/arm/include/asm/arch-fsl-lsch3/config.h | 4 + > arch/arm/include/asm/io.h | 1 + > arch/powerpc/cpu/mpc83xx/cpu.c | 2 +- > arch/powerpc/cpu/mpc83xx/fdt.c | 2 +- > arch/powerpc/cpu/mpc85xx/cpu_init.c | 166 +++---- > arch/powerpc/cpu/mpc85xx/fdt.c | 47 ++ > arch/powerpc/cpu/mpc8xxx/cpu.c | 1 - > arch/powerpc/include/asm/cache.h | 6 + > arch/powerpc/include/asm/immap_85xx.h | 6 + > arch/powerpc/include/asm/io.h | 3 + > arch/powerpc/include/asm/processor.h | 1 - > arch/powerpc/lib/board.c | 5 + > board/exmeritus/hww1u1a/hww1u1a.c | 12 +- > board/freescale/b4860qds/b4860qds.c | 12 +- > board/freescale/bsc9132qds/bsc9132qds.c | 12 +- > board/freescale/c29xpcie/c29xpcie.c | 12 +- > board/freescale/corenet_ds/corenet_ds.c | 12 +- > board/freescale/mpc8536ds/mpc8536ds.c | 12 +- > board/freescale/mpc8572ds/mpc8572ds.c | 12 +- > board/freescale/p1010rdb/p1010rdb.c | 12 +- > board/freescale/p1022ds/p1022ds.c | 12 +- > board/freescale/p1023rdb/p1023rdb.c | 12 +- > board/freescale/p1023rds/Makefile | 9 - > board/freescale/p1023rds/README | 101 ----- > board/freescale/p1023rds/bcsr.h | 49 -- > board/freescale/p1023rds/law.c | 19 - > board/freescale/p1023rds/p1023rds.c | 191 -------- > board/freescale/p1023rds/tlb.c | 100 ---- > board/freescale/p1_p2_rdb/p1_p2_rdb.c | 12 +- > board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c | 12 +- > board/freescale/p1_twr/p1_twr.c | 12 +- > board/freescale/p2020ds/p2020ds.c | 12 +- > board/freescale/p2041rdb/p2041rdb.c | 12 +- > board/freescale/t1040qds/eth.c | 4 +- > board/freescale/t1040qds/t1040qds.c | 12 +- > board/freescale/t1040qds/t1040qds_qixis.h | 4 + > board/freescale/t104xrdb/t104xrdb.c | 12 +- > board/freescale/t208xqds/t208xqds.c | 12 +- > board/freescale/t208xrdb/t208xrdb.c | 13 +- > board/freescale/t4qds/t4240emu.c | 12 +- > board/freescale/t4qds/t4240qds.c | 22 +- > board/freescale/t4rdb/t4240rdb.c | 12 +- > boards.cfg | 1 - > drivers/bootcount/bootcount.c | 2 +- > drivers/ddr/fsl/ctrl_regs.c | 3 + > drivers/ddr/fsl/fsl_ddr_gen4.c | 7 +- > drivers/mtd/nand/fsl_ifc_nand.c | 45 +- > drivers/mtd/nand/fsl_ifc_spl.c | 6 +- > drivers/net/fm/fm.h | 3 +- > drivers/net/fm/init.c | 6 + > drivers/pci/fsl_pci_init.c | 10 +- > drivers/qe/qe.c | 2 +- > drivers/qe/uccf.c | 2 +- > drivers/qe/uccf.h | 2 +- > drivers/qe/uec.c | 2 +- > drivers/qe/uec_phy.c | 2 +- > include/configs/B4860QDS.h | 2 +- > include/configs/BSC9132QDS.h | 2 +- > include/configs/C29XPCIE.h | 2 +- > include/configs/P1010RDB.h | 2 +- > include/configs/P1023RDS.h | 479 -------------------- > include/configs/T1040QDS.h | 10 +- > include/configs/T104xRDB.h | 12 +- > include/configs/T208xQDS.h | 4 +- > include/configs/T208xRDB.h | 4 +- > include/configs/T4240QDS.h | 2 +- > include/fsl_ifc.h | 4 + > .../include/asm => include/linux}/immap_qe.h | 0 > include/post.h | 2 +- > 69 files changed, 481 insertions(+), 1133 deletions(-) > delete mode 100644 board/freescale/p1023rds/Makefile > delete mode 100644 board/freescale/p1023rds/README > delete mode 100644 board/freescale/p1023rds/bcsr.h > delete mode 100644 board/freescale/p1023rds/law.c > delete mode 100644 board/freescale/p1023rds/p1023rds.c > delete mode 100644 board/freescale/p1023rds/tlb.c > delete mode 100644 include/configs/P1023RDS.h > rename {arch/powerpc/include/asm => include/linux}/immap_qe.h (100%) Sorry, got lost in my inbox, applied to u-boot/master, thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: