From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 18 Mar 2008 11:28:20 +0100 Subject: [U-Boot-Users] [PATCH 3/7] 83xx: serdes setup routines In-Reply-To: <20080314201947.GC22581@localhost.localdomain> References: <20080314201947.GC22581@localhost.localdomain> Message-ID: <20080318102820.GA28841@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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.