From: Alexander Graf <agraf@suse.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Unaligned flush_dcache_range in axs101.c
Date: Mon, 4 Apr 2016 09:38:05 +0200 [thread overview]
Message-ID: <570219DD.4020007@suse.de> (raw)
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
next reply other threads:[~2016-04-04 7:38 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-04 7:38 Alexander Graf [this message]
2016-04-11 17:48 ` [U-Boot] Unaligned flush_dcache_range in axs101.c 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=570219DD.4020007@suse.de \
--to=agraf@suse.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.