All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Unaligned flush_dcache_range in axs101.c
@ 2016-04-04  7:38 Alexander Graf
  2016-04-11 17:48 ` Alexey Brodkin
  0 siblings, 1 reply; 13+ messages in thread
From: Alexander Graf @ 2016-04-04  7:38 UTC (permalink / raw)
  To: u-boot

Hi Alexey,

Marek just pointed out to me the fact that flush_dcache_range on arm
expects cache line aligned arguments. However, it seems like in axs101.c
we have an unaligned cache flush:

  flush_dcache_range(RESET_VECTOR_ADDR, RESET_VECTOR_ADDR + sizeof(int));

Could you please verify whether this is correct and if not just send a
quick patch to fix it?


Thanks!

Alex

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

end of thread, other threads:[~2016-05-27 13:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-04  7:38 [U-Boot] Unaligned flush_dcache_range in axs101.c Alexander Graf
2016-04-11 17:48 ` Alexey Brodkin
2016-04-11 17:54   ` Marek Vasut
2016-04-11 18:13     ` Alexey Brodkin
2016-04-11 18:48       ` Marek Vasut
2016-04-15 13:00         ` Alexey Brodkin
2016-04-15 13:49           ` Marek Vasut
2016-05-26 11:39             ` Alexey Brodkin
2016-05-26 11:39               ` [U-Boot] " Alexey Brodkin
2016-05-26 12:07               ` Vineet Gupta
2016-05-26 12:07                 ` [U-Boot] " Vineet Gupta
2016-05-27 13:21               ` Marek Vasut
2016-05-27 13:21                 ` [U-Boot] " Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.