[U-Boot] [PATCH] MIPS: Add flush_dcache_range() and invalidate_dcache_range()

Shinya Kuribayashi skuribay at ruby.dti.ne.jp
Mon Jan 26 13:28:01 CET 2009


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 <sr at denx.de>
> ---
>  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


More information about the U-Boot mailing list