From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Fri, 30 May 2014 15:18:20 +0200 Subject: [U-Boot] [PATCH 12/12] sunxi: Add support for using MII phy-s with the GMAC nic In-Reply-To: <1401445600.15871.76.camel@hastur.hellion.org.uk> References: <1401440772-7462-1-git-send-email-hdegoede@redhat.com> <1401440772-7462-13-git-send-email-hdegoede@redhat.com> <1401445600.15871.76.camel@hastur.hellion.org.uk> Message-ID: <5388851C.5040409@redhat.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, On 05/30/2014 12:26 PM, Ian Campbell wrote: > On Fri, 2014-05-30 at 11:06 +0200, Hans de Goede wrote: >> From: Chen-Yu Tsai >> >> Many A20 boards (ie Cubieboard2, A20-OLinuXino_MICRO) use an 100 Mbit MII >> phy together with the GMAC nic found in the A20 SoC, add support for this >> (this will get used when we add these boards in a later patch). > > FYI I've got a cubieboard2 patch in the works which will use this (I've > got a very similar patch locally, I shall rebase onto this). Cool, once this patch-set is in I plan to add some more boards myself too. About rebasing, you can find my latest work here: https://github.com/jwrdegoede/u-boot-sunxi/tree/sun4i-upstreaming-v1 This is u-boot master with u-boot-arm master merged in and then my patches on top. Note I've added myself as board-maintainer for the cubietruck since you did not add yourself, feel free to submit a patch to make you the maintainer instead if you want :) Regards, Hans