From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vipin Kumar Date: Wed, 23 Jan 2013 09:41:40 +0530 Subject: [U-Boot] [PATCH 0/2] make u-boot/drivers/net/designware cache supportive In-Reply-To: <1358863821-31956-1-git-send-email-frank.dols@synopsys.com> References: <1358863821-31956-1-git-send-email-frank.dols@synopsys.com> Message-ID: <50FF62FC.80701@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 1/22/2013 7:40 PM, Frank Dols wrote: > Hello Vipin, > As discussed, see included the patches to make your > u-boot/drivers/net/designware Ethernet device driver cache support aware. You dont need to write u-boot/drivers in the patch subject. It is anyway implicit :) Vipin > First patch is about: do an explicit memory access instead of implicit, > I re-written assignments to use readl() and writel(). > Second patch is about: making the driver able to work in a cached environment > (do I$/D$ flush/invalidate where necessary). > > Frank Dols (2): > drivers/net/designware, do an explicit memory access instead of > implicit, re-written assignments to use readl() and writel(), > all of this as preperation for making the driver able to work in > a cached environment (I$D$ support). > u-boot/drivers/net/designware with cache support. > > drivers/net/designware.c | 128 ++++++++++++++++++++++++++++++---------------- > drivers/net/designware.h | 4 +- > 2 files changed, 86 insertions(+), 46 deletions(-) > >