From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 27 Jul 2016 09:29:28 +0100 Subject: [U-Boot] [PATCH] sunxi: Disable sun8i emac driver In-Reply-To: <1469572127-31009-1-git-send-email-hdegoede@redhat.com> References: <1469572127-31009-1-git-send-email-hdegoede@redhat.com> Message-ID: <1469608168.10653.52.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2016-07-27 at 00:28 +0200, Hans de Goede wrote: > Disable the sun8i emac driver for now, there are 2 issues with it: > > 1) It is causing issues with network connectivity under the kernel > driver, > when booting the kernel with v2 of Corentin's sun8i-h3 emac driver, I > get > the connection status bouncing between connected at 100mbps full- > duplex > and being down every second. > > The second issue is that when trying to use it from u-boot > I get a number of unaligned cache flush errors: > > => dhcp > BOOTP broadcast 1 > BOOTP broadcast 2 > CACHE: Misaligned operation at range [7bf594a8, 7bf59628] > BOOTP broadcast 3 > CACHE: Misaligned operation at range [7bf59c90, 7bf59e10] > CACHE: Misaligned operation at range [7bf5a478, 7bf5a5f8] > DHCP client bound to address 10.42.43.80 (1009 ms) > > Cc: Chen-Yu Tsai > Cc: Corentin LABBE > Cc: Amit Singh Tomar > Signed-off-by: Hans de Goede Is someone (in the Cc?) looking into this so we can eventually reenable? Anyway, for now disabling makes sense I guess: Acked-by: Ian Campbell