From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-mpc85xx.git
Date: Wed, 28 Nov 2012 08:47:14 -0500 [thread overview]
Message-ID: <20121128134714.GA4147@oliver-linux> (raw)
In-Reply-To: <20121128130448.GB3001@oliver-linux>
On Wed, Nov 28, 2012 at 08:04:48AM -0500, Tom Rini wrote:
> On Wed, Nov 28, 2012 at 01:39:06AM -0600, Andy Fleming wrote:
>
> > The following changes since commit 66dc452bfe13b0e276adddf3997b9c5abc00115d:
> >
> > Remove obsolete header file (2012-11-27 09:41:10 -0700)
> >
> > are available in the git repository at:
> >
> > git://www.denx.de/git/u-boot-mpc85xx.git master
> >
> > for you to fetch changes up to afbfdf545090472b734367ac2c874bfbe8928790:
> >
> > powerpc/mpc85xx: Fix a bug introduced by CONFIG_PPC_SPINTABLE_COMPATIBLE (2012-11-27 18:28:08 -0600)
> >
> > ----------------------------------------------------------------
> > Andy Fleming (1):
> > 8xxx: Change all 8*xx_DDR addresses to 8xxx
> >
> > Kim Phillips (1):
> > powerpc/mpc8xxx: take fdt_fixup_crypto_node() off the checkstack list
> >
> > Timur Tabi (5):
> > powerpc/85xx/p5040: add CONFIG_SYS_PPC64, del CONFIG_SYS_FSL_ELBC_MULTIBIT_ECC
> > powerpc/85xx: add support for the Freescale P5040DS Superhydra reference board
> > powerpc/85xx: implement check for erratum A-004849 work-around
> > powerpc/85xx: implement check for erratum A-004580 work-around
> > powerpc/85xx: update the work-around for P4080 erratum SERDES-9
> >
> > York Sun (5):
> > powerpc/qoriq: Move FMAN microcode location
> > powerpc/corenet_ds: Update DDR timing for single-rank DIMMs
> > powerpc/P2041RDB: Fix Flash address LAW address
> > powerpc/mpc85xx: Temporary fix for spin table backward compatibility
> > powerpc/mpc85xx: Fix a bug introduced by CONFIG_PPC_SPINTABLE_COMPATIBLE
> >
> > Yuanquan Chen (1):
> > powerpc/p4080ds: fix PCI-e x8 link training down failure
> >
> > Zang Roy-R61911 (1):
> > powerpc/corenet_ds: move SATA config to board configuration
> >
> > arch/powerpc/cpu/mpc85xx/cmd_errata.c | 114 ++++
> > arch/powerpc/cpu/mpc85xx/cpu.c | 14 +-
> > arch/powerpc/cpu/mpc85xx/cpu_init.c | 12 +
> > arch/powerpc/cpu/mpc85xx/ddr-gen1.c | 4 +-
> > arch/powerpc/cpu/mpc85xx/ddr-gen2.c | 9 +-
> > arch/powerpc/cpu/mpc85xx/ddr-gen3.c | 14 +-
> > arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c | 20 +-
> > arch/powerpc/cpu/mpc85xx/release.S | 35 +-
> > arch/powerpc/cpu/mpc86xx/ddr-8641.c | 4 +-
> > arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c | 10 +-
> > arch/powerpc/cpu/mpc8xxx/ddr/util.c | 14 +-
> > arch/powerpc/cpu/mpc8xxx/fdt.c | 6 +-
> > arch/powerpc/include/asm/config_mpc85xx.h | 20 +-
> > arch/powerpc/include/asm/immap_83xx.h | 6 +-
> > arch/powerpc/include/asm/immap_85xx.h | 27 +-
> > arch/powerpc/include/asm/immap_86xx.h | 8 +-
> > board/exmeritus/hww1u1a/hww1u1a.c | 2 +-
> > board/freescale/common/Makefile | 2 +
> > board/freescale/common/ngpixis.h | 2 +-
> > board/freescale/corenet_ds/Makefile | 2 +
> > board/freescale/corenet_ds/corenet_ds.c | 22 +-
> > board/freescale/corenet_ds/ddr.c | 4 +-
> > board/freescale/corenet_ds/eth_superhydra.c | 722 +++++++++++++++++++++++++
> > board/freescale/corenet_ds/p5040ds_ddr.c | 18 +
> > board/freescale/mpc8540ads/mpc8540ads.c | 2 +-
> > board/freescale/mpc8560ads/mpc8560ads.c | 2 +-
> > board/freescale/mpc8569mds/mpc8569mds.c | 2 +-
> > board/freescale/p1023rds/p1023rds.c | 2 +-
> > board/freescale/p1_p2_rdb_pc/spl_minimal.c | 2 +-
> > board/freescale/p2020ds/p2020ds.c | 2 +-
> > board/sbc8548/ddr.c | 2 +-
> > board/socrates/sdram.c | 2 +-
> > boards.cfg | 1 +
> > drivers/net/fm/Makefile | 1 +
> > drivers/net/fm/p5040.c | 113 ++++
> > drivers/pci/fsl_pci_init.c | 22 +
> > include/configs/P1010RDB.h | 1 +
> > include/configs/P1022DS.h | 1 +
> > include/configs/P1023RDS.h | 2 +-
> > include/configs/P2041RDB.h | 20 +-
> > include/configs/P3041DS.h | 1 +
> > include/configs/P5020DS.h | 1 +
> > include/configs/P5040DS.h | 40 ++
> > include/configs/corenet_ds.h | 2 +-
> > nand_spl/board/freescale/p1010rdb/nand_boot.c | 2 +-
> > nand_spl/board/freescale/p1023rds/nand_boot.c | 2 +-
> > 46 files changed, 1207 insertions(+), 109 deletions(-)
> > create mode 100644 board/freescale/corenet_ds/eth_superhydra.c
> > create mode 100644 board/freescale/corenet_ds/p5040ds_ddr.c
> > create mode 100644 drivers/net/fm/p5040.c
> > create mode 100644 include/configs/P5040DS.h
>
> Applied to u-boot/master, thanks!
Whoops, wrong Pull Request. This one has NOT yet been applied, sorry.
--
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/20121128/a3462ee7/attachment.pgp>
next prev parent reply other threads:[~2012-11-28 13:47 UTC|newest]
Thread overview: 172+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-28 7:39 [U-Boot] Please pull u-boot-mpc85xx.git Andy Fleming
2012-11-28 13:04 ` Tom Rini
2012-11-28 13:47 ` Tom Rini [this message]
2012-11-29 13:38 ` Tom Rini
2012-12-03 19:33 ` Tabi Timur-B04825
-- strict thread matches above, loose matches on Subject: below --
2013-07-16 23:30 Andy Fleming
2013-07-17 14:38 ` Tom Rini
2013-07-17 14:39 ` Tom Rini
2013-06-21 20:51 Andy Fleming
2013-06-24 20:17 ` Tom Rini
2013-06-25 14:56 ` Tom Rini
2013-05-24 22:17 Andy Fleming
2013-05-25 18:40 ` Tom Rini
2013-05-09 22:20 Andy Fleming
2013-05-10 15:23 ` Tom Rini
2013-05-10 16:13 ` Fleming Andy-AFLEMING
2013-05-02 23:15 Andy Fleming
2013-05-03 13:32 ` Tom Rini
2013-05-03 23:05 ` Fleming Andy-AFLEMING
2013-01-30 17:34 Andy Fleming
2013-01-30 23:17 ` Tom Rini
2013-01-30 23:23 ` Andy Fleming
2013-01-25 16:45 Andy Fleming
2013-01-25 22:09 ` Tom Rini
2013-01-25 22:15 ` Fleming Andy-AFLEMING
2013-01-25 22:42 ` Tom Rini
2012-10-22 22:36 Andy Fleming
2012-10-23 1:23 ` Tabi Timur-B04825
2012-10-23 2:46 ` Fleming Andy-AFLEMING
2012-10-23 16:20 ` Timur Tabi
2012-10-23 2:53 ` Tom Rini
2012-10-23 23:04 ` Tom Rini
2012-10-23 23:08 ` Andy Fleming
2012-08-09 0:22 Andy Fleming
2012-08-09 19:07 ` Wolfgang Denk
2012-07-06 22:32 Andy Fleming
2012-07-08 17:25 ` Wolfgang Denk
[not found] <1329349202-22464-1-git-send-email-afleming@freescale.com>
2012-02-17 22:54 ` Wolfgang Denk
2011-04-10 16:20 Kumar Gala
2011-04-10 19:31 ` Wolfgang Denk
[not found] <alpine.LFD.2.00.1104040913320.20731@right.am.freescale.net >
2011-04-05 6:59 ` Fabian Cenedese
2011-04-04 14:14 Kumar Gala
2011-04-04 17:48 ` Timur Tabi
2011-04-04 18:20 ` Kumar Gala
2011-04-04 18:26 ` Scott Wood
2011-04-04 18:27 ` Timur Tabi
2011-04-04 19:42 ` Wolfgang Denk
2011-04-04 19:54 ` Timur Tabi
2011-04-04 19:55 ` Scott Wood
2011-04-04 20:58 ` Wolfgang Denk
2011-04-05 3:21 ` Kumar Gala
2011-04-05 14:24 ` Jerry Van Baren
2011-04-05 10:26 ` Wolfgang Denk
2011-03-28 14:06 Kumar Gala
2011-03-23 5:22 Kumar Gala
2011-03-24 20:18 ` Wolfgang Denk
2011-03-24 21:03 ` Kumar Gala
2011-03-15 6:37 Kumar Gala
2011-03-21 20:34 ` Wolfgang Denk
2011-03-14 5:37 Kumar Gala
2011-03-14 19:29 ` Wolfgang Denk
2011-01-18 4:45 [U-Boot] (no subject) Kumar Gala
2011-01-18 9:39 ` [U-Boot] Please pull u-boot-mpc85xx.git Kumar Gala
2011-01-14 7:51 Kumar Gala
2011-01-17 19:32 ` Wolfgang Denk
2010-12-18 0:18 Kumar Gala
2010-12-18 13:15 ` Wolfgang Denk
2010-12-18 15:26 ` Kumar Gala
2010-12-18 21:27 ` Wolfgang Denk
2010-12-21 17:50 ` Kumar Gala
2010-12-13 15:44 Kumar Gala
2010-12-01 19:01 Kumar Gala
2010-12-06 22:41 ` Wolfgang Denk
2010-11-11 7:06 Kumar Gala
2010-10-22 8:11 Kumar Gala
2010-10-23 20:05 ` Wolfgang Denk
2010-10-20 7:43 Kumar Gala
2010-10-20 19:17 ` Wolfgang Denk
2010-10-07 16:17 Kumar Gala
2010-10-11 7:59 ` Wolfgang Denk
2010-08-31 16:26 Kumar Gala
2010-09-07 19:18 ` Wolfgang Denk
2010-08-19 7:10 Kumar Gala
2010-08-01 15:51 Kumar Gala
2010-08-02 13:20 ` Timur Tabi
2010-08-02 14:57 ` Wolfgang Denk
2010-08-02 15:25 ` Timur Tabi
2010-08-02 20:54 ` Wolfgang Denk
2010-08-02 20:58 ` Timur Tabi
2010-08-02 21:06 ` Wolfgang Denk
2010-08-02 21:11 ` Timur Tabi
2010-08-02 18:31 ` Ben Warren
2010-08-02 19:32 ` Kumar Gala
2010-08-02 21:08 ` Wolfgang Denk
2010-08-02 21:10 ` Ben Warren
2010-08-03 22:31 ` Wolfgang Denk
2010-07-21 5:45 Kumar Gala
2010-07-21 16:26 ` Kim Phillips
2010-07-21 20:14 ` Kumar Gala
2010-07-24 18:33 ` Wolfgang Denk
2010-05-30 16:16 Kumar Gala
2010-05-30 19:45 ` Wolfgang Denk
2010-05-31 17:33 ` Kumar Gala
2010-06-01 18:38 ` Kim Phillips
2010-06-01 19:22 ` Kumar Gala
2010-05-12 9:58 Kumar Gala
2010-05-17 21:14 ` Wolfgang Denk
2009-09-30 13:45 Kumar Gala
2009-09-30 21:40 ` Wolfgang Denk
2009-07-06 15:13 Kumar Gala
2009-07-07 18:54 ` Wolfgang Denk
2009-06-04 4:54 Andy Fleming
2009-06-04 8:53 ` Wolfgang Denk
2009-06-09 20:59 ` Wolfgang Denk
2009-04-04 15:33 Kumar Gala
2009-04-04 18:05 ` Wolfgang Denk
2009-04-01 20:15 Kumar Gala
2009-03-30 18:36 Kumar Gala
2009-03-26 22:53 Andy Fleming
2009-03-27 19:21 ` Wolfgang Denk
2009-03-10 19:12 Andy Fleming
2009-03-10 21:09 ` Wolfgang Denk
2009-02-17 0:13 Andy Fleming
2009-02-17 0:22 ` Wolfgang Denk
2009-01-23 23:30 Andy Fleming
2009-01-24 1:20 ` Wolfgang Denk
2009-01-28 8:33 ` Wolfgang Denk
2009-01-28 14:36 ` Haiying Wang
2009-01-28 14:38 ` Kumar Gala
2009-01-28 8:55 ` Wolfgang Denk
2009-01-28 9:07 ` Stefan Roese
2009-01-28 11:12 ` Wolfgang Denk
2009-01-28 12:02 ` Stefan Roese
2009-01-28 14:27 ` Kumar Gala
2009-01-13 23:01 Andy Fleming
2009-01-13 23:36 ` Wolfgang Denk
2008-12-29 18:58 Andy Fleming
2008-12-22 19:36 Andy Fleming
2008-12-23 0:08 ` Peter Tyser
2008-12-23 0:31 ` Andy Fleming
2008-12-23 16:16 ` Peter Tyser
2008-12-30 22:36 ` Wolfgang Denk
2008-12-04 19:08 Andy Fleming
2008-12-04 23:21 ` Wolfgang Denk
2008-10-27 22:32 Andy Fleming
2008-10-27 22:51 ` Wolfgang Denk
2008-10-24 22:47 Andy Fleming
2008-10-27 21:32 ` Wolfgang Denk
[not found] <1224273000-4303-1-git-send-email-afleming@freescale.com>
2008-10-17 20:02 ` Wolfgang Denk
2008-10-17 20:01 Andy Fleming
2008-10-17 20:14 ` Wolfgang Denk
2008-10-17 20:36 ` Kumar Gala
2008-10-17 20:42 ` Wolfgang Denk
2008-10-17 20:54 ` Wolfgang Denk
2008-10-14 22:43 Andy Fleming
2008-10-15 9:31 ` Wolfgang Denk
2008-10-15 14:09 ` Kumar Gala
2008-10-09 18:26 Andy Fleming
2008-10-12 21:14 ` Wolfgang Denk
2008-10-08 19:23 Andy Fleming
2008-10-12 21:12 ` Wolfgang Denk
2008-09-16 16:35 Andy Fleming
2008-09-21 20:36 ` Wolfgang Denk
2008-09-09 22:27 Andy Fleming
2008-09-10 9:08 ` Wolfgang Denk
2008-09-09 1:52 Andy Fleming
2008-09-09 8:17 ` Wolfgang Denk
2008-09-09 20:15 ` Kumar Gala
2008-09-09 20:58 ` Andy Fleming
2008-08-27 16:55 Andy Fleming
2008-08-27 22:35 ` Wolfgang Denk
2008-09-01 13:57 ` Detlev Zundel
2008-09-08 21:31 ` Andy Fleming
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=20121128134714.GA4147@oliver-linux \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.