On 30.06.2009 18:59, Marc Jones wrote:
On Mon, Jun 29, 2009 at 8:56 PM, Bao, ZhengZheng.Bao@amd.com wrote:
The reset is caused by the fact that the memcpy doesn't work.
The patch works, while the way you told me doesn't. Maybe XIP_ROM_BASE is the reason.
That could be it. I think that maybe caching the entire ROM space would be ideal. Use 4GB-ROM_SIZE instead of XIP sizes.
This may explode due to cache aliasing and cache size limitations. If you really want to cache as much ROM as possible, please determine max cache size at runtime to avoid CAR eviction. AFAIK the formula is XIPsizemax=L2size-CARsize.
Regards, Carl-Daniel