From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] armv7: add cacheline sizes where missing
Date: Wed, 27 Jan 2016 05:10:59 +0100 [thread overview]
Message-ID: <201601270510.59784.marex@denx.de> (raw)
In-Reply-To: <1453826449-14346-1-git-send-email-albert.u.boot@aribaud.net>
On Tuesday, January 26, 2016 at 05:40:49 PM, Albert ARIBAUD wrote:
> Some armv7 targets are missing a cache line size declaration.
> In preparation for "arm: cache: Implement cache range check for v7"
> patch, add these declarations with the appropriate value for
> the target's SoC or CPU.
>
> Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
[...]
> diff --git a/include/configs/at91-sama5_common.h
> b/include/configs/at91-sama5_common.h index 9db4a4f..7b06601 100644
> --- a/include/configs/at91-sama5_common.h
> +++ b/include/configs/at91-sama5_common.h
> @@ -12,6 +12,8 @@
>
> #include <asm/hardware.h>
>
> +#define CONFIG_SYS_CACHELINE_SIZE 64
> +
> #define CONFIG_SYS_TEXT_BASE 0x26f00000
>
> /* ARM asynchronous clock */
I think SAMA5 is CortexA5 and that has 32B cachelines.
Best regards,
Marek Vasut
next prev parent reply other threads:[~2016-01-27 4:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-26 16:40 [U-Boot] [PATCH] armv7: add cacheline sizes where missing Albert ARIBAUD
2016-01-27 2:29 ` Tom Rini
2016-01-27 4:10 ` Marek Vasut [this message]
2016-01-27 7:11 ` Albert ARIBAUD
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=201601270510.59784.marex@denx.de \
--to=marex@denx.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.