[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87tv2exst1.fsf@mpe.ellerman.id.au>
Date: Tue, 24 Mar 2020 15:47:38 +1100
From: Michael Ellerman <mpe@...erman.id.au>
To: Chris Packham <Chris.Packham@...iedtelesis.co.nz>,
"christophe.leroy\@c-s.fr" <christophe.leroy@....fr>,
"paulus\@samba.org" <paulus@...ba.org>,
"benh\@kernel.crashing.org" <benh@...nel.crashing.org>,
"tglx\@linutronix.de" <tglx@...utronix.de>,
"cai\@lca.pw" <cai@....pw>
Cc: "linuxppc-dev\@lists.ozlabs.org" <linuxppc-dev@...ts.ozlabs.org>,
"linux-kernel\@vger.kernel.org" <linux-kernel@...r.kernel.org>,
Hamish Martin <Hamish.Martin@...iedtelesis.co.nz>
Subject: Re: Argh, can't find dcache properties !
Chris Packham <Chris.Packham@...iedtelesis.co.nz> writes:
> Hi All,
>
> Just booting up v5.5.11 on a Freescale T2080RDB and I'm seeing the
> following mesage.
>
> kern.warning linuxbox kernel: Argh, can't find dcache properties !
> kern.warning linuxbox kernel: Argh, can't find icache properties !
>
> This was changed from DBG() to pr_warn() in commit 3b9176e9a874
> ("powerpc/setup_64: fix -Wempty-body warnings") but the message seems
> to be much older than that. So it's probably been an issue on the T2080
> (and other QorIQ SoCs) for a while.
That's an e6500 I think? So 64-bit Book3E.
You'll be getting the default values, which is 64 bytes so I guess that
works in practice.
> Looking at the code the t208x doesn't specifiy any of the d-cache-
> size/i-cache-size properties. Should I add them to silence the warning
> or switch it to pr_debug()/pr_info()?
Yeah ideally you'd add them to the device tree(s) for those boards.
cheers
Powered by blists - more mailing lists