All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oscar Gomez Fuente <oscargomezf@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support
Date: Tue, 18 Oct 2016 12:06:45 +0200	[thread overview]
Message-ID: <CALtfCQZUiFcfKJR6cCgQq46+4EkF4jGEPUEPA0hbVOvpyhYXbA@mail.gmail.com> (raw)
In-Reply-To: <4f25fc27-6606-354f-6232-a7958af92929@xilinx.com>

Hi everyone,

It seems to be that the mailbox of the email address
albert.u.boot at aribaud.net is quota exceeded, and all emails are rejected.

-----
Final-Recipient: rfc822; albert.u.boot at aribaud.net.rmap1.bookmyname.com
Original-Recipient: rfc822;albert.u.boot at aribaud.net
Action: failed
Status: 5.0.0
Remote-MTA: dns; 127.0.0.1
Diagnostic-Code: smtp; 552 4.2.2
    <albert.u.boot@aribaud.net.rmap1.bookmyname.com>: Mailbox full -- Quota
    exceeded
...
-----

could anyone inform about that please?

Best regards.


[image: photo] ?scar G?mez Fuente
Electronic Engineer & Degree in Physical Sciences
Mobile: 659.28.97.90
Email: oscargomezf at gmail.com
Website: www.oscargomezf.com
<http://facebook.com/oscargomezf>  <http://plus.google.com/oscargomezf>
<http://us.linkedin.com/in/oscargomezf>
<http://twitter.com/oscargomezf_com>

On 18 October 2016 at 09:00, Michal Simek <michal.simek@xilinx.com> wrote:

> On 17.10.2016 17:33, Oscar Gomez Fuente wrote:
> > Ok Michal,
> >
> > Then you're suggesting change the zynq-picozed.dts file to:
>
> dtsi.
>
> >
> > diff --git a/arch/arm/dts/zynq-picozed.dts b/arch/arm/dts/zynq-picozed.
> dts
> > index 3408df8..d8ed298 100644
> > --- a/arch/arm/dts/zynq-picozed.dts
> > +++ b/arch/arm/dts/zynq-picozed.dts
> > @@ -14,6 +14,8 @@
> >
> >         aliases {
> >                 serial0 = &uart1;
> > +               spi0 = &qspi;
> > +               ethernet0 = &gem0;
> >         };
> >
> >         memory {
> > @@ -26,3 +28,18 @@
> >         u-boot,dm-pre-reloc;
> >         status = "okay";
> >  };
> > +
> > +&qspi {
> > +       u-boot,dm-pre-reloc;
> > +       status = "okay";
> > +};
>
> keep node names sorted.
>
> > +
> > +&gem0 {
> > +       status = "okay";
> > +       phy-mode = "rgmii-id";
> > +       phy-handle = <&ethernet_phy>;
> > +
> > +       ethernet_phy: ethernet-phy at 0 {
> > +               reg = <0>;
> > +       };
> > +};
> >
> > And add a new dts file with the configuration of the PizoZed FMC Carrier
> V2
> > (in this case V2. Avnet has two PicoZed FMC carriers V1 and V2). For
> > example: zynq-picozed-fmc-v2.dts
> >
> > *
> >  * Avnet PicoZed FMC carrier V2 DTS
> >  *
> >  * Copyright (C) 2015 Xilinx, Inc.
> >  *
> >  * SPDX-License-Identifier: GPL-2.0+
> >  */
> > /dts-v1/;
>
> Depends how zynq-picozed.dtsi will look but this line above can be
> already there.
>
> > #include "zynq-picozed.dts"
> >
> > / {
> > compatible = "xlnx,zynq-picozed", "xlnx,zynq-7000";
>
> here
> "xlnx,zynq-picozed-fmc-v2", "xlnx,zynq-picozed", "xlnx,zynq-7000";
>
>
> >
> > aliases {
> > mmc0 = &sdhci0;
> > };
> > };
> >
> > &sdhci0 {
> > u-boot,dm-pre-reloc;
> > status = "okay";
> > };
> >
> > Do you think the is the best way?
>
> with changes above it looks reasonable.
>
> Thanks,
> Michal
>
>

      parent reply	other threads:[~2016-10-18 10:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1476703132-31975-1-git-send-email-oscargomezf@gmail.com>
     [not found] ` <3b0080c5-2511-dd4d-f19f-e5ccbb7bbe89@xilinx.com>
2016-10-17 11:33   ` [U-Boot] [PATCH] ARM: zynq: Extend picozed board support Michal Simek
     [not found]   ` <CALtfCQa6bOBJv1XTY53C+mX1dcnMAyTHQuRGNFXO208ynkT+nA@mail.gmail.com>
2016-10-17 14:36     ` Michal Simek
2016-10-17 15:33       ` Oscar Gomez Fuente
2016-10-17 21:28         ` Moritz Fischer
2016-10-18  6:57           ` Michal Simek
2016-10-18  7:00         ` Michal Simek
2016-10-18  7:28           ` Oscar Gomez Fuente
2016-10-18 13:34             ` Michal Simek
2016-10-18 10:06           ` Oscar Gomez Fuente [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=CALtfCQZUiFcfKJR6cCgQq46+4EkF4jGEPUEPA0hbVOvpyhYXbA@mail.gmail.com \
    --to=oscargomezf@gmail.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.