public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Cache function change breaks zmx25
@ 2011-12-09 14:24 Matthias Weißer
  2011-12-09 15:03 ` Ilya Yanok
  0 siblings, 1 reply; 6+ messages in thread
From: Matthias Weißer @ 2011-12-09 14:24 UTC (permalink / raw)
  To: u-boot

Hi

commit 2f3427ccb915c6f6774f0bcebb67c648dc25dcfd
Author: Ilya Yanok <yanok@emcraft.com>
Date:   Mon Nov 28 06:37:32 2011 +0000

     arm926ejs: add noop implementation for dcache ops

breaks zmx25 booting with the following command:

tftpboot 0x82000000 foo.img; dcache on; bootm 0x82000000

It is stuck then in an endless loop after dcache is disabled before 
jumping to the OS.

------------------------------------------------
WARNING: cache operations are not implemented!
WARNING: disabling D-Cache now, you can re-enable itlater with 'dcache 
on' command
------------------------------------------------

Switching on dcache after the tftp worked without problems until this 
patch. I think this should be fixed before the release as it may have 
effects on other boards doing similar things.

Matthias

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-12-13 18:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-09 14:24 [U-Boot] Cache function change breaks zmx25 Matthias Weißer
2011-12-09 15:03 ` Ilya Yanok
2011-12-10 16:36   ` Matthias Weisser
2011-12-11 23:09     ` [U-Boot] [PATCH] arm926ejs: remove noop flush_dcache_all function Ilya Yanok
2011-12-12  9:20       ` Matthias Weißer
2011-12-13 18:43         ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox