On 06/11/2014 07:05 AM, feng...@phytium.com.cn wrote:
> 
> Dear York,
>      My mailing list disabled a few days. Maybe I missed something important.
> 
>> /*
>>  * Performs a clean & invalidation of the entire data cache at all levels
>>  */
>> void flush_dcache_all(void)
>> {
>>      __asm_flush_dcache_all();
>> +    flush_l3_cache();
>> }
>>
> 
> I thought the L3 cache is not included in the cache hierarchy.
> So, how about define it as external cache operations named with outer_cache_* 
> just like armv7 did?
> 


I have it declared as a weak function. If you think the name needs to change, I
can do so.

York


_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to