All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] microblaze: Enable phylib and mii support
Date: Tue, 27 Mar 2012 13:59:30 +0200	[thread overview]
Message-ID: <4F71ABA2.1050007@monstr.eu> (raw)
In-Reply-To: <1330104821-8014-1-git-send-email-linz@li-pro.net>

Stephan Linz wrote:
> Enable phylib and mii support for AXI EMAC
> ethernet drivers on Microblaze systems.
> 
> Signed-off-by: Stephan Linz <linz@li-pro.net>
> Reported-by: Michal Simek <monstr@monstr.eu>
> ---
>  include/configs/microblaze-generic.h |   21 +++++++++++++++++++++
>  1 files changed, 21 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
> index 03a6f5a..b76bbcf 100644
> --- a/include/configs/microblaze-generic.h
> +++ b/include/configs/microblaze-generic.h
> @@ -338,4 +338,25 @@
>  #define CONFIG_FIT		1
>  #define CONFIG_OF_LIBFDT	1
>  
> +#if defined(CONFIG_XILINX_AXIEMAC)
> +# define CONFIG_MII		1
> +# define CONFIG_CMD_MII		1
> +# define CONFIG_PHY_GIGE	1
> +# define CONFIG_SYS_FAULT_ECHO_LINK_DOWN	1
> +# define CONFIG_PHYLIB		1
> +# define CONFIG_PHY_ATHEROS	1
> +# define CONFIG_PHY_BROADCOM	1
> +# define CONFIG_PHY_DAVICOM	1
> +# define CONFIG_PHY_LXT		1
> +# define CONFIG_PHY_MARVELL	1
> +# define CONFIG_PHY_MICREL	1
> +# define CONFIG_PHY_NATSEMI	1
> +# define CONFIG_PHY_REALTEK	1
> +# define CONFIG_PHY_VITESSE	1
> +#else
> +# undef CONFIG_MII
> +# undef CONFIG_CMD_MII
> +# undef CONFIG_PHYLIB
> +#endif
> +
>  #endif	/* __CONFIG_H */

Applied to microblaze custodian repo.

Thanks,
Michal


-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian

      reply	other threads:[~2012-03-27 11:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-24 17:33 [U-Boot] [PATCH] microblaze: Enable phylib and mii support Stephan Linz
2012-03-27 11:59 ` Michal Simek [this message]

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=4F71ABA2.1050007@monstr.eu \
    --to=monstr@monstr.eu \
    --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.