From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 3/7] 83xx: serdes setup routines
Date: Tue, 18 Mar 2008 11:28:20 +0100 [thread overview]
Message-ID: <20080318102820.GA28841@game.jcrosoft.org> (raw)
In-Reply-To: <20080314201947.GC22581@localhost.localdomain>
On 23:19 Fri 14 Mar , Anton Vorontsov wrote:
> This patch adds few routines to configure serdes on 837x targets.
>
> Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
> ---
> cpu/mpc83xx/Makefile | 1 +
> cpu/mpc83xx/serdes.c | 156 ++++++++++++++++++++++++++++++++++++++++++
> include/asm-ppc/fsl_serdes.h | 25 +++++++
> 3 files changed, 182 insertions(+), 0 deletions(-)
> create mode 100644 cpu/mpc83xx/serdes.c
> create mode 100644 include/asm-ppc/fsl_serdes.h
>
> diff --git a/cpu/mpc83xx/Makefile b/cpu/mpc83xx/Makefile
> index 7ad7e3e..6b6b027 100644
> --- a/cpu/mpc83xx/Makefile
> +++ b/cpu/mpc83xx/Makefile
> @@ -39,6 +39,7 @@ COBJS-y += ecc.o
> COBJS-$(CONFIG_QE) += qe_io.o
> COBJS-$(CONFIG_83XX_GENERIC_PCI) += pci.o
> COBJS-$(CONFIG_OF_LIBFDT) += fdt.o
> +COBJS-$(CONFIG_FSL_SERDES) += serdes.o
Please keep it sort
Best Regards,
J.
next prev parent reply other threads:[~2008-03-18 10:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-14 20:19 [U-Boot-Users] [PATCH 3/7] 83xx: serdes setup routines Anton Vorontsov
2008-03-17 9:35 ` Dave Liu
2008-03-18 10:28 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2008-03-18 13:52 ` Anton Vorontsov
2008-03-20 1:13 ` Kim Phillips
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=20080318102820.GA28841@game.jcrosoft.org \
--to=plagnioj@jcrosoft.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.