From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-mpc85xx master
Date: Mon, 28 Jul 2014 15:03:05 -0400 [thread overview]
Message-ID: <20140728190305.GF1847@bill-the-cat> (raw)
In-Reply-To: <53D018CF.5060603@freescale.com>
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: <http://lists.denx.de/pipermail/u-boot/attachments/20140728/11c70584/attachment.pgp>
next prev parent reply other threads:[~2014-07-28 19:03 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-23 20:19 [U-Boot] Please pull u-boot-mpc85xx master York Sun
2014-07-28 19:03 ` Tom Rini [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-01-24 16:25 York Sun
2019-01-25 15:16 ` Tom Rini
2018-10-30 19:21 York Sun
2018-10-31 14:44 ` Tom Rini
2018-09-28 15:35 York Sun
2018-09-30 2:27 ` Tom Rini
2018-07-31 17:25 York Sun
2018-08-01 15:05 ` Tom Rini
2018-07-31 17:12 York Sun
2018-07-31 17:16 ` York Sun
2017-12-08 16:59 York Sun
2017-12-09 1:35 ` Tom Rini
2017-06-13 17:02 York Sun
2017-06-15 13:01 ` Tom Rini
2017-02-01 16:19 york sun
2017-02-02 3:20 ` Tom Rini
2017-01-25 5:26 york sun
2017-01-26 3:00 ` Tom Rini
2016-12-20 17:15 york sun
2016-12-22 2:30 ` Tom Rini
2016-12-04 17:02 york sun
2016-12-04 23:00 ` Tom Rini
2016-11-29 22:18 york sun
2016-11-30 14:12 ` Tom Rini
2016-10-15 17:02 york sun
2016-10-18 0:08 ` Tom Rini
2016-07-22 0:17 york sun
2016-07-23 0:09 ` Tom Rini
2016-07-25 18:52 ` Scott Wood
2016-07-25 19:02 ` york sun
2016-06-04 16:03 York Sun
2016-06-06 11:16 ` Tom Rini
2016-05-25 3:37 York Sun
2016-05-26 15:49 ` Tom Rini
2016-04-08 22:45 York Sun
2016-04-11 15:00 ` Tom Rini
2016-02-26 18:51 york sun
2016-02-26 19:09 ` Tom Rini
2016-01-25 20:49 york sun
2016-01-26 22:44 ` Tom Rini
[not found] <568BFBF0.3040605@freescale.com>
2016-01-05 18:21 ` York Sun
[not found] <563A9399.80500@freescale.com>
2015-11-04 23:45 ` Tom Rini
2015-11-02 21:06 York Sun
2015-11-02 23:17 ` Tom Rini
2015-09-02 15:26 York Sun
2015-09-02 21:58 ` Tom Rini
2015-07-31 16:00 York Sun
2015-08-01 14:47 ` Tom Rini
2015-05-05 16:55 York Sun
2015-05-05 23:59 ` Tom Rini
2015-04-20 21:05 York Sun
2015-04-22 15:52 ` Tom Rini
2015-03-05 20:20 York Sun
2015-03-06 15:43 ` Tom Rini
2015-01-23 0:49 York Sun
2015-01-23 21:57 ` Tom Rini
2014-12-16 17:24 York Sun
2014-12-17 0:45 ` Tom Rini
2014-12-05 16:10 York Sun
2014-12-08 21:41 ` Tom Rini
2014-06-05 21:30 York Sun
2014-06-05 22:50 ` Tom Rini
2014-05-16 22:12 York Sun
2014-05-19 12:47 ` Tom Rini
2014-04-23 22:45 York Sun
2014-04-25 19:44 ` Tom Rini
2014-02-03 17:04 York Sun
2014-02-04 22:05 ` Tom Rini
2014-01-03 23:57 York Sun
2014-01-07 17:16 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140728190305.GF1847@bill-the-cat \
--to=trini@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox