From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Fri, 29 Jul 2016 11:28:49 +0100 Subject: [U-Boot] [PATCH v2] net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffers In-Reply-To: <1469786468-11808-1-git-send-email-hdegoede@redhat.com> References: <1469786468-11808-1-git-send-email-hdegoede@redhat.com> Message-ID: <1469788129.8003.42.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 Fri, 2016-07-29 at 12:01 +0200, Hans de Goede wrote: > This fixes the following CACHE warnings when using sun8i_emac: > > => 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) > > Note this commit also changes the max rx size from 2024 to 2044, > matching what the kernel driver uses. > > Cc: Chen-Yu Tsai > Cc: Corentin LABBE > Cc: Amit Singh Tomar > Signed-off-by: Hans de Goede Acked-by: Ian Campbell