All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kumar Gala <galak@kernel.crashing.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/5] powerpc/85xx: Add FMan ethernet support to P4080DS
Date: Tue, 30 Aug 2011 17:47:45 -0500	[thread overview]
Message-ID: <48441882-F5AB-4567-A6E9-14CBE22DEAF0@kernel.crashing.org> (raw)
In-Reply-To: <alpine.LFD.2.00.1108011046380.19187@right.am.freescale.net>


On Aug 1, 2011, at 10:47 AM, Kumar Gala wrote:

> From: Andy Fleming <afleming@freescale.com>
> 
> Add support for RGMII, SGMII, and XAUI (10Gb) Ethernet on P4080DS.
> 
> The board supports add-on cards for SGMII and XAUI functionality.  Which
> slots on the board these cards are in is a function of the SERDES option
> selected and muxes on the board.
> 
> Additionally because of the high-configurablity which MDIO bus one is
> connected to is "selected" via an FPGA register.  We create dummy MDIO
> bus for the phy layer and hide the mux manipulation in this dummy layer.
> 
> Add fman fdt helper function in board common code it'll be used by several
> freescale boards that do various muxing of the MDIO signals based on which
> controller/interface one is trying to talk to.
> 
> Removed CONFIG_SYS_FMAN_FW as its not used anywhere.
> 
> Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
> Signed-off-by: Andy Fleming <afleming@freescale.com>
> Signed-off-by: Timur Tabi <timur@freescale.com>
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
> * Fix checkpatch warning due to extern
> 
> board/freescale/common/Makefile         |    1 +
> board/freescale/common/fman.c           |   67 ++++
> board/freescale/common/fman.h           |   26 ++
> board/freescale/corenet_ds/Makefile     |    1 +
> board/freescale/corenet_ds/corenet_ds.c |   10 +-
> board/freescale/corenet_ds/corenet_ds.h |   25 ++
> board/freescale/corenet_ds/eth_p4080.c  |  506 +++++++++++++++++++++++++++++++
> include/configs/corenet_ds.h            |    4 +-
> 8 files changed, 635 insertions(+), 5 deletions(-)
> create mode 100644 board/freescale/common/fman.c
> create mode 100644 board/freescale/common/fman.h
> create mode 100644 board/freescale/corenet_ds/corenet_ds.h
> create mode 100644 board/freescale/corenet_ds/eth_p4080.c

applied to 85xx next

- k

  reply	other threads:[~2011-08-30 22:47 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-01  6:23 [U-Boot] [PATCH 1/5] powerpc/85xx: Add support for FMan ethernet in Independent mode Kumar Gala
2011-08-01  6:23 ` [U-Boot] [PATCH 2/5] powerpc/85xx: Add FMan ethernet support to P4080DS Kumar Gala
2011-08-01  6:23   ` [U-Boot] [PATCH 3/5] powerpc/hydra: Add ethernet support on P5020/P3041 DS boards Kumar Gala
2011-08-01  6:23     ` [U-Boot] [PATCH 4/5] powerpc/85xx: Add networking support to P1023RDS Kumar Gala
2011-08-01  6:23       ` [U-Boot] [PATCH 5/5] powerpc/p2041rdb: Add ethernet support on P2041RDB board Kumar Gala
2011-08-30 22:48         ` Kumar Gala
2011-08-30 22:48       ` [U-Boot] [PATCH 4/5] powerpc/85xx: Add networking support to P1023RDS Kumar Gala
2011-08-30 22:47     ` [U-Boot] [PATCH 3/5] powerpc/hydra: Add ethernet support on P5020/P3041 DS boards Kumar Gala
2011-08-01 10:19   ` [U-Boot] [PATCH 2/5] powerpc/85xx: Add FMan ethernet support to P4080DS Wolfgang Denk
2011-08-01 15:47     ` [U-Boot] [PATCH v2 " Kumar Gala
2011-08-30 22:47       ` Kumar Gala [this message]
2011-08-01 10:16 ` [U-Boot] [PATCH 1/5] powerpc/85xx: Add support for FMan ethernet in Independent mode Wolfgang Denk
2011-08-01 15:26   ` Kumar Gala
2011-08-01 17:59     ` Tabi Timur-B04825
2011-08-01 18:04       ` Kumar Gala
2011-08-01 18:10         ` Timur Tabi
2011-08-01 19:32     ` Wolfgang Denk
2011-08-01 20:10       ` Kumar Gala

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=48441882-F5AB-4567-A6E9-14CBE22DEAF0@kernel.crashing.org \
    --to=galak@kernel.crashing.org \
    --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.