From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] pull-request: u-boot-mpc85xx/master
Date: Wed, 13 Nov 2013 13:17:21 -0800 [thread overview]
Message-ID: <5283EC61.2040606@freescale.com> (raw)
Tom,
The following changes since commit 63c4f17b2f8017d22241522a48c765073b8791b0:
cm_t35: use scf0403 driver (2013-11-12 10:12:07 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to 51abee64eee0186634858d1e6f91a65969c90125:
powerpc/85xx: fix broken cpu "clock-frequency" property (2013-11-13
12:41:28 -0800)
----------------------------------------------------------------
Laurentiu TUDOR (3):
powerpc/t4240: set pcie liodn in the correct register
powerpc/t4240: fix per pci endpoint liodn offsets
powerpc/85xx: fix broken cpu "clock-frequency" property
Prabhakar Kushwaha (1):
powerpc/t1040: enable PBL tool for T1040
Priyanka Jain (3):
powerpc/t1040: Update defines to support T1040SoC personalities
powerpc/t104xrdb: Add T1040RDB board support
powerpc/t104xrdb: Add T1042RDB_PI board support
Shengzhou Liu (1):
powerpc/p1010rdb: update readme for p1010rdb-pa and p1010rdb-pb
ramneek mehresh (1):
powerpc/83xx: Define USB1 and USB2 base addr for MPC834x
arch/powerpc/cpu/mpc85xx/Makefile | 10 +
arch/powerpc/cpu/mpc85xx/fdt.c | 5 +-
arch/powerpc/cpu/mpc85xx/liodn.c | 25 +-
arch/powerpc/cpu/mpc85xx/t4240_ids.c | 8 +-
arch/powerpc/include/asm/config_mpc85xx.h | 3 +-
arch/powerpc/include/asm/immap_83xx.h | 5 +
arch/powerpc/include/asm/immap_85xx.h | 7 +-
.../p1010rdb/{README => README.P1010RDB-PA} | 4 +-
board/freescale/p1010rdb/README.P1010RDB-PB | 188 ++++++
board/freescale/t1040qds/t1040_pbi.cfg | 27 +
board/freescale/t1040qds/t1040_rcw.cfg | 7 +
board/freescale/t104xrdb/Makefile | 12 +
board/freescale/t104xrdb/README | 200 ++++++
board/freescale/t104xrdb/ddr.c | 132 ++++
board/freescale/t104xrdb/ddr.h | 76 +++
board/freescale/t104xrdb/law.c | 32 +
board/freescale/t104xrdb/pci.c | 23 +
board/freescale/t104xrdb/t104xrdb.c | 93 +++
board/freescale/t104xrdb/t104xrdb.h | 13 +
board/freescale/t104xrdb/tlb.c | 107 +++
boards.cfg | 2 +
doc/README.p1010rdb | 198 ------
drivers/net/fm/Makefile | 3 +
include/configs/T1040QDS.h | 2 +
include/configs/T1040RDB.h | 690
+++++++++++++++++++
include/configs/T1042RDB_PI.h | 694
++++++++++++++++++++
26 files changed, 2353 insertions(+), 213 deletions(-)
rename board/freescale/p1010rdb/{README => README.P1010RDB-PA} (97%)
create mode 100644 board/freescale/p1010rdb/README.P1010RDB-PB
create mode 100644 board/freescale/t1040qds/t1040_pbi.cfg
create mode 100644 board/freescale/t1040qds/t1040_rcw.cfg
create mode 100644 board/freescale/t104xrdb/Makefile
create mode 100644 board/freescale/t104xrdb/README
create mode 100644 board/freescale/t104xrdb/ddr.c
create mode 100644 board/freescale/t104xrdb/ddr.h
create mode 100644 board/freescale/t104xrdb/law.c
create mode 100644 board/freescale/t104xrdb/pci.c
create mode 100644 board/freescale/t104xrdb/t104xrdb.c
create mode 100644 board/freescale/t104xrdb/t104xrdb.h
create mode 100644 board/freescale/t104xrdb/tlb.c
delete mode 100644 doc/README.p1010rdb
create mode 100644 include/configs/T1040RDB.h
create mode 100644 include/configs/T1042RDB_PI.h
Thanks.
York
next reply other threads:[~2013-11-13 21:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-13 21:17 York Sun [this message]
2013-11-17 19:16 ` [U-Boot] pull-request: u-boot-mpc85xx/master Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2013-11-25 21:11 York Sun
2013-10-24 17:10 [U-Boot] Pull-request: u-boot-mpc85xx/master York Sun
2013-10-30 19:42 ` 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=5283EC61.2040606@freescale.com \
--to=yorksun@freescale.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.