From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Fwd: Please pull u-boot-mpc85xx master
Date: Wed, 4 Nov 2015 15:25:40 -0800 [thread overview]
Message-ID: <563A93F4.8060309@freescale.com> (raw)
In-Reply-To: <563A9399.80500@freescale.com>
Oops. Clicked send button too fast. Adding mailing list.
-------- Forwarded Message --------
Subject: Please pull u-boot-mpc85xx master
Date: Wed, 4 Nov 2015 15:24:09 -0800
From: York Sun <yorksun@freescale.com>
To: Tom Rini <trini@konsulko.com>
Tom,
The following changes since commit 83bf005710a1e01341de5e2f44a3ce082717e313:
arm: at91: reworked meesc board support (2015-11-03 14:21:32 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to 87e29878caba758ed3e09e9912ac8eb6dfc55f39:
mpc85xx: Add support for the Varisys Cyrus board (2015-11-04 15:19:34 -0800)
----------------------------------------------------------------
Andy Fleming (2):
rtc: Add MCP79411 support to DS1307 rtc driver
mpc85xx: Add support for the Varisys Cyrus board
arch/powerpc/cpu/mpc85xx/Kconfig | 4 +
board/varisys/common/Makefile | 23 ++
board/varisys/common/eeprom.h | 6 +
board/varisys/common/sys_eeprom.c | 498 ++++++++++++++++++++++++++++
board/varisys/cyrus/Kconfig | 12 +
board/varisys/cyrus/MAINTAINERS | 7 +
board/varisys/cyrus/Makefile | 8 +
board/varisys/cyrus/README | 19 ++
board/varisys/cyrus/cyrus.c | 116 +++++++
board/varisys/cyrus/cyrus.h | 11 +
board/varisys/cyrus/ddr.c | 188 +++++++++++
board/varisys/cyrus/eth.c | 100 ++++++
board/varisys/cyrus/law.c | 27 ++
board/varisys/cyrus/pbi.cfg | 35 ++
board/varisys/cyrus/pci.c | 23 ++
board/varisys/cyrus/rcw_p5020_v2.cfg | 11 +
board/varisys/cyrus/rcw_p5040.cfg | 11 +
board/varisys/cyrus/tlb.c | 106 ++++++
configs/Cyrus_P5020_defconfig | 9 +
configs/Cyrus_P5040_defconfig | 9 +
drivers/rtc/Makefile | 2 +-
drivers/rtc/ds1307.c | 34 ++
include/configs/cyrus.h | 587 ++++++++++++++++++++++++++++++++++
23 files changed, 1845 insertions(+), 1 deletion(-)
create mode 100644 board/varisys/common/Makefile
create mode 100644 board/varisys/common/eeprom.h
create mode 100644 board/varisys/common/sys_eeprom.c
create mode 100644 board/varisys/cyrus/Kconfig
create mode 100644 board/varisys/cyrus/MAINTAINERS
create mode 100644 board/varisys/cyrus/Makefile
create mode 100644 board/varisys/cyrus/README
create mode 100644 board/varisys/cyrus/cyrus.c
create mode 100644 board/varisys/cyrus/cyrus.h
create mode 100644 board/varisys/cyrus/ddr.c
create mode 100644 board/varisys/cyrus/eth.c
create mode 100644 board/varisys/cyrus/law.c
create mode 100644 board/varisys/cyrus/pbi.cfg
create mode 100644 board/varisys/cyrus/pci.c
create mode 100644 board/varisys/cyrus/rcw_p5020_v2.cfg
create mode 100644 board/varisys/cyrus/rcw_p5040.cfg
create mode 100644 board/varisys/cyrus/tlb.c
create mode 100644 configs/Cyrus_P5020_defconfig
create mode 100644 configs/Cyrus_P5040_defconfig
create mode 100644 include/configs/cyrus.h
Thanks.
York
next parent reply other threads:[~2015-11-04 23:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <563A9399.80500@freescale.com>
2015-11-04 23:25 ` York Sun [this message]
2015-11-04 23:45 ` [U-Boot] Please pull u-boot-mpc85xx master 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=563A93F4.8060309@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.