From: Lukasz Majewski <l.majewski@majess.pl>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH] ARM: cache: cp15: Align addresses when initial page_table setup is flushed
Date: Mon, 15 Aug 2016 15:12:13 +0200 [thread overview]
Message-ID: <20160815151213.0c2b0700@jawa> (raw)
In-Reply-To: <CAOMZO5CTdMwm09jANWitsn+h9Af4AE7vsoirc+bTZ0A+Faka0A@mail.gmail.com>
Hi Fabio,
> Hi Lukasz,
>
> On Wed, Aug 10, 2016 at 5:15 AM, Lukasz Majewski
> <l.majewski@majess.pl> wrote:
>
> > I see that I wasn't the only one.
> >
> > Both patches are identical, Stefan was first :-)
> >
> > My concern is that, as I've written with comment to my patch, that
> > when I was running build tests some other boards were broken since
> > they didn't define CONFIG_SYS_CACHELINE_SIZE.
>
> For which boards did you see build failure with this patch?
Branch: master
SHA1: f60d0603edca472c4458b30956f38c6c1a836d66
Siemens: axm board
./tools/buildman/buildman.py --branch=HEAD siemens --detail --verbose
--show_errors --force-build --count=1 --output-dir=./BUILD/
04: ARM: cache: cp15: Align addresses when initial page_table setup is
flushed arm: + axm
+../arch/arm/lib/cache-cp15.c: In function
'mmu_set_region_dcache_behaviour': +../arch/arm/lib/cache-cp15.c:76:7:
error: 'CONFIG_SYS_CACHELINE_SIZE' undeclared (first use in this
function)
+ & ~(CONFIG_SYS_CACHELINE_SIZE - 1);
Samsung: smdk2410
01: ARM: cache: cp15: Align addresses when initial page_table setup is
flushed arm: + smdk2410
+../arch/arm/lib/cache-cp15.c: In function
'mmu_set_region_dcache_behaviour': +../arch/arm/lib/cache-cp15.c:76:7:
error: 'CONFIG_SYS_CACHELINE_SIZE' undeclared (first use in this
function)
+ & ~(CONFIG_SYS_CACHELINE_SIZE - 1);
Probably more boards is affected too.
>
> Thanks
Best regards,
?ukasz Majewski
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160815/0a374ff7/attachment.sig>
prev parent reply other threads:[~2016-08-15 13:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-09 8:41 [U-Boot] [RFC PATCH] ARM: cache: cp15: Align addresses when initial page_table setup is flushed Lukasz Majewski
2016-08-09 10:59 ` Marek Vasut
2016-08-09 21:03 ` Lukasz Majewski
2016-08-09 22:17 ` Fabio Estevam
2016-08-10 8:15 ` Lukasz Majewski
2016-08-13 14:26 ` Fabio Estevam
2016-08-15 13:12 ` Lukasz Majewski [this message]
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=20160815151213.0c2b0700@jawa \
--to=l.majewski@majess.pl \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox