From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Fri, 19 Sep 2014 10:56:52 +0800 Subject: [U-Boot] [PATCH 0/2] sama5d3xek: get GMAC working In-Reply-To: <1411076809-10191-1-git-send-email-andreas.devel@googlemail.com> References: <1411076809-10191-1-git-send-email-andreas.devel@googlemail.com> Message-ID: <541B9B74.4090602@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Andreas, On 09/19/2014 05:46 AM, Andreas Bie?mann wrote: > > I had a strange behaviour for my sama5d34ek board which could sometimes not get > up GMAC in U-Boot. It turned out, that we missed to initialize the PHY > correctly. > > Bo, could you please verify correct behaviour on 100MiB devices like > sama5d31ek? Test OK on sama5d31ek board, you can add Tested-by tag for this patch series. Tested-by: Bo Shen Thanks. > > Andreas Bie?mann (2): > macb: simplify gmac initialisation > sama5d3xek: run PHY's config > > board/atmel/sama5d3xek/sama5d3xek.c | 29 ++++++++++++++++++++--------- > drivers/net/macb.c | 25 ++++++++----------------- > 2 files changed, 28 insertions(+), 26 deletions(-) > Best Regards, Bo Shen