From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Mon, 26 Jan 2009 21:28:01 +0900 Subject: [U-Boot] [PATCH] MIPS: Add flush_dcache_range() and invalidate_dcache_range() In-Reply-To: <1232554820-13200-1-git-send-email-sr@denx.de> References: <1232554820-13200-1-git-send-email-sr@denx.de> Message-ID: <497DAC51.7090009@ruby.dti.ne.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Stefan Roese wrote: > This patch adds flush_/invalidate_dcache_range() to the MIPS architecture. > Those functions are needed for the upcoming dcache support for the USB > EHCI driver. I chose this API because those cache handling functions are > already present in the PPC architecture. > > Signed-off-by: Stefan Roese > --- > cpu/mips/cpu.c | 28 ++++++++++++++++++++++++++++ > include/common.h | 2 ++ > 2 files changed, 30 insertions(+), 0 deletions(-) I'm not going to stop your work, applied. Thanks, Shinya