Re: [U-Boot] powerpc flush_cache() roll over bug

2009-02-06 Thread Kumar Gala
On Feb 6, 2009, at 7:59 AM, Jerry Van Baren wrote: > Kumar Gala wrote: >> My brian stopped working but I figured I'd send my issue and >> hopefully I'll wake up and someone will have a solution for me. > > Talk about sweet dreams! :-D See it worked. I work up and had this email in my inbox

Re: [U-Boot] powerpc flush_cache() roll over bug

2009-02-06 Thread Jerry Van Baren
Kumar Gala wrote: > My brian stopped working but I figured I'd send my issue and hopefully > I'll wake up and someone will have a solution for me. Talk about sweet dreams! :-D > The problem is we can call flush_cache(0xf000, 0x1000) which will > never exit the loop: > > void flush_cache

[U-Boot] powerpc flush_cache() roll over bug

2009-02-05 Thread Kumar Gala
My brian stopped working but I figured I'd send my issue and hopefully I'll wake up and someone will have a solution for me. The problem is we can call flush_cache(0xf000, 0x1000) which will never exit the loop: void flush_cache(ulong start_addr, ulong size) { #ifndef CONFIG_5xx