From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nobuhiro Iwamatsu Date: Tue, 07 Apr 2009 13:16:07 +0900 Subject: [U-Boot] [PATCH 1/2] rtl8169: fix cache coherency problem In-Reply-To: <20090403215440.D212983797DC@gemini.denx.de> References: <49A4D6BC.3010608@renesas.com> <20090403215440.D212983797DC@gemini.denx.de> Message-ID: <49DAD387.90408@renesas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Ben, > > In message <49A4D6BC.3010608@renesas.com> Yoshihiro Shimoda wrote: >> Fix the problem that cannot access actual data when CPU data cache enabled. >> >> Signed-off-by: Yoshihiro Shimoda >> --- >> drivers/net/rtl8169.c | 11 ++++++++++- >> 1 files changed, 10 insertions(+), 1 deletions(-) > > I did not see any comments on this? > > Ditto for the other patch: > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/55286 > Tested-by: Nobuhiro Iwamatsu I checked and tested these. Work file. Best regards, Nobuhiro