From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sat, 10 Oct 2015 20:21:24 +0800 Subject: [U-Boot] [PATCH] nios2: set default cache configuration in start.S In-Reply-To: <201510091639.10881.marex@denx.de> References: <1444119708-6934-1-git-send-email-thomas@wytron.com.tw> <201510082314.46482.marex@denx.de> <561782E8.3000309@wytron.com.tw> <201510091639.10881.marex@denx.de> Message-ID: <561902C4.1070803@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, On 10/09/2015 10:39 PM, Marek Vasut wrote: >> It might be awful to use the maximum value all the time. See, we flush >> cache for every eth packet! > > You should only flush the part where the packet is located ;-) I finally > have the MAX10 kit, so I can check the ethernet at least :) Sure. We shall flush only where the packet is located. Great to know that you got a MAX10 kit. I received a MAX10 kit, too. I am going to convert altera_tse.c to driver model. I keep all the pending patches on u-boot-nios/next. You may try out. You will need the fdt address translation patch of Stefan, too. Best regards, Thomas